sha256:856f089d5a2e9e07c42d2b0c685b035d40d3459daafaf80b8ebf826b1f35c2ab
OS/ARCH
linux/amd64
Compressed size
330.89 MB
Last pushed
3 months by balamano
Type
Image
Manifest digest
sha256:856f089d5a2e9e07c42d2b0c685b035d40d3459daafaf80b8ebf826b1f35c2ab
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 update23.9 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 -rf216 B15RUN /bin/sh -c rm -f917.38 KB16RUN /bin/sh -c apt-get update70.06 MB17COPY status.py /home/ # buildkit464 B18COPY index.html /home/ # buildkit145 B19COPY runsquid.sh /bin/ # buildkit294 B20COPY squid.conf /etc/squid/ # buildkit1.44 KB21RUN /bin/sh -c chmod 777468 B22RUN /bin/sh -c chmod 777293 B23RUN /bin/sh -c mkdir /var/cache/squid139 B24RUN /bin/sh -c chmod 777141 B25RUN /bin/sh -c useradd --uid662 B26USER 100000 BCommand