Namespace
ubuntu
Image / Tag
squid:6.13-25.04_beta
Content Digest
sha256:3de2e64f0ca6efdac3e98557607dc0f23050037f3885016d5d5bfcf9950501b8
Details
Created

2025-11-24 13:14:03 UTC

Size

54.7 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:4ce70cd97e5c1a5ab04a4c83d78a640526f722147320d1a766bc6ab23db0a6b7 - 51.84% (28.3 MB)

[#001] sha256:becaf54397f4e83a9c47768f4ec76b047813416b754cca00cb0f31e9e3bf905a - 48.16% (26.3 MB)

[#002] sha256:28d22a4140592b13315dc3a60f3d6b15d3057c99e0ea985ea641b83b50d9903c - 0.0% (869 Bytes)


History
2025-10-02 20:03:10 UTC

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

2025-10-02 20:03:10 UTC

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

2025-10-02 20:03:10 UTC

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

2025-10-02 20:03:10 UTC

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

2025-10-02 20:03:12 UTC

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

2025-10-02 20:03:13 UTC

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

2025-11-24 13:13:40 UTC

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

2025-11-24 13:13:40 UTC

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

2025-11-24 13:14:02 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-11-24 13:14:03 UTC

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

2025-11-24 13:14:03 UTC

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

2025-11-24 13:14:03 UTC

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

2025-11-24 13:14:03 UTC

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

2025-11-24 13:14:03 UTC

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

Details
Created

2025-11-24 13:15:55 UTC

Size

52.4 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:eaf41704423aacb439dbb92b6056243aae08dc297a8842b0f8cfca796be53c73 - 51.48% (27 MB)

[#001] sha256:b220da7503e8983a6d1992c5e8a31644ad2017ec91297b42e4a355c4dd5bdac6 - 48.52% (25.4 MB)

[#002] sha256:6346be3ab3911bbeb1e188e628d7ff061219c97701046934075b925b4ebcbf40 - 0.0% (866 Bytes)


History
2025-10-02 19:07:44 UTC

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

2025-10-02 19:07:44 UTC

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

2025-10-02 19:07:44 UTC

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

2025-10-02 19:07:44 UTC

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

2025-10-02 19:07:47 UTC

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

2025-10-02 19:07:48 UTC

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

2025-11-24 13:14:32 UTC

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

2025-11-24 13:14:32 UTC

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

2025-11-24 13:15:54 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-11-24 13:15:54 UTC

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

2025-11-24 13:15:54 UTC

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

2025-11-24 13:15:55 UTC

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

2025-11-24 13:15:55 UTC

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

2025-11-24 13:15:55 UTC

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

Details
Created

2025-11-24 13:14:47 UTC

Size

58.9 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:cd95dbfda972384b469892be933b8208119ab10d6d19f96268c6e401e13db17f - 53.33% (31.4 MB)

[#001] sha256:78df3b018f24706b8d0a01b63c78e225a4a380b7d9530d24008dd163b63ff4df - 46.67% (27.5 MB)

[#002] sha256:68469bf96c05b22ba1680d590517f45f7a208d4e7e842bd3cbc3045c5d3bf7d4 - 0.0% (866 Bytes)


History
2025-10-02 19:08:47 UTC

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

2025-10-02 19:08:47 UTC

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

2025-10-02 19:08:47 UTC

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

2025-10-02 19:08:47 UTC

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

2025-10-02 19:08:50 UTC

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

2025-10-02 19:08:50 UTC

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

2025-11-24 13:13:59 UTC

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

2025-11-24 13:13:59 UTC

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

2025-11-24 13:14:46 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-11-24 13:14:47 UTC

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

2025-11-24 13:14:47 UTC

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

2025-11-24 13:14:47 UTC

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

2025-11-24 13:14:47 UTC

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

2025-11-24 13:14:47 UTC

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

Details
Created

2025-11-24 13:14:29 UTC

Size

53.8 MB

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

Environment
PATH

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

TZ

UTC


Layers

[#000] sha256:31dedf05245306f1596548221d870701fb711f452409e04daa1c7e29c4c354a2 - 50.64% (27.2 MB)

[#001] sha256:70c3fd9f4ab0e1611325409fc6884c3ea834083d74919c1085d26b7a34675913 - 49.36% (26.6 MB)

[#002] sha256:4e3480bdf09b51b9a5ad2e0ede591236d4b316de1fef98af3b64831720cc6283 - 0.0% (864 Bytes)


History
2025-10-02 19:07:41 UTC

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

2025-10-02 19:07:41 UTC

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

2025-10-02 19:07:41 UTC

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

2025-10-02 19:07:41 UTC

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

2025-10-02 19:07:43 UTC

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

2025-10-02 19:07:43 UTC

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

2025-11-24 13:13:52 UTC

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

2025-11-24 13:13:52 UTC

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

2025-11-24 13:14:29 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-11-24 13:14:29 UTC

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

2025-11-24 13:14:29 UTC

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

2025-11-24 13:14:29 UTC

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

2025-11-24 13:14:29 UTC

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

2025-11-24 13:14:29 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