Namespace
library
Image / Tag
traefik:beaufort
Content Digest
sha256:a208c74fd80a566d4ea376053bff73d31616d7af3f1465a7747b8b89ee34d97e
Details
Created

2024-07-02 22:20:26 UTC

Size

45.3 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.source
    https://github.com/traefik/traefik
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v3.0.4

Environment
PATH

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


Layers

[#000] sha256:ec99f8b99825a742d50fb3ce173d291378a46ab54b8ef7dd75e5654e2a296e99 - 7.63% (3.46 MB)

[#001] sha256:8168e2be9d205d7f8b76990ad5a6d495782753c0a87dd78d23354d85a5429be1 - 0.98% (452 KB)

[#002] sha256:4c4266770910efb770c6a364e5c3df8dce8f41084200d0e626a649d4355f5ad5 - 91.39% (41.4 MB)

[#003] sha256:67e108beaf7ab999124e5a818a055627c77fc914d4219428894ee145e04d44ac - 0.0% (369 Bytes)


History
2024-06-20 20:16:57 UTC

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

2024-06-20 20:16:58 UTC

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

2024-06-21 02:35:15 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2024-07-02 22:20:25 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.4/traefik_v3.0.4_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2024-07-02 22:20:25 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-07-02 22:20:25 UTC

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

2024-07-02 22:20:25 UTC

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

2024-07-02 22:20:26 UTC

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

2024-07-02 22:20:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.0.4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-07-02 22:18:37 UTC

Size

42.5 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.source
    https://github.com/traefik/traefik
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v3.0.4

Environment
PATH

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


Layers

[#000] sha256:3d2af5f613c84e549fb09710d45b152d3cdf48eb7a37dc3e9c01e2b3975f4f76 - 7.56% (3.21 MB)

[#001] sha256:e7337ede81ecb77d813170ec03ead72fa35339996186fe1b56b262ea09626d7e - 1.04% (453 KB)

[#002] sha256:3b0858dceb8f450988be90e79b46ccee19f667d5514d693baace82caa211792e - 91.4% (38.8 MB)

[#003] sha256:f45c4424794f1284e97838fadf2adc8b23c8bde3e2785d4309f6f95d83174c6d - 0.0% (368 Bytes)


History
2024-06-20 17:49:15 UTC

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

2024-06-20 17:49:15 UTC

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

2024-06-21 01:59:48 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2024-07-02 22:18:36 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.4/traefik_v3.0.4_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2024-07-02 22:18:37 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-07-02 22:18:37 UTC

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

2024-07-02 22:18:37 UTC

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

2024-07-02 22:18:37 UTC

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

2024-07-02 22:18:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.0.4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-07-02 21:51:36 UTC

Size

42.7 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.source
    https://github.com/traefik/traefik
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v3.0.4

Environment
PATH

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


Layers

[#000] sha256:a258b2a6b59a7aa244d8ceab095c7f8df726f27075a69fca7ad8490f3f63148a - 9.14% (3.9 MB)

[#001] sha256:d410afbd1686b6d27360ccf8005cca1dbc8f1997cc7afb3b70cb39f98673c893 - 1.04% (455 KB)

[#002] sha256:4c8304620d0a7a95b8f70fd903fe8b4ad2c43de69e88af1ff551fa7378a51333 - 89.82% (38.3 MB)

[#003] sha256:ceaf6f568c6bc23c11fa39ad3bc83240c4d27103163cc26221a91a74e0d4c870 - 0.0% (368 Bytes)


History
2024-06-20 17:40:35 UTC

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

2024-06-20 17:40:35 UTC

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

2024-06-21 00:25:02 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2024-07-02 21:51:35 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.4/traefik_v3.0.4_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2024-07-02 21:51:36 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-07-02 21:51:36 UTC

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

2024-07-02 21:51:36 UTC

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

2024-07-02 21:51:36 UTC

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

2024-07-02 21:51:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.0.4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-07-03 01:05:29 UTC

Size

41 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.source
    https://github.com/traefik/traefik
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v3.0.4

Environment
PATH

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


Layers

[#000] sha256:b02dcd5eb44e382ea711bca074a007403db63dacf55f888b3a87214d1052dd50 - 8.3% (3.41 MB)

[#001] sha256:6f94ae9cb53cbdf673994943d4cf3d69547cd5a988af9cf0a69be06478449e8c - 1.08% (455 KB)

[#002] sha256:5436d524cfead197e436f66d0363e6680883e7c4116fce76af68237d0cf09d4a - 90.62% (37.2 MB)

[#003] sha256:9f49d2e92d93a384f6ed6d73a1e6a5388ed211bfc4b500a3dee64f1b20818956 - 0.0% (367 Bytes)


History
2024-06-20 18:18:21 UTC

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

2024-06-20 18:18:22 UTC

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

2024-06-20 23:22:01 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2024-07-03 01:05:26 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.4/traefik_v3.0.4_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2024-07-03 01:05:28 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-07-03 01:05:28 UTC

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

2024-07-03 01:05:28 UTC

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

2024-07-03 01:05:29 UTC

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

2024-07-03 01:05:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.0.4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-07-03 01:12:51 UTC

Size

43.7 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.source
    https://github.com/traefik/traefik
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v3.0.4

Environment
PATH

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


Layers

[#000] sha256:d4714cc4c8bb5ceda619fceb44b088091082a8d2407d2008123fe93478722d1a - 7.36% (3.21 MB)

[#001] sha256:62714b493fc18e5f8e744f21b9ad7dbe157ba9436e68493c14acfa61c7ad2ff3 - 1.01% (453 KB)

[#002] sha256:4ef617a5ade8f311ae559ca7f93729d07c7549056375c844b875d8596d991b91 - 91.62% (40 MB)

[#003] sha256:cbd1470d5b18a16a5f3eb5fbf6d72674d113de298d41119a0dd21f3cee69e4a9 - 0.0% (369 Bytes)


History
2024-06-20 18:18:03 UTC

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

2024-06-20 18:18:04 UTC

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

2024-06-20 18:34:03 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2024-07-03 01:12:48 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.4/traefik_v3.0.4_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2024-07-03 01:12:49 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-07-03 01:12:49 UTC

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

2024-07-03 01:12:50 UTC

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

2024-07-03 01:12:50 UTC

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

2024-07-03 01:12:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.0.4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-07-03 00:42:01 UTC

Size

43.9 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.source
    https://github.com/traefik/traefik
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v3.0.4

Environment
PATH

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


Layers

[#000] sha256:f9a77bce0ddc1b9251f410e8c69566b002f4e557ee68895b558671311b17fd91 - 7.51% (3.3 MB)

[#001] sha256:552ab5febcd528c558dcc899a972d320b269b0634f72fbc02b23d8d2a09493cb - 1.01% (453 KB)

[#002] sha256:0b147ee8d6c4b80ae2001ff60e2cacb236cdd82f029dd3cda043186c51c6f073 - 91.48% (40.2 MB)

[#003] sha256:919b65902832342447d0f271b40700c23fdab9be451fe8be4d9e76e8cb67fb2a - 0.0% (368 Bytes)


History
2024-06-20 17:42:02 UTC

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

2024-06-20 17:42:03 UTC

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

2024-06-20 22:21:06 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2024-07-03 00:41:59 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.4/traefik_v3.0.4_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2024-07-03 00:42:01 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-07-03 00:42:01 UTC

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

2024-07-03 00:42:01 UTC

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

2024-07-03 00:42:01 UTC

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

2024-07-03 00:42:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.0.4 org.opencontainers.image.documentation=https://docs.traefik.io

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