sha256:106c90f053ca8572b0129f8c328bba805386d85c199bdd1852c6e7444dd41220
OS/ARCH
linux/amd64
Compressed size
325.78 MB
Last pushed
about 1 month by haoyiw
Type
Image
Manifest digest
sha256:106c90f053ca8572b0129f8c328bba805386d85c199bdd1852c6e7444dd41220
Image Layers
160.12 MB2LABEL com.netskope.artifact.pe.ns-ubuntu-2404-fips={"tag": "artifactory.netskope.io/pe-docker/ns-ubuntu-2404-fips:26.87.15", "repo":0 B3ENV TZ=UTC0 B4RUN /bin/sh -c ln -snf185 B5RUN /bin/sh -c apt-get update21.15 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 -rf219 B15RUN /bin/sh -c rm -f921.89 KB16RUN /bin/sh -c apt-get update59.41 MB17COPY status.py /home/ # buildkit462 B18COPY index.html /home/ # buildkit144 B19COPY runsquid.sh /bin/ # buildkit296 B20COPY squid.conf /etc/squid/ # buildkit1.44 KB21RUN /bin/sh -c chmod 777466 B22RUN /bin/sh -c chmod 777294 B23RUN /bin/sh -c mkdir /var/cache/squid137 B24RUN /bin/sh -c chmod 777141 B25RUN /bin/sh -c useradd --uid656 B26USER 100000 BCommand