Namespace
ubuntu
Image / Tag
squid:5.2-22.04_beta
Content Digest
sha256:c93a01ca27c82ce07fbbce75abcceefa9eacbc0c7eafe06ef518bc80ddfa9a96
Details
Created

2025-04-16 13:58:13 UTC

Size

61.8 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:86ba429d185e091fc9b5c6068e52a0bf05d947e67663d6c55bfea3f064360d3f - 45.59% (28.2 MB)

[#001] sha256:4aeeb3aa6a0c6a8aec9d061ecb8ee3490114bbc34188fa2c7950bcee0699232a - 54.41% (33.6 MB)

[#002] sha256:7a2993c44c01aefe29470f193bc7a6eb09d6d70a2647ccb24d9e3fc6ccd49b4f - 0.0% (870 Bytes)


History
2025-04-07 07:24:14 UTC

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

2025-04-07 07:24:14 UTC

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

2025-04-07 07:24:14 UTC

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

2025-04-07 07:24:14 UTC

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

2025-04-07 07:24:17 UTC

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

2025-04-07 07:24:18 UTC

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

2025-04-16 13:57:47 UTC

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

2025-04-16 13:57:47 UTC

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

2025-04-16 13:58: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 13:58:13 UTC

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

2025-04-16 13:58:13 UTC

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

2025-04-16 13:58:13 UTC

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

2025-04-16 13:58:13 UTC

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

2025-04-16 13:58:13 UTC

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

Details
Created

2025-04-16 14:41:32 UTC

Size

59.2 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:db446158998d6ce548fbd265549f746315eba2ab3a9488bf3c8637145c154ca3 - 44.05% (26.1 MB)

[#001] sha256:9d6c23f846107a7f52633656f4df58ccaf888b812b7271a4e64d783b8afcf278 - 55.95% (33.1 MB)

[#002] sha256:976cfbde6e21fa4fb2d486e8ec867d24c0f19d4bf38110cf40db107fa8205ca7 - 0.0% (868 Bytes)


History
2025-04-07 07:27:02 UTC

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

2025-04-07 07:27:02 UTC

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

2025-04-07 07:27:02 UTC

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

2025-04-07 07:27:02 UTC

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

2025-04-07 07:27:04 UTC

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

2025-04-07 07:27:05 UTC

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

2025-04-16 14:40:23 UTC

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

2025-04-16 14:40:23 UTC

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

2025-04-16 14:41: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

2025-04-16 14:41:31 UTC

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

2025-04-16 14:41:32 UTC

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

2025-04-16 14:41:32 UTC

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

2025-04-16 14:41:32 UTC

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

2025-04-16 14:41:32 UTC

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

Details
Created

2025-04-16 14:01:44 UTC

Size

67.9 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:5379b412b3082a2d633fb30e14adca5ce76b386f083dd628ee92d1c559c6d1c5 - 48.4% (32.8 MB)

[#001] sha256:50000cfa41245b33df634943d09b4e5b4d36a48128bdbc4792658a23b5d80f42 - 51.59% (35 MB)

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


History
2025-04-07 07:25:40 UTC

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

2025-04-07 07:25:40 UTC

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

2025-04-07 07:25:41 UTC

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

2025-04-07 07:25:41 UTC

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

2025-04-07 07:25:44 UTC

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

2025-04-07 07:25:45 UTC

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

2025-04-16 14:00:53 UTC

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

2025-04-16 14:00:53 UTC

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

2025-04-16 14:01:43 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:01:44 UTC

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

2025-04-16 14:01:44 UTC

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

2025-04-16 14:01:44 UTC

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

2025-04-16 14:01:44 UTC

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

2025-04-16 14:01:44 UTC

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

Details
Created

2025-04-16 14:00:02 UTC

Size

60.7 MB

Content Digest
Labels
  • maintainer
    Ubuntu Server team <ubuntu-server@lists.ubuntu.com>
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:91b3dadbc94ef40183cd4de437bcc168f3c852da46c7d7c016022cbf876f27ea - 44.0% (26.7 MB)

[#001] sha256:0dc922b8c0edd0988af58568dd541093899b0520fe71826f098472619320434e - 56.0% (34 MB)

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


History
2025-04-07 07:25:00 UTC

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

2025-04-07 07:25:00 UTC

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

2025-04-07 07:25:00 UTC

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

2025-04-07 07:25:00 UTC

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

2025-04-07 07:25:02 UTC

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

2025-04-07 07:25:02 UTC

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

2025-04-16 13:59:22 UTC

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

2025-04-16 13:59:22 UTC

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

2025-04-16 14:00: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-04-16 14:00:02 UTC

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

2025-04-16 14:00:02 UTC

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

2025-04-16 14:00:02 UTC

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

2025-04-16 14:00:02 UTC

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

2025-04-16 14:00:02 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