squid-oci (latest)
Published 2025-06-30 22:28:46 +00:00 by org.infrastructure
Installation
docker pull git.cleverthis.com/infrastructure/squid-oci:latestsha256:a2d720f78f5fe6c33cf09b29a4ad3fcc5c8a37227817362f58b201a7823ae473About this package
Dockerfile for squid proxy server
Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:598ca0108009b5c2e9e6f4fc4bd19a6bcd604fccb5b9376fac14a75522a5cfa3 in / |
| CMD ["/bin/bash"] |
| LABEL org.opencontainers.image.source=https://git.cleverthis.com/infrastructure/squid-oci |
| LABEL org.opencontainers.image.description=Dockerfile for squid proxy server |
| LABEL org.opencontainers.image.licenses=MIT |
| ARG DEBIAN_FRONTEND=noninteractive |
| ENV SQUID_CACHE_DIR=/var/spool/squid SQUID_LOG_DIR=/var/log/squid SQUID_USER=proxy TZ=Etc/UTC LANG=C.UTF-8 |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y squid && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY ./config/* /squid/ # buildkit |
| COPY --chmod=755 entrypoint.sh /sbin/entrypoint.sh # buildkit |
| EXPOSE map[3128/tcp:{}] |
| ENTRYPOINT ["/sbin/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Dockerfile for squid proxy server |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.source | https://git.cleverthis.com/infrastructure/squid-oci |
| org.opencontainers.image.version | 24.04 |