sha256:af9feb849f72e395564c5e0a5b6b081c79cbc81d0364a73e7ebadc9b8e777fe9
OS/ARCH
linux/amd64
Compressed size
317.96 MB
Last pushed
3 months by balamano
Type
Image
Manifest digest
sha256:af9feb849f72e395564c5e0a5b6b081c79cbc81d0364a73e7ebadc9b8e777fe9
Image Layers
151.83 MB2LABEL com.netskope.artifact.pe.ns-ubuntu-2404-fips={"tag": "artifactory.netskope.io/pe-docker/ns-ubuntu-2404-fips:26.84.4", "repo":0 B3ENV TZ=UTC0 B4RUN /bin/sh -c ln -snf185 B5RUN /bin/sh -c apt-get update21.58 MB6RUN /bin/sh -c wget https://golang.org/dl/go1.25.8.linux-amd64.tar.gz56.6 MB7RUN /bin/sh -c tar -xvf57.38 MB8ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin0 B9ENV GOPATH=/root/go0 B10COPY squid-exporter ./squid-exporter # buildkit26.07 KB11WORKDIR /squid-exporter32 B12RUN /bin/sh -c GOFIPS140=v1.0.0 CGO_ENABLED=070.19 MB13WORKDIR /0 B14RUN /bin/sh -c rm -rf218 B15RUN /bin/sh -c rm -f917.28 KB16RUN /bin/sh -c apt-get update59.44 MB17COPY status.py /home/ # buildkit464 B18COPY index.html /home/ # buildkit145 B19COPY runsquid.sh /bin/ # buildkit297 B20COPY squid.conf /etc/squid/ # buildkit1.44 KB21RUN /bin/sh -c chmod 777470 B22RUN /bin/sh -c chmod 777295 B23RUN /bin/sh -c mkdir /var/cache/squid140 B24RUN /bin/sh -c chmod 777142 B25RUN /bin/sh -c useradd --uid661 B26USER 100000 BCommand