Namespace
ubuntu
Image / Tag
squid:6.10-24.10_edge
Content Digest
sha256:c9f5212b147a766529c7b026e2bebed37b998d33d0066b658596af5eba7cc65c
Details
Created

2025-04-16 13:59:05 UTC

Size

69.7 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.10

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:590d22ef2d7f33d5d4a79e90dc1029c370bf65f89aa68ea8a416f9635380a122 - 41.92% (29.2 MB)

[#001] sha256:0b334864a41d80eae8eb9a9d28cfefdbeb25bdfcfb84d9483a87739db0b93437 - 58.08% (40.5 MB)

[#002] sha256:f714e00f5115fcb5b3e1c2c41b1e33bbe99da66080a5cc5138d6c7cc875778d7 - 0.0% (863 Bytes)


History
2025-03-21 08:14:18 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-03-21 08:14:18 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-03-21 08:14:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-03-21 08:14:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.10

2025-03-21 08:14:21 UTC

/bin/sh -c #(nop) ADD file:764959978f9fe798d77bf581ad10e612d454a82cfa4151c252f99dfba77930a3 in /

2025-03-21 08:14:21 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-04-16 13:58:23 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2025-04-16 13:58:23 UTC

/bin/sh -c #(nop) LABEL maintainer=Ubuntu Server team <ubuntu-server@lists.ubuntu.com>

2025-04-16 13:59:04 UTC

|0 /bin/sh -c set -eux; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends squid ca-certificates tzdata; DEBIAN_FRONTEND=noninteractive apt-get remove --purge --auto-remove -y; rm -rf /var/lib/apt/lists/*; sed -i 's/^#http_access allow localnet$/http_access allow localnet/' /etc/squid/conf.d/debian.conf; echo "# Set max_filedescriptors to avoid using system's RLIMIT_NOFILE. See LP: #1978272" > /etc/squid/conf.d/rock.conf; echo 'max_filedescriptors 1024' >> /etc/squid/conf.d/rock.conf; rm -f /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key; /usr/sbin/squid --version; mkdir -p /usr/share/rocks; (echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > /usr/share/rocks/dpkg.query

2025-04-16 13:59:05 UTC

/bin/sh -c #(nop) EXPOSE 3128

2025-04-16 13:59:05 UTC

/bin/sh -c #(nop) VOLUME [/var/log/squid /var/spool/squid]

2025-04-16 13:59:05 UTC

/bin/sh -c #(nop) COPY file:92a37a48347cc9af6f7e07752e4a63d99e143811e53197c6e1b1c56ab4297227 in /usr/local/bin/entrypoint.sh

2025-04-16 13:59:05 UTC

/bin/sh -c #(nop) ENTRYPOINT ["entrypoint.sh"]

2025-04-16 13:59:05 UTC

/bin/sh -c #(nop) CMD ["-f" "/etc/squid/squid.conf" "-NYC"]

Details
Created

2025-04-16 14:41:13 UTC

Size

69.1 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.10

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:6bb2112e13673c498a0db966d9ac0910766cba014e5564cd5d0b59af52904512 - 41.85% (28.9 MB)

[#001] sha256:f812132527768ce883119e79c6e8d0d8be91f4b534bd61a76c174f1397277ec8 - 58.15% (40.2 MB)

[#002] sha256:0c150ad952f1cdb2c7f5425a21fdc1dade27b0126f2d7e7bbc63784420d6e701 - 0.0% (865 Bytes)


History
2025-03-21 08:17:03 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-03-21 08:17:03 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-03-21 08:17:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-03-21 08:17:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.10

2025-03-21 08:17:07 UTC

/bin/sh -c #(nop) ADD file:458f2262832f9254682efb663e94ed73cf9f068bc4799f5a25ffb533a869ed44 in /

2025-03-21 08:17:07 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-04-16 14:40:04 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2025-04-16 14:40:04 UTC

/bin/sh -c #(nop) LABEL maintainer=Ubuntu Server team <ubuntu-server@lists.ubuntu.com>

2025-04-16 14:41:12 UTC

|0 /bin/sh -c set -eux; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends squid ca-certificates tzdata; DEBIAN_FRONTEND=noninteractive apt-get remove --purge --auto-remove -y; rm -rf /var/lib/apt/lists/*; sed -i 's/^#http_access allow localnet$/http_access allow localnet/' /etc/squid/conf.d/debian.conf; echo "# Set max_filedescriptors to avoid using system's RLIMIT_NOFILE. See LP: #1978272" > /etc/squid/conf.d/rock.conf; echo 'max_filedescriptors 1024' >> /etc/squid/conf.d/rock.conf; rm -f /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key; /usr/sbin/squid --version; mkdir -p /usr/share/rocks; (echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > /usr/share/rocks/dpkg.query

2025-04-16 14:41:12 UTC

/bin/sh -c #(nop) EXPOSE 3128

2025-04-16 14:41:12 UTC

/bin/sh -c #(nop) VOLUME [/var/log/squid /var/spool/squid]

2025-04-16 14:41:12 UTC

/bin/sh -c #(nop) COPY file:92a37a48347cc9af6f7e07752e4a63d99e143811e53197c6e1b1c56ab4297227 in /usr/local/bin/entrypoint.sh

2025-04-16 14:41:13 UTC

/bin/sh -c #(nop) ENTRYPOINT ["entrypoint.sh"]

2025-04-16 14:41:13 UTC

/bin/sh -c #(nop) CMD ["-f" "/etc/squid/squid.conf" "-NYC"]

Details
Created

2025-04-16 13:59:28 UTC

Size

76.7 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.10

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:3aeec609decf6d39ca28a15138270924170b10d39af75ed1cda4d059c19fa4cf - 43.66% (33.5 MB)

[#001] sha256:3036cb5ff4c0235228c28d5542b22aaede289da420244f78b953896e9c9d6c2f - 56.34% (43.2 MB)

[#002] sha256:315bddcdc8e1fc5040f74ee5287b2059a8b5664809075771b50b3445232a816d - 0.0% (863 Bytes)


History
2025-03-21 08:16:30 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-03-21 08:16:30 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-03-21 08:16:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-03-21 08:16:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.10

2025-03-21 08:16:34 UTC

/bin/sh -c #(nop) ADD file:1b338c439eae4a20ee7d1b84db98f2f0664cd0c53c3843407f28a1b33a48c0ae in /

2025-03-21 08:16:34 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-04-16 13:58:34 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2025-04-16 13:58:34 UTC

/bin/sh -c #(nop) LABEL maintainer=Ubuntu Server team <ubuntu-server@lists.ubuntu.com>

2025-04-16 13:59:27 UTC

|0 /bin/sh -c set -eux; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends squid ca-certificates tzdata; DEBIAN_FRONTEND=noninteractive apt-get remove --purge --auto-remove -y; rm -rf /var/lib/apt/lists/*; sed -i 's/^#http_access allow localnet$/http_access allow localnet/' /etc/squid/conf.d/debian.conf; echo "# Set max_filedescriptors to avoid using system's RLIMIT_NOFILE. See LP: #1978272" > /etc/squid/conf.d/rock.conf; echo 'max_filedescriptors 1024' >> /etc/squid/conf.d/rock.conf; rm -f /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key; /usr/sbin/squid --version; mkdir -p /usr/share/rocks; (echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > /usr/share/rocks/dpkg.query

2025-04-16 13:59:27 UTC

/bin/sh -c #(nop) EXPOSE 3128

2025-04-16 13:59:27 UTC

/bin/sh -c #(nop) VOLUME [/var/log/squid /var/spool/squid]

2025-04-16 13:59:28 UTC

/bin/sh -c #(nop) COPY file:92a37a48347cc9af6f7e07752e4a63d99e143811e53197c6e1b1c56ab4297227 in /usr/local/bin/entrypoint.sh

2025-04-16 13:59:28 UTC

/bin/sh -c #(nop) ENTRYPOINT ["entrypoint.sh"]

2025-04-16 13:59:28 UTC

/bin/sh -c #(nop) CMD ["-f" "/etc/squid/squid.conf" "-NYC"]

Details
Created

2025-04-16 13:59:48 UTC

Size

71.4 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.10

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:b85d72bd862245c42813b5bc173b36a701692209dfdb612c3c2dd22cdd4ea94f - 41.17% (29.4 MB)

[#001] sha256:da13675ff19954b27b3ab3946660898a0f37a27b4c11b3240aab13eaac73e15f - 58.83% (42 MB)

[#002] sha256:c35fcee5d22b35c7aeb65f087ecb4f8139ac045377806b278154799b0a2ba8d9 - 0.0% (863 Bytes)


History
2025-03-21 08:14:56 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-03-21 08:14:56 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-03-21 08:14:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-03-21 08:14:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.10

2025-03-21 08:14:58 UTC

/bin/sh -c #(nop) ADD file:6836ca55f6c19fc0e06d3dc978a72aa71953f87a5bd8cbddc3ed081700c03924 in /

2025-03-21 08:14:58 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-04-16 13:58:57 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2025-04-16 13:58:57 UTC

/bin/sh -c #(nop) LABEL maintainer=Ubuntu Server team <ubuntu-server@lists.ubuntu.com>

2025-04-16 13:59:48 UTC

|0 /bin/sh -c set -eux; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends squid ca-certificates tzdata; DEBIAN_FRONTEND=noninteractive apt-get remove --purge --auto-remove -y; rm -rf /var/lib/apt/lists/*; sed -i 's/^#http_access allow localnet$/http_access allow localnet/' /etc/squid/conf.d/debian.conf; echo "# Set max_filedescriptors to avoid using system's RLIMIT_NOFILE. See LP: #1978272" > /etc/squid/conf.d/rock.conf; echo 'max_filedescriptors 1024' >> /etc/squid/conf.d/rock.conf; rm -f /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/private/ssl-cert-snakeoil.key; /usr/sbin/squid --version; mkdir -p /usr/share/rocks; (echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > /usr/share/rocks/dpkg.query

2025-04-16 13:59:48 UTC

/bin/sh -c #(nop) EXPOSE 3128

2025-04-16 13:59:48 UTC

/bin/sh -c #(nop) VOLUME [/var/log/squid /var/spool/squid]

2025-04-16 13:59:48 UTC

/bin/sh -c #(nop) COPY file:92a37a48347cc9af6f7e07752e4a63d99e143811e53197c6e1b1c56ab4297227 in /usr/local/bin/entrypoint.sh

2025-04-16 13:59:48 UTC

/bin/sh -c #(nop) ENTRYPOINT ["entrypoint.sh"]

2025-04-16 13:59:48 UTC

/bin/sh -c #(nop) CMD ["-f" "/etc/squid/squid.conf" "-NYC"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete