Namespace
ubuntu
Image / Tag
squid:5.2-22.04_edge
Content Digest
sha256:cfa4fbc3fea0b97360656787a311acd8a5e21386202b60b9d478064ab9fe00ea
Details
Created

2026-04-08 13:49:06 UTC

Size

60.2 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:16a2b6e42cf37538576d5877305ab6afbc8775f1a54cbabec3fd1ef72d1b1963 - 47.11% (28.4 MB)

[#001] sha256:8becca640c84ab8b1e7c167a6a8001327fe39af29340c0beb03cdcfc124ee6ea - 52.89% (31.8 MB)

[#002] sha256:5be207b72df31729ff912dadc6ec846f4a8697aba987ed8b6b92aecb8b72f3c6 - 0.0% (868 Bytes)


History
2026-03-22 18:10:35 UTC

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

2026-03-22 18:10:35 UTC

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

2026-03-22 18:10:35 UTC

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

2026-03-22 18:10:38 UTC

/bin/sh -c #(nop) ADD file:6d6bdec36f3282e8506d4ebfcecc427191e59c9cf197a51a9e5787e7490eb0d6 in /

2026-03-22 18:10:38 UTC

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

2026-04-08 13:48:42 UTC

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

2026-04-08 13:48:42 UTC

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

2026-04-08 13:49:05 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

2026-04-08 13:49:06 UTC

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

2026-04-08 13:49:06 UTC

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

2026-04-08 13:49:06 UTC

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

2026-04-08 13:49:06 UTC

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

2026-04-08 13:49:06 UTC

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

Details
Created

2026-04-08 13:49:17 UTC

Size

57.8 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:0ac1a5b0b6027428773951ec87cbbd1ef5beb6aefd702fc1f8352b35f5a6b227 - 45.58% (26.3 MB)

[#001] sha256:d027c0e94d797db520c2a2c24f8295f6494eb3e858d7320f16a4a613ddfe600c - 54.42% (31.4 MB)

[#002] sha256:6e07d8d544732f308bb614144712acb65d97982c6f03806340f13283223080ef - 0.0% (870 Bytes)


History
2026-03-22 18:14:08 UTC

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

2026-03-22 18:14:08 UTC

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

2026-03-22 18:14:08 UTC

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

2026-03-22 18:14:11 UTC

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

2026-03-22 18:14:11 UTC

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

2026-04-08 13:48:10 UTC

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

2026-04-08 13:48:10 UTC

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

2026-04-08 13:49:16 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

2026-04-08 13:49:17 UTC

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

2026-04-08 13:49:17 UTC

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

2026-04-08 13:49:17 UTC

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

2026-04-08 13:49:17 UTC

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

2026-04-08 13:49:17 UTC

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

Details
Created

2026-04-08 13:53:31 UTC

Size

66.3 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:6e7ce5381470d08fae52533b1f3857bec7cf6195d26eaa4a128e7ce5e28010d6 - 49.87% (33 MB)

[#001] sha256:8f2132e7621353195f69b8ef46b8f32a790d7952b37b315c840b69aed5c060aa - 50.13% (33.2 MB)

[#002] sha256:07d3e3cd848df54171b723851d07125d423557922a59547bc92e18b593aea853 - 0.0% (870 Bytes)


History
2026-03-22 18:11:34 UTC

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

2026-03-22 18:11:34 UTC

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

2026-03-22 18:11:34 UTC

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

2026-03-22 18:11:37 UTC

/bin/sh -c #(nop) ADD file:268be611d24f69c3d8e480314cd587652e4c89a6032236737057c8b64f2379da in /

2026-03-22 18:11:38 UTC

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

2026-04-08 13:52:48 UTC

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

2026-04-08 13:52:48 UTC

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

2026-04-08 13:53:30 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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

Details
Created

2026-04-08 13:53:31 UTC

Size

59.1 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:e80c1325cc96023ec4a895afe12cff1307e2e5e36678fd341840b5d16ae8618d - 45.53% (26.9 MB)

[#001] sha256:588c1106bbb29b9f58ec1f74fb21ed5a71f21488fb1570dd11431acbff664b66 - 54.47% (32.2 MB)

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


History
2026-03-22 18:12:49 UTC

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

2026-03-22 18:12:49 UTC

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

2026-03-22 18:12:49 UTC

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

2026-03-22 18:12:50 UTC

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

2026-03-22 18:12:51 UTC

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

2026-04-08 13:52:52 UTC

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

2026-04-08 13:52:52 UTC

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

2026-04-08 13:53:31 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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 UTC

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

2026-04-08 13:53:31 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