containers/squid (sha256:4599c16ddb0eb35ce87aa97e4a6d7a959996f5fa522d2a70ee629ca57ebf169c)

Published 2025-12-07 08:50:51 -06:00 by mark

Installation

docker pull git.klowner.com/mark/containers/squid@sha256:4599c16ddb0eb35ce87aa97e4a6d7a959996f5fa522d2a70ee629ca57ebf169c
sha256:4599c16ddb0eb35ce87aa97e4a6d7a959996f5fa522d2a70ee629ca57ebf169c

Image layers

ADD alpine-minirootfs-20250108-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
MAINTAINER Mark Riedesel <mark@klowner.com>
ENV SQUID_CACHE_DIR=/var/spool/squid SQUID_LOG_DIR=/var/log/squid
RUN /bin/sh -c apk update && apk add --no-cache squid # buildkit
COPY entrypoint.sh /sbin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod 755 /sbin/entrypoint.sh # buildkit
EXPOSE [3128/tcp]
ENTRYPOINT ["/sbin/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-12-07T14:50:34Z
org.opencontainers.image.revision 47cc9e93bbcd92d6b90d1f17a632c8a0ed5c6c85
org.opencontainers.image.source https://git.klowner.com/mark/containers.git
org.opencontainers.image.url https://git.klowner.com/mark/containers
Details
Container
2025-12-07 08:50:51 -06:00
0
OCI / Docker
linux/amd64
13 MiB
Versions (4) View all