Namespace
library
Image / Tag
traefik:v3.0.1
Content Digest
sha256:9ad110e745f68e15c09a4d6ccc0dc3cd674ab21466c0884b8e7823a445ac4d25
Details
Created

2024-05-30 19:51:34 UTC

Size

43.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.1

Environment
PATH

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


Layers

[#000] sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f - 7.97% (3.45 MB)

[#001] sha256:063d5da2188cebebb3201442bac5e2e392e8ddea062e25cd77ce17d63272a4ba - 1.02% (452 KB)

[#002] sha256:8f75f1e5f6fe0b5e844b458ac063c52e25446e4b34b37c4aa49bea75f8a6b6c5 - 91.01% (39.5 MB)

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


History
2024-05-22 18:18:11 UTC

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

2024-05-22 18:18:12 UTC

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

2024-05-30 19:51:29 UTC

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

2024-05-30 19:51:33 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.1/traefik_v3.0.1_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-05-30 19:51:33 UTC

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

2024-05-30 19:51:33 UTC

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

2024-05-30 19:51:33 UTC

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

2024-05-30 19:51:33 UTC

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

2024-05-30 19:51:34 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.1 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-05-30 19:49:39 UTC

Size

40.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.1

Environment
PATH

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


Layers

[#000] sha256:b0da55d51ed2f4a2e9c4e3ca1e420bac26a1a37098e2f1437841049c51df7320 - 7.89% (3.21 MB)

[#001] sha256:b0e0d37fb3a3fa24afbe2e75b8b155456fc23029b9d964091885b19c431ca1fa - 1.09% (453 KB)

[#002] sha256:d7bc6ab18982eac13d562a16f51db6fd9414709b5afbb9170064d4ba25cd9708 - 91.02% (37 MB)

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


History
2024-05-22 17:56:54 UTC

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

2024-05-22 17:56:55 UTC

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

2024-05-30 19:49:34 UTC

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

2024-05-30 19:49:38 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.1/traefik_v3.0.1_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-05-30 19:49:39 UTC

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

2024-05-30 19:49:39 UTC

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

2024-05-30 19:49:39 UTC

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

2024-05-30 19:49:39 UTC

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

2024-05-30 19:49:39 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.1 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-05-30 20:43:39 UTC

Size

40.8 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.1

Environment
PATH

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


Layers

[#000] sha256:94747bd812346354fd5042870b6e44e5406880a4e6b5736a9cf9c753110df11b - 9.54% (3.9 MB)

[#001] sha256:33761638787616d48b5555dabc2c016480383aae25d9242a7b093c7e0b660e1f - 1.09% (455 KB)

[#002] sha256:e063d90d63bc4f7c99527fab5eb604b264387951762b334cc4e868838d92dc95 - 89.37% (36.5 MB)

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


History
2024-05-22 18:17:27 UTC

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

2024-05-22 18:17:28 UTC

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

2024-05-30 20:43:35 UTC

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

2024-05-30 20:43:38 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.1/traefik_v3.0.1_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-05-30 20:43:39 UTC

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

2024-05-30 20:43:39 UTC

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

2024-05-30 20:43:39 UTC

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

2024-05-30 20:43:39 UTC

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

2024-05-30 20:43:39 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.1 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-05-30 19:29:31 UTC

Size

39.2 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.1

Environment
PATH

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


Layers

[#000] sha256:fc0288db113f6df5dbde63eac62c59d28df80cd0602675f606e688d365d8bc6a - 8.67% (3.4 MB)

[#001] sha256:3d99d4223e6b15fb67e3b010c6a956226b520efc8dd99c401d67aa092943715a - 1.13% (455 KB)

[#002] sha256:b2253696d288b1048a1baf95c95d0939166f269b9db7a0e8ff54e334a5be4500 - 90.19% (35.4 MB)

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


History
2024-05-22 18:07:11 UTC

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

2024-05-22 18:07:12 UTC

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

2024-05-30 19:29:22 UTC

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

2024-05-30 19:29:28 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.1/traefik_v3.0.1_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-05-30 19:29:30 UTC

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

2024-05-30 19:29:30 UTC

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

2024-05-30 19:29:30 UTC

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

2024-05-30 19:29:31 UTC

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

2024-05-30 19:29:31 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.1 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2024-05-30 19:44:24 UTC

Size

42 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.1

Environment
PATH

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


Layers

[#000] sha256:3b8747b05489980f63da1d2b8e5a444c55777f69540394397b0bc1c76c3e41f2 - 7.85% (3.3 MB)

[#001] sha256:1bfdae686589931bbb09e116bfbb8ee205184c76b0a1158eedaa6d28ca76f73f - 1.05% (453 KB)

[#002] sha256:358ae1664f3f12fe03c7137547210b5496eafaa15547b0a5f5397e114c989876 - 91.1% (38.3 MB)

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


History
2024-05-22 18:34:06 UTC

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

2024-05-22 18:34:07 UTC

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

2024-05-30 19:44:18 UTC

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

2024-05-30 19:44:22 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.1/traefik_v3.0.1_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-05-30 19:44:23 UTC

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

2024-05-30 19:44:24 UTC

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

2024-05-30 19:44:24 UTC

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

2024-05-30 19:44:24 UTC

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

2024-05-30 19:44:24 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.1 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