Namespace
library
Image / Tag
caddy:2.0.0-rc.3
Content Digest
sha256:155773d6be5731f42922645633132767d7d631301f70a018367d1bee39f60c88
Details
Created

2020-04-24 13:39:10 UTC

Size

14.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.0.0-rc.3

Environment
CADDY_DIST_COMMIT

80870b227ded910971ecace4a0c136bf0ef46342

CADDY_VERSION

v2.0.0-rc.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 18.55% (2.68 MB)

[#001] sha256:b2c92d2df695a8e1549e487fe6691311b8c3ccfdd90383c6ae37c578c4465c76 - 2.1% (311 KB)

[#002] sha256:7d779d752c63b3ccba5c5fbec57ae2361cef2059d83ea0770f389f1d9849ccde - 0.04% (5.63 KB)

[#003] sha256:7649e2acac0467d46b2e43138e8175c21bed9157d57aeefc989aa81f0c96ccce - 79.31% (11.5 MB)


History
2020-04-24 01:05:03 UTC

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

2020-04-24 01:05:03 UTC

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

2020-04-24 13:39:03 UTC

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

2020-04-24 13:39:03 UTC

/bin/sh -c #(nop) ENV CADDY_DIST_COMMIT=80870b227ded910971ecace4a0c136bf0ef46342

2020-04-24 13:39:05 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/$CADDY_DIST_COMMIT/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/$CADDY_DIST_COMMIT/welcome/index.html"

2020-04-24 13:39:05 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.0.0-rc.3

2020-04-24 13:39:07 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='32735a963f946bf561ed2a540192c22ad19565be4bce4bc243c61beae9022ca15a54bf5ef8a5f2341bd3af16fd7b0e9f7832697687201a981a2ac52b0c18ca88' ;; armhf) binArch='armv6'; checksum='5f1485c4be4a050dc12a42d9cc6b0a215a27173eca0bd46c09a0e5ac941b863511f695ca1fad211fb7ebb21e516c549aa2b6d7bc7b11ce3f3729a6c632315937' ;; armv7) binArch='armv7'; checksum='f38d32e6c48f6eb889d7f7bca9ef18d953aeafe8f6ae5b37a657318890c806999dbf4161ac3f5ccb7c6b356ffbded61228e24e6b1ad5e76b3d694923c2483984' ;; aarch64) binArch='arm64'; checksum='c4786c030121519ea988ad418878f29b90487357bb434f357955a5ac158460192b4da136fd6d08a2507521a2920412ffa294bf2d83c858c3d1e7fb02de1482a2' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.0.0-rc.3/caddy_2.0.0-rc.3_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

2020-04-24 13:39:07 UTC

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

2020-04-24 13:39:07 UTC

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

2020-04-24 13:39:08 UTC

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

2020-04-24 13:39:08 UTC

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

2020-04-24 13:39:08 UTC

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

2020-04-24 13:39:08 UTC

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

2020-04-24 13:39:08 UTC

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

2020-04-24 13:39:08 UTC

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

2020-04-24 13:39:09 UTC

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

2020-04-24 13:39:09 UTC

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

2020-04-24 13:39:09 UTC

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

2020-04-24 13:39:09 UTC

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

2020-04-24 13:39:09 UTC

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

2020-04-24 13:39:10 UTC

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

2020-04-24 13:39:10 UTC

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

2020-04-24 13:39:10 UTC

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

Details
Created

2020-04-20 23:50:30 UTC

Size

5.36 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.0.0-rc.3

Environment
CADDY_DIST_COMMIT

1ae255dd910fe0ad14aeec27eabe4f526bf423ab

CADDY_VERSION

v2.0.0-rc.3

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

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

[#001] sha256:d0099407ec8ccaf0472e55152e38b262bdf0b2cf8dfd2e8afcc89d728ba3f5a0 - 28.83% (1.54 GB)

[#002] sha256:7ac0134cee91589d04e97f11994235cce86faef5c581d15f2e143ecb90e92572 - 0.0% (1.12 KB)

[#003] sha256:e72ac64d06edc38376c754491fd7ced4aa035af4e675cdc3ac928ea71101af9d - 0.0% (1.09 KB)

[#004] sha256:a5d9ac51d67cd523925abe19d1fefd0f5e5de96dd7f4210eebd601cd07940879 - 0.09% (5.16 MB)

[#005] sha256:9efd1ee2ff7bdfd99171e6f519ce15fec5cae88d015c7fe68f90bc0a06c6d931 - 0.0% (1.06 KB)

[#006] sha256:ef6a8fefdc6e0c56bb106524f505c0946830f2f05160508c322fe12c577ff6c3 - 0.3% (16.5 MB)

[#007] sha256:109a9eb27291be9eca6eba7e86637f2e89299d52c9b7e6e8732d3142413a0cdd - 0.0% (1.05 KB)

[#008] sha256:cbda073322d4050091a4128fbee7a86f3a44a20a5e48a9a757b75f947e55389f - 0.0% (1.05 KB)

[#009] sha256:c25bd862ac7d8a4e4dd071336125b456299f48e50a0521b24c85d960076e0199 - 0.0% (1.05 KB)

[#010] sha256:9c1f91e729270af491f0aa53bb55300e2d82a22aad5c79d552884f60da6cd4e4 - 0.0% (1.04 KB)

[#011] sha256:8ad733b24685a79f25a39ff32f4aa315ebfae9df99740c7432be70bad755dae2 - 0.0% (1.06 KB)

[#012] sha256:d57efa182f8d96025abbeabbf9263c42537fda0ad5a4f59a312d5ece4cfcd508 - 0.0% (1.08 KB)

[#013] sha256:b2b347e572e899a9b99fd7aaf5f29345aaf65ce32e7a121771c8021c662a1f4f - 0.0% (1.05 KB)

[#014] sha256:ed9eb61d24eaffc90b7870772f420233e1520893a9ad25c44bb055f787ee2705 - 0.0% (1.08 KB)

[#015] sha256:8150597f5e499c8bd034ca80229afd4aa88471b8efe5443772e1e92fd066b751 - 0.0% (1.07 KB)

[#016] sha256:61038c548fa7ceffb45bf18cb81982dc221149295379caa793056c88590d860f - 0.0% (1.06 KB)

[#017] sha256:2a5e285cc3c3c7d19ff1a8aba39a5fa042cb718bae816d46b3a59358f47378ee - 0.0% (1.04 KB)

[#018] sha256:a118b6f4d69c1f8b687dd9af977ee2f24bc5941ca9b8cc69ad80e487f9fa283b - 0.0% (1.06 KB)

[#019] sha256:639f711254bc6fec0693a5e59eec876b3e388671ebee36fb7ff665c7f840da97 - 0.0% (1.04 KB)

[#020] sha256:b97944dcb26ce67036f0a5d96e3a9d8b4911945df4e4506284becb7d72aacca1 - 0.0% (1.06 KB)

[#021] sha256:c3049d194f6bb19cb62503770c5b949a2d2806848f6dd8c2c0fa755818a8741f - 0.0% (1.05 KB)

[#022] sha256:0c13083a16372e822e86a1958ba180d6ad32f22d0d13ca941a74351a7d531a18 - 0.0% (259 KB)

[#023] sha256:8883ec4854456b8d05c3ba46b3e7c7eec6e91ad0d596e374178fc795cda12a13 - 0.0% (1.06 KB)


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

Apply image 1607-RTM-amd64

2020-04-07 17:30:00 UTC

Install update ltsc2016-amd64

2020-04-14 21:35:40 UTC

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

2020-04-20 23:17:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_DIST_COMMIT=1ae255dd910fe0ad14aeec27eabe4f526bf423ab

2020-04-20 23:35:28 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/$env:CADDY_DIST_COMMIT/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/$env:CADDY_DIST_COMMIT/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2020-04-20 23:35:30 UTC

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

2020-04-20 23:49:32 UTC

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

2020-04-20 23:49:35 UTC

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

2020-04-20 23:49:36 UTC

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

2020-04-20 23:49:37 UTC

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

2020-04-20 23:49:39 UTC

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

2020-04-20 23:49:39 UTC

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

2020-04-20 23:49:40 UTC

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

2020-04-20 23:49:41 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

2020-04-20 23:49:42 UTC

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

2020-04-20 23:49:43 UTC

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

2020-04-20 23:49:44 UTC

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

2020-04-20 23:49:45 UTC

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

2020-04-20 23:49:46 UTC

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

2020-04-20 23:49:47 UTC

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

2020-04-20 23:49:48 UTC

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

2020-04-20 23:49:49 UTC

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

2020-04-20 23:50:29 UTC

caddy version

2020-04-20 23:50:30 UTC

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

Details
Created

2020-04-21 00:26:55 UTC

Size

2.13 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.0.0-rc.3

Environment
CADDY_DIST_COMMIT

1ae255dd910fe0ad14aeec27eabe4f526bf423ab

CADDY_VERSION

v2.0.0-rc.3

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 67.07% (1.43 GB)

[#001] sha256:eac6fba788c9781d6f989eb0932cb33bf72c2cce4eb234cc6decdcab89e183bc - 32.17% (702 MB)

[#002] sha256:edc29de224149bd438350512f7a31a67edbd3fcafce757aa60620dc459c184ad - 0.0% (1.07 KB)

[#003] sha256:9153fe178f6c24d737a32e64b5339d6c98c6f3510991a022194840e79bc4db4f - 0.0% (1.1 KB)

[#004] sha256:d0181e8dc490f55c1e3f46913e0869af835174a08254258ad3e4927a8337d162 - 0.21% (4.48 MB)

[#005] sha256:3971ceadc9a2d2d0519526f38479ebb0ef5d33b92a0c5d39414b1649e4fba38e - 0.0% (1.04 KB)

[#006] sha256:b9065a038cb7734374fcea435c47e0de04609a6f32be2e32c9d8248bf78166d6 - 0.54% (11.7 MB)

[#007] sha256:c903d00aadf71c5c2dc3e31bdac91b87f5ef686dd6965a113e0628237eafe315 - 0.0% (1.1 KB)

[#008] sha256:2fc84ffd4699c74078fff05c3e730793db7b218ba3235e982e1707fee66346b0 - 0.0% (1.12 KB)

[#009] sha256:7840ec68916babca48fcfb77db033eddca77348cb742ba35119c1b1ef18491d1 - 0.0% (1.13 KB)

[#010] sha256:97d6542d3f2576dc2828c93b4acbbfd20a2f74b24ca222edf4124060bf88b6f7 - 0.0% (1.16 KB)

[#011] sha256:99f517507abfc2f4c42c0fb50dd9ba3e54d8aaa73f0da5bbb121bb38ae2d887b - 0.0% (1.1 KB)

[#012] sha256:9c8dafeec8f9d0a69ef2946a65d81ffae4df619b3286fa392add7d85ef898f37 - 0.0% (1.13 KB)

[#013] sha256:a2e80dfc60703b374d09f4590742f8cf993fc0644182bbeaa4296b5ea3b36c14 - 0.0% (1.14 KB)

[#014] sha256:f6c72b00f45cd8aa241caf326ac01c2634d62c9fabd5fb358d3671c980dacc2c - 0.0% (1.11 KB)

[#015] sha256:25526e8a896c4626208a748cae4029fe1613c47f28ad3f9e9d55450f5916c1ee - 0.0% (1.09 KB)

[#016] sha256:7430c974c0e14501eee29d001187318bdeefc1aaba598c845506f6525724f5ac - 0.0% (1.11 KB)

[#017] sha256:e1756820635d22e919aa8f5da472c81619db165749f3b086685d532a349fff02 - 0.0% (1.12 KB)

[#018] sha256:a608957249e89c39935e4a8e2fb0af12852ef3b3840ea10c4cb30fc6039ed61c - 0.0% (1.12 KB)

[#019] sha256:85245104d1e11ca59b44fd743be5d1a4f28babcda09ef1aea690b6db266786d0 - 0.0% (1.13 KB)

[#020] sha256:2643b850e92d7157bc1d3db1c1edd8b2fde7bbce2930929fd9b69a8cc9a02670 - 0.0% (1.14 KB)

[#021] sha256:95f870e9d8082cafffb8f271cc4bc83db3849f7ee8c237eb536a91bbe188bede - 0.0% (1.12 KB)

[#022] sha256:3e0e70a530470c9e404c4046eda7e1988375bae1b3fefef1f24733652d0ce4be - 0.01% (299 KB)

[#023] sha256:afed809a03adfaac23b3f609288bc4f6249cdbba3f7bea1e502ff7fc34baaa10 - 0.0% (1.11 KB)


History
2018-09-15 09:10:26 UTC

Apply image 1809-RTM-amd64

2020-04-13 03:38:38 UTC

Install update 1809-amd64

2020-04-14 21:32:35 UTC

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

2020-04-20 23:15:34 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV CADDY_DIST_COMMIT=1ae255dd910fe0ad14aeec27eabe4f526bf423ab

2020-04-20 23:35:06 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/$env:CADDY_DIST_COMMIT/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/$env:CADDY_DIST_COMMIT/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2020-04-20 23:35:07 UTC

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

2020-04-21 00:26:22 UTC

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

2020-04-21 00:26:25 UTC

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

2020-04-21 00:26:26 UTC

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

2020-04-21 00:26:27 UTC

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

2020-04-21 00:26:27 UTC

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

2020-04-21 00:26:28 UTC

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

2020-04-21 00:26:29 UTC

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

2020-04-21 00:26:30 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

2020-04-21 00:26:31 UTC

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

2020-04-21 00:26:32 UTC

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

2020-04-21 00:26:33 UTC

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

2020-04-21 00:26:34 UTC

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

2020-04-21 00:26:35 UTC

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

2020-04-21 00:26:36 UTC

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

2020-04-21 00:26:37 UTC

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

2020-04-21 00:26:37 UTC

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

2020-04-21 00:26:54 UTC

caddy version

2020-04-21 00:26:55 UTC

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

Details
Created

2020-04-23 17:42:48 UTC

Size

13.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.0.0-rc.3

Environment
CADDY_DIST_COMMIT

80870b227ded910971ecace4a0c136bf0ef46342

CADDY_VERSION

v2.0.0-rc.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:b9e3228833e92f0688e0f87234e75965e62e47cfbb9ca8cc5fa19c2e7cd13f80 - 18.18% (2.5 MB)

[#001] sha256:8f4aecf4b3c455b15219e7ae2914078c1796d34e6b1c2916aab2fa79d0aecc97 - 2.21% (311 KB)

[#002] sha256:b78f3e6c459120cfcfb844a46e1d5fa39f425743ad39e3265fdb6b4c4ea312b6 - 0.04% (5.71 KB)

[#003] sha256:06e7b1f9bee864c12dd2ceef4062aa39220c9921e53de9328e46201a9706536f - 79.56% (10.9 MB)


History
2020-04-23 15:51:24 UTC

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

2020-04-23 15:51:25 UTC

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

2020-04-23 17:42:29 UTC

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

2020-04-23 17:42:31 UTC

/bin/sh -c #(nop) ENV CADDY_DIST_COMMIT=80870b227ded910971ecace4a0c136bf0ef46342

2020-04-23 17:42:33 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/$CADDY_DIST_COMMIT/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/$CADDY_DIST_COMMIT/welcome/index.html"

2020-04-23 17:42:34 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.0.0-rc.3

2020-04-23 17:42:38 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='32735a963f946bf561ed2a540192c22ad19565be4bce4bc243c61beae9022ca15a54bf5ef8a5f2341bd3af16fd7b0e9f7832697687201a981a2ac52b0c18ca88' ;; armhf) binArch='armv6'; checksum='5f1485c4be4a050dc12a42d9cc6b0a215a27173eca0bd46c09a0e5ac941b863511f695ca1fad211fb7ebb21e516c549aa2b6d7bc7b11ce3f3729a6c632315937' ;; armv7) binArch='armv7'; checksum='f38d32e6c48f6eb889d7f7bca9ef18d953aeafe8f6ae5b37a657318890c806999dbf4161ac3f5ccb7c6b356ffbded61228e24e6b1ad5e76b3d694923c2483984' ;; aarch64) binArch='arm64'; checksum='c4786c030121519ea988ad418878f29b90487357bb434f357955a5ac158460192b4da136fd6d08a2507521a2920412ffa294bf2d83c858c3d1e7fb02de1482a2' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.0.0-rc.3/caddy_2.0.0-rc.3_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

2020-04-23 17:42:39 UTC

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

2020-04-23 17:42:39 UTC

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

2020-04-23 17:42:40 UTC

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

2020-04-23 17:42:41 UTC

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

2020-04-23 17:42:41 UTC

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

2020-04-23 17:42:42 UTC

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

2020-04-23 17:42:42 UTC

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

2020-04-23 17:42:43 UTC

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

2020-04-23 17:42:44 UTC

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

2020-04-23 17:42:44 UTC

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

2020-04-23 17:42:45 UTC

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

2020-04-23 17:42:45 UTC

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

2020-04-23 17:42:46 UTC

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

2020-04-23 17:42:47 UTC

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

2020-04-23 17:42:47 UTC

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

2020-04-23 17:42:48 UTC

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

Details
Created

2020-04-23 23:23:34 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.0.0-rc.3

Environment
CADDY_DIST_COMMIT

80870b227ded910971ecace4a0c136bf0ef46342

CADDY_VERSION

v2.0.0-rc.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:3cfb62949d9d8613854db4d5fe502a9219c2b55a153043500078a64e880ae234 - 17.07% (2.31 MB)

[#001] sha256:bf760b044fed05d609c6cc0dbc0163d673af839c2bd8b93be46a9dd9b3235d8d - 2.24% (310 KB)

[#002] sha256:702db93291bb8c691008d86b00d866d87fd9904461e56e447408436f67069d12 - 0.04% (5.71 KB)

[#003] sha256:d2c40522962f3fe09cd98fd4eaa89dd882a4696b160f7107066ec610a424d2b5 - 80.65% (10.9 MB)


History
2020-04-23 22:04:19 UTC

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

2020-04-23 22:04:22 UTC

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

2020-04-23 23:22:56 UTC

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

2020-04-23 23:22:58 UTC

/bin/sh -c #(nop) ENV CADDY_DIST_COMMIT=80870b227ded910971ecace4a0c136bf0ef46342

2020-04-23 23:23:03 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/$CADDY_DIST_COMMIT/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/$CADDY_DIST_COMMIT/welcome/index.html"

2020-04-23 23:23:05 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.0.0-rc.3

2020-04-23 23:23:20 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='32735a963f946bf561ed2a540192c22ad19565be4bce4bc243c61beae9022ca15a54bf5ef8a5f2341bd3af16fd7b0e9f7832697687201a981a2ac52b0c18ca88' ;; armhf) binArch='armv6'; checksum='5f1485c4be4a050dc12a42d9cc6b0a215a27173eca0bd46c09a0e5ac941b863511f695ca1fad211fb7ebb21e516c549aa2b6d7bc7b11ce3f3729a6c632315937' ;; armv7) binArch='armv7'; checksum='f38d32e6c48f6eb889d7f7bca9ef18d953aeafe8f6ae5b37a657318890c806999dbf4161ac3f5ccb7c6b356ffbded61228e24e6b1ad5e76b3d694923c2483984' ;; aarch64) binArch='arm64'; checksum='c4786c030121519ea988ad418878f29b90487357bb434f357955a5ac158460192b4da136fd6d08a2507521a2920412ffa294bf2d83c858c3d1e7fb02de1482a2' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.0.0-rc.3/caddy_2.0.0-rc.3_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

2020-04-23 23:23:21 UTC

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

2020-04-23 23:23:22 UTC

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

2020-04-23 23:23:22 UTC

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

2020-04-23 23:23:23 UTC

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

2020-04-23 23:23:24 UTC

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

2020-04-23 23:23:25 UTC

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

2020-04-23 23:23:26 UTC

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

2020-04-23 23:23:26 UTC

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

2020-04-23 23:23:27 UTC

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

2020-04-23 23:23:28 UTC

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

2020-04-23 23:23:29 UTC

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

2020-04-23 23:23:30 UTC

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

2020-04-23 23:23:31 UTC

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

2020-04-23 23:23:32 UTC

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

2020-04-23 23:23:33 UTC

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

2020-04-23 23:23:34 UTC

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

Details
Created

2020-04-24 03:41:46 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.0.0-rc.3

Environment
CADDY_DIST_COMMIT

80870b227ded910971ecace4a0c136bf0ef46342

CADDY_VERSION

v2.0.0-rc.3

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:29e5d40040c18c692ed73df24511071725b74956ca1a61fe6056a651d86a13bd - 19.3% (2.6 MB)

[#001] sha256:8f1dd90474a5634d83eea66237a34342ba1aa7b9660127d7a6168f9dd16a6800 - 2.26% (312 KB)

[#002] sha256:523ce157ee2040adfd1d897f97c884c8df6de54df4581f3982d4114fea063843 - 0.04% (5.71 KB)

[#003] sha256:4cda42781da5ba2129483bc71d0db41d70d1482adb6e10dc5be449859c7f0fc7 - 78.4% (10.6 MB)


History
2020-04-24 00:14:18 UTC

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

2020-04-24 00:14:21 UTC

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

2020-04-24 03:41:26 UTC

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

2020-04-24 03:41:27 UTC

/bin/sh -c #(nop) ENV CADDY_DIST_COMMIT=80870b227ded910971ecace4a0c136bf0ef46342

2020-04-24 03:41:30 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/$CADDY_DIST_COMMIT/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/$CADDY_DIST_COMMIT/welcome/index.html"

2020-04-24 03:41:31 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.0.0-rc.3

2020-04-24 03:41:35 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='32735a963f946bf561ed2a540192c22ad19565be4bce4bc243c61beae9022ca15a54bf5ef8a5f2341bd3af16fd7b0e9f7832697687201a981a2ac52b0c18ca88' ;; armhf) binArch='armv6'; checksum='5f1485c4be4a050dc12a42d9cc6b0a215a27173eca0bd46c09a0e5ac941b863511f695ca1fad211fb7ebb21e516c549aa2b6d7bc7b11ce3f3729a6c632315937' ;; armv7) binArch='armv7'; checksum='f38d32e6c48f6eb889d7f7bca9ef18d953aeafe8f6ae5b37a657318890c806999dbf4161ac3f5ccb7c6b356ffbded61228e24e6b1ad5e76b3d694923c2483984' ;; aarch64) binArch='arm64'; checksum='c4786c030121519ea988ad418878f29b90487357bb434f357955a5ac158460192b4da136fd6d08a2507521a2920412ffa294bf2d83c858c3d1e7fb02de1482a2' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.0.0-rc.3/caddy_2.0.0-rc.3_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

2020-04-24 03:41:36 UTC

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

2020-04-24 03:41:36 UTC

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

2020-04-24 03:41:37 UTC

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

2020-04-24 03:41:38 UTC

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

2020-04-24 03:41:38 UTC

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

2020-04-24 03:41:39 UTC

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

2020-04-24 03:41:40 UTC

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

2020-04-24 03:41:40 UTC

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

2020-04-24 03:41:41 UTC

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

2020-04-24 03:41:42 UTC

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

2020-04-24 03:41:43 UTC

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

2020-04-24 03:41:43 UTC

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

2020-04-24 03:41:44 UTC

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

2020-04-24 03:41:45 UTC

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

2020-04-24 03:41:45 UTC

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

2020-04-24 03:41:46 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