Namespace
library
Image / Tag
caddy:2.4.5
Content Digest
sha256:874405536b3ec82342977f386353e82f2a728fd1984f2cf7e94996f7dda5d09e
Details
Created

2021-09-07 19:19:37 UTC

Size

14.1 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 19.1% (2.68 MB)

[#001] sha256:a9d9d63a262eb117d9f55cf667904b985eb6dd9830783f17146a17a107a7ee19 - 2.04% (294 KB)

[#002] sha256:b1d54a459a500730b7153882903986d92e877f472e9d6ead142fab9dcb6464e1 - 0.04% (5.69 KB)

[#003] sha256:8e7c08047a89fabece2d8f1e12d68e1df255fe9c35b5975ff7a707d699359dcf - 78.82% (11.1 MB)

[#004] sha256:480638d00096415d2de6729bbcc01c75ee3ffeae1dad128c0fb0287c44185632 - 0.0% (154 Bytes)


History
2021-08-27 17:19:45 UTC

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

2021-08-27 17:19:45 UTC

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

2021-09-07 19:19:30 UTC

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

2021-09-07 19:19:31 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html"

2021-09-07 19:19:31 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.5

2021-09-07 19:19:33 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='1a19a8d94c6c16d8e671c4dad1e835e7d0d586a36e15f5300b374e5d31cf10eafdf07bc2c24d5589cdfaff1dd276e4627917802e858e14dc2351797d7dec7586' ;; armhf) binArch='armv6'; checksum='5b68e8b9491507591bfa42880a771f5c687e9e081ccc249a2356b0a1cafc108214e6915d86a5342e6eb99c329942cd027bfd8960d38dae11c91a47a43926b1a8' ;; armv7) binArch='armv7'; checksum='e39210f8e3634ebc85a3a32bda4bcb2263d508744f8ba3b2e9e56012cda17cabe16f2318f991e3d1d8306da49fcc2fa3bfef98f3412bbcf734376ea3bcbdf2ea' ;; aarch64) binArch='arm64'; checksum='da23940ff938c953d288555366e09632b31fd248e337da1990cebf0471957d14196f38396fd055d4b409f9960e2d8fb94b26ab435662a871b5ea300b9e77ad25' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='cf8d73a238628cfacea7d309f64248a6e25c76dd76a669a646845b4ca729fd677e30a2a29c75936d810b9f55df89fa17f9b6bc42c5d69e8e02b12ef4e334ad91' ;; s390x) binArch='s390x'; checksum='21631de0d9c93346a9ab8658990c87bacda9c401ddb4b850a59f0c9f9665e0b93b02c0516df55eb03829f0eb5fb546683ba2d5e7b8f6174a7dfb3d13db9d81cd' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; chmod +x /usr/bin/caddy; caddy version

2021-09-07 19:19:34 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2021-09-07 19:19:34 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2021-09-07 19:19:35 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2021-09-07 19:19:35 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-09-07 19:19:35 UTC

/bin/sh -c #(nop) VOLUME [/data]

2021-09-07 19:19:35 UTC

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

2021-09-07 19:19:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2021-09-07 19:19:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-09-07 19:19:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-09-07 19:19:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-09-07 19:19:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-09-07 19:19:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-09-07 19:19:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-09-07 19:19:37 UTC

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

2021-09-07 19:19:37 UTC

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

2021-09-07 19:19:37 UTC

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

2021-09-07 19:19:37 UTC

/bin/sh -c #(nop) WORKDIR /srv

2021-09-07 19:19:37 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-10-14 01:17:18 UTC

Size

2.51 GB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 63.67% (1.6 GB)

[#001] sha256:c0698cf91ebd6bcfb319be6a50421b356d6a3dbbd213d9b2b9dca0f837d7a999 - 35.86% (923 MB)

[#002] sha256:cc0c4e719f418d49c6a0fb87abd2e0e480c5b6fec1bacc3077cacfad9b4ab3e0 - 0.0% (1.37 KB)

[#003] sha256:665e492ba7ee5015a57b1707f6f38dba54fce78ec0702f8835e1706514399f08 - 0.01% (351 KB)

[#004] sha256:532d778f3f718e6140d3f2de9eb7d33aa3267ad70d13e5ea5fbe4bb1b63f045c - 0.0% (1.32 KB)

[#005] sha256:d99afa5426b255b06f2a82c61145df8a90321647affc7c641efe00d2b42cab78 - 0.44% (11.4 MB)

[#006] sha256:51df745e088f94c24b04b4d8faef82a402c2ae93811d83de8b6b737b68815655 - 0.0% (1.4 KB)

[#007] sha256:9fd6b823abc20a491415b3ad3ccb86e184b8757022155aafe3a00d3e5b7aba8c - 0.0% (1.39 KB)

[#008] sha256:e37d72bdc456535a7412538f2f1c01d4d1a907ee0b7af55819ccd782206af365 - 0.0% (1.36 KB)

[#009] sha256:c587c38fa9f8a899d8c107803db2a26352c7ef8b8b281c5270aaf07c34f003a9 - 0.0% (1.38 KB)

[#010] sha256:317545f7f57cd1385761551bff772df090b607f90076a9a1bce67c329848ffd6 - 0.0% (1.39 KB)

[#011] sha256:459153d69f0154ec005a34f57f04f406d38919f4e8fce54f760469e84cbd5c8c - 0.0% (1.38 KB)

[#012] sha256:ec288065f33b8e19ccb8316615054fe365add7d30e6d21d3a049bde13ccda138 - 0.0% (1.38 KB)

[#013] sha256:131878ddf4b2a9b6b6f38a59061c6eb85c7bd793fa42c57e85e04571915b2529 - 0.0% (1.37 KB)

[#014] sha256:6592a859759d4788420489a41afb04e70312352ed860fe9eb6ba72c687d4d404 - 0.0% (1.36 KB)

[#015] sha256:5d2d8cf2c2dfc078043ab1e659b8502c45028426c30098892f55eb8daa870208 - 0.0% (1.36 KB)

[#016] sha256:c2bdb4e8b4b2c07da94a87cb734e0606f0136ad9d40cac2303f6a88971aabf41 - 0.0% (1.41 KB)

[#017] sha256:da126f29e2f5ece2c4020d0f8b3ae3763d38fb1249abce185cd32bc7b16bc852 - 0.0% (1.38 KB)

[#018] sha256:cce3bce75862daf320e9ff55e02f555e8bc64248fb5794d744cbdb472e65aceb - 0.0% (1.39 KB)

[#019] sha256:1ed87969d5461009ef0a1ba9d56846bb0cd970c29d38ec932128fd23afbdb6b7 - 0.0% (1.39 KB)

[#020] sha256:58527d3955c835addf2c00ee3268f54b59b56cc29c89d319f9b956dd2632b20f - 0.0% (1.39 KB)

[#021] sha256:197cd6167ed2ccd997de88375a9905b546713d9e237c8c5a1c45893010fa928e - 0.01% (275 KB)

[#022] sha256:02c66d6e66f26661a70297bebfdbf285d91eaca9d7b5490921a2404d35ad38d3 - 0.0% (1.39 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-10-07 08:25:51 UTC

Install update 1809-amd64

2021-10-13 12:02:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-10-14 01:14:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2021-10-14 01:14:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.4.5

2021-10-14 01:16:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('794fed88b38bfeb6b3b84d63f0887c4534fc3e94bd31173182b5af80fc7783beb41192bccffdb257a9bdf59541c6822a75fdbe714d65abc3c0cce9c02018eb82')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2021-10-14 01:16:09 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config

2021-10-14 01:16:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data

2021-10-14 01:16:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/config]

2021-10-14 01:16:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/data]

2021-10-14 01:16:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.4.5

2021-10-14 01:16:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy

2021-10-14 01:16:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-10-14 01:16:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-10-14 01:16:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-10-14 01:16:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-10-14 01:16:19 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-10-14 01:16:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-10-14 01:16:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80

2021-10-14 01:16:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443

2021-10-14 01:16:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019

2021-10-14 01:17:17 UTC

caddy version

2021-10-14 01:17:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-10-14 01:20:57 UTC

Size

5.85 GB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 64.75% (3.79 GB)

[#001] sha256:0c776a8e8e3c02d360995b7fa26a3fd7c0928965795fac57b69ff07418ab07bf - 35.05% (2.05 GB)

[#002] sha256:6974b1bd85ba3f9ce16d86231eced43f720fed9c13411d37584dfe7193bcde60 - 0.0% (1.29 KB)

[#003] sha256:9d982cd3ea4e0f39b0a59afe2410f4ac8f8ca8c9501681376105ac0756077aaf - 0.01% (356 KB)

[#004] sha256:342c9f99d5e17a16a8e02b7fbbdea0561d16844b94a78ba6b0a3980a1fd7ccba - 0.0% (1.36 KB)

[#005] sha256:21a2f4b599c5a86a0efad9c64923ed92ef6348874f606dcc88d806a1bde65722 - 0.19% (11.5 MB)

[#006] sha256:82c9f9829b423db0615a1f5e60faea7e7acf6bbad919e96da1581aa1300b82ec - 0.0% (1.4 KB)

[#007] sha256:5e587d5dec60023401a7b06bfef0515c714cc9c95f920fb6dc51ca92f79cacce - 0.0% (1.39 KB)

[#008] sha256:17fd530adf94358dba5c6504818a078b2c5f5838ee27b73ccb4209f28403a407 - 0.0% (1.39 KB)

[#009] sha256:1d2a2c0b803620763f4977aa22bf878b955b2dc925f4b9b983e8b9f3e37bca84 - 0.0% (1.38 KB)

[#010] sha256:07d1d61fbdd1784a524e400ef2f6adfd9082811c9e8e7c97a2117a1ecc3181b9 - 0.0% (1.35 KB)

[#011] sha256:2d36b7fbabf83c2f0a7c965b4f787a169f1f1295a04bc9c3c3fdbb0fd9ac968a - 0.0% (1.38 KB)

[#012] sha256:51195831e4cea58e85de48992766c2f7cc4cc6fd47a4a6fb3882c744bb36d21f - 0.0% (1.4 KB)

[#013] sha256:12ca00fc7a8a309d40ce015c15098bb9d211cbc4c8336bf88a2c077116a9490a - 0.0% (1.4 KB)

[#014] sha256:9a92b1b6d340e40634655f50a50138549c6c70c61468789ae6e8429591ed449f - 0.0% (1.38 KB)

[#015] sha256:7fac818954f5a49435599cfcd5bccbc04eb575511eb8d8020f80d3f5b033162a - 0.0% (1.4 KB)

[#016] sha256:4463928f6dd92cd8b526d8451a040edeb1ff656c519f1130a19d65f08363dc68 - 0.0% (1.37 KB)

[#017] sha256:da386c125ea3af7c5e43bdbd8734d5cd69492e04855043341345189a23a9c378 - 0.0% (1.35 KB)

[#018] sha256:a64d5a5d0ff9b97c9797d980db55d78a43ddba8b84118c4af3fa0b6bc3bb9f6c - 0.0% (1.36 KB)

[#019] sha256:a877dc624ad3fc9873097f6de44c0fc79f308bca25337e4fa8169d0d6891b20c - 0.0% (1.33 KB)

[#020] sha256:d363765427e27a3693aed3fcc0d3ddf3228b7e01d320fb62d33f079a480c6e1a - 0.0% (1.35 KB)

[#021] sha256:c0b411941829ef681cc4a55bd5de5556631670b6d624eae094b6af3953ad7b1f - 0.0% (275 KB)

[#022] sha256:e6f4f4d4d0b484cc3406a2b709d0f968cb33122ea0b7ff55885066024b4d7a3a - 0.0% (1.34 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2021-10-06 21:16:00 UTC

Install update ltsc2016-amd64

2021-10-13 12:40:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-10-14 01:18:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; mkdir /config; mkdir /data; mkdir /etc/caddy; mkdir /usr/share/caddy; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2021-10-14 01:18:36 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_VERSION=v2.4.5

2021-10-14 01:19:52 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('794fed88b38bfeb6b3b84d63f0887c4534fc3e94bd31173182b5af80fc7783beb41192bccffdb257a9bdf59541c6822a75fdbe714d65abc3c0cce9c02018eb82')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2021-10-14 01:19:53 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_CONFIG_HOME=c:/config

2021-10-14 01:19:54 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV XDG_DATA_HOME=c:/data

2021-10-14 01:19:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/config]

2021-10-14 01:19:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/data]

2021-10-14 01:19:58 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.version=v2.4.5

2021-10-14 01:19:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.title=Caddy

2021-10-14 01:20:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-10-14 01:20:01 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-10-14 01:20:02 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-10-14 01:20:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-10-14 01:20:04 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-10-14 01:20:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-10-14 01:20:06 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 80

2021-10-14 01:20:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 443

2021-10-14 01:20:09 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) EXPOSE 2019

2021-10-14 01:20:56 UTC

caddy version

2021-10-14 01:20:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-09-07 19:49:48 UTC

Size

13.3 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:2e78c0f86ba9a1fed30df20cb48c9cc73e9626399f12749d36b892ff99c0ecf5 - 18.83% (2.51 MB)

[#001] sha256:f254033e1bbf10f9a1641b6005ee6ae290bdec377e00d2e5290e33dc0eb8f9b6 - 2.16% (294 KB)

[#002] sha256:28038de9754eec9aa2df09a34c0d7029c335199166de56398d21fb595fd289dd - 0.04% (5.69 KB)

[#003] sha256:7a15167bbb466deb6092c935cebbd9a53f872b614c83873105d590b6eb49f0ac - 78.97% (10.5 MB)

[#004] sha256:b35905ee7a334ccab1c6c823badcecdd44820eb72bf4598a513885c773c44b5b - 0.0% (153 Bytes)


History
2021-08-27 17:49:29 UTC

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

2021-08-27 17:49:30 UTC

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

2021-09-07 19:49:32 UTC

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

2021-09-07 19:49:35 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html"

2021-09-07 19:49:35 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.5

2021-09-07 19:49:39 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='1a19a8d94c6c16d8e671c4dad1e835e7d0d586a36e15f5300b374e5d31cf10eafdf07bc2c24d5589cdfaff1dd276e4627917802e858e14dc2351797d7dec7586' ;; armhf) binArch='armv6'; checksum='5b68e8b9491507591bfa42880a771f5c687e9e081ccc249a2356b0a1cafc108214e6915d86a5342e6eb99c329942cd027bfd8960d38dae11c91a47a43926b1a8' ;; armv7) binArch='armv7'; checksum='e39210f8e3634ebc85a3a32bda4bcb2263d508744f8ba3b2e9e56012cda17cabe16f2318f991e3d1d8306da49fcc2fa3bfef98f3412bbcf734376ea3bcbdf2ea' ;; aarch64) binArch='arm64'; checksum='da23940ff938c953d288555366e09632b31fd248e337da1990cebf0471957d14196f38396fd055d4b409f9960e2d8fb94b26ab435662a871b5ea300b9e77ad25' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='cf8d73a238628cfacea7d309f64248a6e25c76dd76a669a646845b4ca729fd677e30a2a29c75936d810b9f55df89fa17f9b6bc42c5d69e8e02b12ef4e334ad91' ;; s390x) binArch='s390x'; checksum='21631de0d9c93346a9ab8658990c87bacda9c401ddb4b850a59f0c9f9665e0b93b02c0516df55eb03829f0eb5fb546683ba2d5e7b8f6174a7dfb3d13db9d81cd' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; chmod +x /usr/bin/caddy; caddy version

2021-09-07 19:49:41 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2021-09-07 19:49:41 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2021-09-07 19:49:42 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2021-09-07 19:49:42 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-09-07 19:49:43 UTC

/bin/sh -c #(nop) VOLUME [/data]

2021-09-07 19:49:43 UTC

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

2021-09-07 19:49:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2021-09-07 19:49:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-09-07 19:49:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-09-07 19:49:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-09-07 19:49:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-09-07 19:49:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-09-07 19:49:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-09-07 19:49:47 UTC

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

2021-09-07 19:49:47 UTC

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

2021-09-07 19:49:47 UTC

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

2021-09-07 19:49:48 UTC

/bin/sh -c #(nop) WORKDIR /srv

2021-09-07 19:49:48 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-09-07 19:57:53 UTC

Size

13.1 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:a14774a5a62e0f454febaec7cb603e18a6a8e25ef9da4a4da85b155bdd5e5a7a - 17.69% (2.32 MB)

[#001] sha256:d98c39987cd6455919d7455feed9aba93a44659ef658fbef5d4d52500beddac5 - 2.19% (293 KB)

[#002] sha256:e223cb6b0d911c9cc6575c496bc4f96f1968db869a8a07694f3f49897920f264 - 0.04% (5.69 KB)

[#003] sha256:77e52153d20928d86c87f7b2b39f8580cc7323e1b8a59a70936dc2aedc241489 - 80.08% (10.5 MB)

[#004] sha256:231751a6396075ec359101a350a68fd144ab08e31360f7d72c1c7562f931c360 - 0.0% (153 Bytes)


History
2021-08-27 17:57:31 UTC

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

2021-08-27 17:57:32 UTC

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

2021-09-07 19:57:36 UTC

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

2021-09-07 19:57:39 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html"

2021-09-07 19:57:39 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.5

2021-09-07 19:57:43 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='1a19a8d94c6c16d8e671c4dad1e835e7d0d586a36e15f5300b374e5d31cf10eafdf07bc2c24d5589cdfaff1dd276e4627917802e858e14dc2351797d7dec7586' ;; armhf) binArch='armv6'; checksum='5b68e8b9491507591bfa42880a771f5c687e9e081ccc249a2356b0a1cafc108214e6915d86a5342e6eb99c329942cd027bfd8960d38dae11c91a47a43926b1a8' ;; armv7) binArch='armv7'; checksum='e39210f8e3634ebc85a3a32bda4bcb2263d508744f8ba3b2e9e56012cda17cabe16f2318f991e3d1d8306da49fcc2fa3bfef98f3412bbcf734376ea3bcbdf2ea' ;; aarch64) binArch='arm64'; checksum='da23940ff938c953d288555366e09632b31fd248e337da1990cebf0471957d14196f38396fd055d4b409f9960e2d8fb94b26ab435662a871b5ea300b9e77ad25' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='cf8d73a238628cfacea7d309f64248a6e25c76dd76a669a646845b4ca729fd677e30a2a29c75936d810b9f55df89fa17f9b6bc42c5d69e8e02b12ef4e334ad91' ;; s390x) binArch='s390x'; checksum='21631de0d9c93346a9ab8658990c87bacda9c401ddb4b850a59f0c9f9665e0b93b02c0516df55eb03829f0eb5fb546683ba2d5e7b8f6174a7dfb3d13db9d81cd' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; chmod +x /usr/bin/caddy; caddy version

2021-09-07 19:57:45 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2021-09-07 19:57:45 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2021-09-07 19:57:46 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2021-09-07 19:57:46 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-09-07 19:57:47 UTC

/bin/sh -c #(nop) VOLUME [/data]

2021-09-07 19:57:47 UTC

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

2021-09-07 19:57:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2021-09-07 19:57:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-09-07 19:57:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-09-07 19:57:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-09-07 19:57:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-09-07 19:57:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-09-07 19:57:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-09-07 19:57:51 UTC

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

2021-09-07 19:57:51 UTC

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

2021-09-07 19:57:52 UTC

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

2021-09-07 19:57:52 UTC

/bin/sh -c #(nop) WORKDIR /srv

2021-09-07 19:57:53 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-10-14 01:35:49 UTC

Size

13 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:552d1f2373af9bfe12033568ebbfb0ccbb0de11279f9a415a29207e264d7f4d9 - 19.86% (2.59 MB)

[#001] sha256:2bdae6629f9c73c56d66409172a1dcab55f533f8b62eb70c990c8e2cabcd7695 - 2.2% (294 KB)

[#002] sha256:fd3c515fae4831ae5dd272bcc27d7d3d3011d0f880b795b0aed1ce8c389c96bf - 0.04% (5.62 KB)

[#003] sha256:9e9fd53ff3edb7bf8a0ff242263a8ea643d8347e596e14b9b0cc0bad0aaa5636 - 77.89% (10.1 MB)

[#004] sha256:8eb7a63bcfb3d0ac1bf297808aacb7c8f7e2725e2cc59d509b732533c60a412d - 0.0% (154 Bytes)


History
2021-08-27 17:39:33 UTC

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

2021-08-27 17:39:33 UTC

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

2021-10-14 01:35:26 UTC

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

2021-10-14 01:35:28 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html"

2021-10-14 01:35:29 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.5

2021-10-14 01:35:31 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='1a19a8d94c6c16d8e671c4dad1e835e7d0d586a36e15f5300b374e5d31cf10eafdf07bc2c24d5589cdfaff1dd276e4627917802e858e14dc2351797d7dec7586' ;; armhf) binArch='armv6'; checksum='5b68e8b9491507591bfa42880a771f5c687e9e081ccc249a2356b0a1cafc108214e6915d86a5342e6eb99c329942cd027bfd8960d38dae11c91a47a43926b1a8' ;; armv7) binArch='armv7'; checksum='e39210f8e3634ebc85a3a32bda4bcb2263d508744f8ba3b2e9e56012cda17cabe16f2318f991e3d1d8306da49fcc2fa3bfef98f3412bbcf734376ea3bcbdf2ea' ;; aarch64) binArch='arm64'; checksum='da23940ff938c953d288555366e09632b31fd248e337da1990cebf0471957d14196f38396fd055d4b409f9960e2d8fb94b26ab435662a871b5ea300b9e77ad25' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='cf8d73a238628cfacea7d309f64248a6e25c76dd76a669a646845b4ca729fd677e30a2a29c75936d810b9f55df89fa17f9b6bc42c5d69e8e02b12ef4e334ad91' ;; s390x) binArch='s390x'; checksum='21631de0d9c93346a9ab8658990c87bacda9c401ddb4b850a59f0c9f9665e0b93b02c0516df55eb03829f0eb5fb546683ba2d5e7b8f6174a7dfb3d13db9d81cd' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; chmod +x /usr/bin/caddy; caddy version

2021-10-14 01:35:32 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2021-10-14 01:35:33 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2021-10-14 01:35:34 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2021-10-14 01:35:35 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-10-14 01:35:36 UTC

/bin/sh -c #(nop) VOLUME [/data]

2021-10-14 01:35:37 UTC

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

2021-10-14 01:35:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2021-10-14 01:35:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-10-14 01:35:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-10-14 01:35:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-10-14 01:35:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-10-14 01:35:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-10-14 01:35:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-10-14 01:35:45 UTC

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

2021-10-14 01:35:46 UTC

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

2021-10-14 01:35:47 UTC

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

2021-10-14 01:35:48 UTC

/bin/sh -c #(nop) WORKDIR /srv

2021-10-14 01:35:49 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-09-07 19:19:27 UTC

Size

12.7 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:63da8ca98f7b4b94381aed56862a60aecf355d9428b9aeb7c61d5bd017100c18 - 21.11% (2.68 MB)

[#001] sha256:72d32e3566fcaa11540498ebdd9ecc55cd2e2dca73a6b62317657a9e75749272 - 2.28% (296 KB)

[#002] sha256:59a831abca68890cbd7a89171bb93c9af5c1b102852f0f1f3326ff7c104ced90 - 0.04% (5.7 KB)

[#003] sha256:475efcd27e409cc064d659d255fbfb70896b95c3c36149b9a5b8d1abe86e656b - 76.56% (9.73 MB)

[#004] sha256:e1a9218ca8c9a1a05649cc5d0eb91f1b2985152d796a63f525c75f5380288bf8 - 0.0% (154 Bytes)


History
2021-08-27 19:39:54 UTC

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

2021-08-27 19:39:59 UTC

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

2021-09-07 19:16:42 UTC

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

2021-09-07 19:16:56 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html"

2021-09-07 19:17:07 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.5

2021-09-07 19:17:29 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='1a19a8d94c6c16d8e671c4dad1e835e7d0d586a36e15f5300b374e5d31cf10eafdf07bc2c24d5589cdfaff1dd276e4627917802e858e14dc2351797d7dec7586' ;; armhf) binArch='armv6'; checksum='5b68e8b9491507591bfa42880a771f5c687e9e081ccc249a2356b0a1cafc108214e6915d86a5342e6eb99c329942cd027bfd8960d38dae11c91a47a43926b1a8' ;; armv7) binArch='armv7'; checksum='e39210f8e3634ebc85a3a32bda4bcb2263d508744f8ba3b2e9e56012cda17cabe16f2318f991e3d1d8306da49fcc2fa3bfef98f3412bbcf734376ea3bcbdf2ea' ;; aarch64) binArch='arm64'; checksum='da23940ff938c953d288555366e09632b31fd248e337da1990cebf0471957d14196f38396fd055d4b409f9960e2d8fb94b26ab435662a871b5ea300b9e77ad25' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='cf8d73a238628cfacea7d309f64248a6e25c76dd76a669a646845b4ca729fd677e30a2a29c75936d810b9f55df89fa17f9b6bc42c5d69e8e02b12ef4e334ad91' ;; s390x) binArch='s390x'; checksum='21631de0d9c93346a9ab8658990c87bacda9c401ddb4b850a59f0c9f9665e0b93b02c0516df55eb03829f0eb5fb546683ba2d5e7b8f6174a7dfb3d13db9d81cd' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; chmod +x /usr/bin/caddy; caddy version

2021-09-07 19:17:47 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2021-09-07 19:17:50 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2021-09-07 19:17:56 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2021-09-07 19:18:01 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-09-07 19:18:05 UTC

/bin/sh -c #(nop) VOLUME [/data]

2021-09-07 19:18:12 UTC

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

2021-09-07 19:18:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2021-09-07 19:18:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-09-07 19:18:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-09-07 19:18:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-09-07 19:18:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-09-07 19:18:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-09-07 19:18:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-09-07 19:18:55 UTC

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

2021-09-07 19:19:04 UTC

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

2021-09-07 19:19:12 UTC

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

2021-09-07 19:19:21 UTC

/bin/sh -c #(nop) WORKDIR /srv

2021-09-07 19:19:27 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

Details
Created

2021-09-07 19:41:49 UTC

Size

13.5 MB

Content Digest
Labels
  • org.opencontainers.image.description
    a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
  • org.opencontainers.image.documentation
    https://caddyserver.com/docs
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/caddyserver/caddy-docker
  • org.opencontainers.image.title
    Caddy
  • org.opencontainers.image.url
    https://caddyserver.com
  • org.opencontainers.image.vendor
    Light Code Labs
  • org.opencontainers.image.version
    v2.4.5

Environment
CADDY_VERSION

v2.4.5

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:da14cb6b6dc946dbb2d84386bcaca84e2d46f650767cd11bdb3331ec9d623988 - 18.43% (2.48 MB)

[#001] sha256:7c9c7d5d2c4319fc2386cc1a009e57751b8d7a7d807ae0e867e4d6273e06731d - 2.13% (294 KB)

[#002] sha256:f4c7b669e195c7cce7cf6d957130645125c1171c464622ceaa01378d18f24e37 - 0.04% (5.69 KB)

[#003] sha256:714c91b4718f6b0100a4d5f31ab39aa7f732cb3e6d23f084e38e4918a85123a7 - 79.39% (10.7 MB)

[#004] sha256:9d47704db6d31d2185044e1f3118b87fb2db0caa91fee7ef1cec3ec4a130ad9c - 0.0% (153 Bytes)


History
2021-08-27 17:41:29 UTC

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

2021-08-27 17:41:30 UTC

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

2021-09-07 19:41:29 UTC

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

2021-09-07 19:41:32 UTC

/bin/sh -c set -eux; mkdir -p /config/caddy /data/caddy /etc/caddy /usr/share/caddy ; wget -O /etc/caddy/Caddyfile "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/2f23e8a67eba98613ba87f2d04768f6b28875386/welcome/index.html"

2021-09-07 19:41:33 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.5

2021-09-07 19:41:38 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='1a19a8d94c6c16d8e671c4dad1e835e7d0d586a36e15f5300b374e5d31cf10eafdf07bc2c24d5589cdfaff1dd276e4627917802e858e14dc2351797d7dec7586' ;; armhf) binArch='armv6'; checksum='5b68e8b9491507591bfa42880a771f5c687e9e081ccc249a2356b0a1cafc108214e6915d86a5342e6eb99c329942cd027bfd8960d38dae11c91a47a43926b1a8' ;; armv7) binArch='armv7'; checksum='e39210f8e3634ebc85a3a32bda4bcb2263d508744f8ba3b2e9e56012cda17cabe16f2318f991e3d1d8306da49fcc2fa3bfef98f3412bbcf734376ea3bcbdf2ea' ;; aarch64) binArch='arm64'; checksum='da23940ff938c953d288555366e09632b31fd248e337da1990cebf0471957d14196f38396fd055d4b409f9960e2d8fb94b26ab435662a871b5ea300b9e77ad25' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='cf8d73a238628cfacea7d309f64248a6e25c76dd76a669a646845b4ca729fd677e30a2a29c75936d810b9f55df89fa17f9b6bc42c5d69e8e02b12ef4e334ad91' ;; s390x) binArch='s390x'; checksum='21631de0d9c93346a9ab8658990c87bacda9c401ddb4b850a59f0c9f9665e0b93b02c0516df55eb03829f0eb5fb546683ba2d5e7b8f6174a7dfb3d13db9d81cd' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.5/caddy_2.4.5_linux_${binArch}.tar.gz"; echo "$checksum /tmp/caddy.tar.gz" | sha512sum -c; tar x -z -f /tmp/caddy.tar.gz -C /usr/bin caddy; rm -f /tmp/caddy.tar.gz; chmod +x /usr/bin/caddy; caddy version

2021-09-07 19:41:41 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2021-09-07 19:41:42 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config

2021-09-07 19:41:42 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/data

2021-09-07 19:41:43 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-09-07 19:41:43 UTC

/bin/sh -c #(nop) VOLUME [/data]

2021-09-07 19:41:44 UTC

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

2021-09-07 19:41:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Caddy

2021-09-07 19:41:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go

2021-09-07 19:41:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://caddyserver.com

2021-09-07 19:41:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://caddyserver.com/docs

2021-09-07 19:41:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Light Code Labs

2021-09-07 19:41:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2021-09-07 19:41:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/caddyserver/caddy-docker

2021-09-07 19:41:47 UTC

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

2021-09-07 19:41:48 UTC

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

2021-09-07 19:41:48 UTC

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

2021-09-07 19:41:49 UTC

/bin/sh -c #(nop) WORKDIR /srv

2021-09-07 19:41:49 UTC

/bin/sh -c #(nop) CMD ["caddy" "run" "--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]

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