Namespace
library
Image / Tag
caddy:2.4.0-beta.1
Content Digest
sha256:174d980d78f026badbda7570991c4a371ca2d2945ecc25f8df83a9c1c91712ce
Details
Created

2021-04-01 13:53:45 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:ca3cd42a7c9525f6ce3d64c1a70982613a8235f0cc057ec9244052921853ef15 - 19.05% (2.68 MB)

[#001] sha256:c2bb2b56f5f929e2a4dc7d7325b813da8143e5c9e04e10b31c96062a1c6b6dc7 - 2.03% (293 KB)

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

[#003] sha256:8f54fdea6e3e9cd7e7514b5b7238444c24373003c0eef8b9b8d73463beb7b62f - 78.88% (11.1 MB)

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


History
2021-03-31 20:10:06 UTC

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

2021-03-31 20:10:06 UTC

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

2021-04-01 13:53:37 UTC

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

2021-04-01 13:53:38 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2021-04-01 13:53:38 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.0-beta.1

2021-04-01 13:53:41 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='8472074e11c81292a9fc1764783c64fdc9e5909fb0711bac9544f2aac9e215757a6f42e081cd56c3be9fac7a4a7879e497b6112a7c9c5e0f43ae52f42984e9b9' ;; armhf) binArch='armv6'; checksum='a947bc69e50420d99ffb5540371990db5d9800f83114ece15c72169a415d0b08c07d25ff9eb76099cd666dc9ca9dfe6662948b7a936f43cec9533c5b9bf4e91a' ;; armv7) binArch='armv7'; checksum='d7b102fae8aa3b9928c55751a41d92cc0d122ca0e5e1204429ce7c2685049eba16dbb268198a791244cd3919581b7648c78aad8518d6d22f483f0bf5a323af19' ;; aarch64) binArch='arm64'; checksum='2e06d91729bf47d92362d7882f4e39aa896cf2d6bcb95bcab5751a51d58bf9b80fea3e2fad6c666a3a3c0e2b327c15ffc86827b13afd971868450bf1aac5d737' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='a0c2a1dce40059cb6951b7ab861364d2c6857e6b1cc85816f4717886cb9f2be659b18a4a469888c1cb47160e5122188458ba819a69da979b561f12db8e8ff256' ;; s390x) binArch='s390x'; checksum='d9b0c3bfbfbc5d2e8724494b5a7b7f435c6543425b27eb26c3220a0452f8e3c1e992523ec8b11f71e7751c3a45eafb193872bc154ca8e187bae8e9c26ee94b3e' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.0-beta.1/caddy_2.4.0-beta.1_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-04-01 13:53:42 UTC

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

2021-04-01 13:53:42 UTC

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

2021-04-01 13:53:42 UTC

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

2021-04-01 13:53:42 UTC

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

2021-04-01 13:53:43 UTC

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

2021-04-01 13:53:43 UTC

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

2021-04-01 13:53:43 UTC

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

2021-04-01 13:53:43 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-04-01 13:53:43 UTC

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

2021-04-01 13:53:44 UTC

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

2021-04-01 13:53:44 UTC

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

2021-04-01 13:53:44 UTC

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

2021-04-01 13:53:44 UTC

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

2021-04-01 13:53:44 UTC

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

2021-04-01 13:53:45 UTC

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

2021-04-01 13:53:45 UTC

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

2021-04-01 13:53:45 UTC

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

2021-04-01 13:53:45 UTC

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

Details
Created

2021-03-10 21:37:02 UTC

Size

2.32 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

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

[#001] sha256:5ff1512f88ecd4ff0a91ade34d43733c48834433e35f062f80e6e70d706f8d73 - 29.87% (709 MB)

[#002] sha256:ebe61daec6d671bc2c1c6fe61ac9825fb552e9cef3672d0a7dbec719d125ae64 - 0.0% (1.4 KB)

[#003] sha256:31a02199a38f7dde446e1c919797037b896dc0d954cc313cd49d1fd7ef7b309a - 0.38% (9.03 MB)

[#004] sha256:2cc803029bd3ef109ba5043ff19061940f4d933b3b12efaadce4d958fff6984b - 0.0% (1.4 KB)

[#005] sha256:50e23f022464526cb08cf5ae2524d4194aeb092d552b2a12309a02e731b92f2d - 0.66% (15.7 MB)

[#006] sha256:4417b70d9203a0f38da3e90189d96fca91c20a89c9f840dc3bf64b4f2561ae5c - 0.0% (1.38 KB)

[#007] sha256:1d4755067618a3cdc748f363c5f1a3da8eef0324233e5927f7dbac370b44bdc0 - 0.0% (1.4 KB)

[#008] sha256:479a4666bc7b476eb9b14bea25d19716eabf278bcba06df2e012e67a38477aa6 - 0.0% (1.4 KB)

[#009] sha256:ef1c2bc1c49e7b0cba9e9ca161fc75374d674e2149ea25c38cf3ceeb9ce2cd5c - 0.0% (1.4 KB)

[#010] sha256:9d8c6b745994cb1e2bf9dcd0d2819313119ebc53c3fe9b49cdae27bad55cd4ab - 0.0% (1.4 KB)

[#011] sha256:0539021a8993cee20a823ee8225ec8615125fa5e331639602e11912f8a3e03c2 - 0.0% (1.41 KB)

[#012] sha256:57dbc014cc64499a05b9a2c7672e407fcf64a2c92e931fb4459f0a576d56d5fd - 0.0% (1.4 KB)

[#013] sha256:6b1bd855f3e80cdf85c231872b897f41f78624e38bd56da6a854462a3f8f35b4 - 0.0% (1.4 KB)

[#014] sha256:b2546886727759053cccfd44ac8d85642584457230bdba944f6651dff8ac8bca - 0.0% (1.4 KB)

[#015] sha256:f2416a88d556dc24e1284df7253ea7257a39f1229564525254f095238f48fc97 - 0.0% (1.39 KB)

[#016] sha256:01ba1c7f3b3b979941d8c0847592ab35f1f82980625a38c804d801b3fa68d7e6 - 0.0% (1.4 KB)

[#017] sha256:ed032ff3bbe44776ff76827c8edd4ec2164d69d37f472b2127113338b478214f - 0.0% (1.4 KB)

[#018] sha256:783d7b3e5da6311f30234890e25925493d5b34fc2344886a83084492d83f4583 - 0.0% (1.33 KB)

[#019] sha256:2c20049d238f731868cb3d762df8034faf5bc27ba7024494295013a7bdc5782f - 0.0% (1.39 KB)

[#020] sha256:70c87ab0a491513801045b830deb77e44c71c6eca44368182459f8bf9ccbf94c - 0.0% (1.4 KB)

[#021] sha256:6aef85cb3e822cd1c013f9d9cd34377b55595a562fccdeb5829cbe29762d1565 - 0.01% (318 KB)

[#022] sha256:321fc9e27c48d69216d1c39ccb8e630b835829091e6fec4a070f81b154952691 - 0.0% (1.38 KB)


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

Apply image 1809-RTM-amd64

2021-02-27 09:32:06 UTC

Install update 1809-amd64

2021-03-10 13:08:20 UTC

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

2021-03-10 21:27:31 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2021-03-10 21:35:55 UTC

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

2021-03-10 21:36:26 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.0-beta.1/caddy_2.4.0-beta.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('5f04847c2bdd4526fb690c95710a6a0583e213182024b4844f3ea2fdabf78593474bfcfbd1f96e53d464eb9c925b8c040c7dc92968ac9dba547861e88fce8fd5')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2021-03-10 21:36:27 UTC

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

2021-03-10 21:36:28 UTC

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

2021-03-10 21:36:29 UTC

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

2021-03-10 21:36:31 UTC

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

2021-03-10 21:36:32 UTC

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

2021-03-10 21:36:33 UTC

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

2021-03-10 21:36:34 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-03-10 21:36:35 UTC

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

2021-03-10 21:36:36 UTC

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

2021-03-10 21:36:37 UTC

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

2021-03-10 21:36:38 UTC

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

2021-03-10 21:36:39 UTC

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

2021-03-10 21:36:40 UTC

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

2021-03-10 21:36:41 UTC

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

2021-03-10 21:36:42 UTC

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

2021-03-10 21:37:01 UTC

caddy version

2021-03-10 21:37:02 UTC

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

Details
Created

2021-03-10 21:39:50 UTC

Size

5.43 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

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

[#001] sha256:30bda99601c5cbd3b2118409f401852ea648e2319bd81518723e476b28d764c5 - 29.63% (1.61 GB)

[#002] sha256:76680da9dc6db108ddf2e353c494b45e8486a6751619a13ed8fb3ad64b9a16e9 - 0.0% (1.3 KB)

[#003] sha256:c0c9e18c1004b748968faecba6f9d1b5e6233e7e0b82b1c1259cf945eb3334e6 - 0.17% (9.71 MB)

[#004] sha256:068d235fdc3605555e5f5f986d759f521d9fc2671fc912abe8901595d45d60ab - 0.0% (1.4 KB)

[#005] sha256:423a8c13b430e11f8559e49a7516ea0a3df917cf370a512811b24aa6df83f5f0 - 0.38% (20.9 MB)

[#006] sha256:5e9f0a0d089389068aacce76a6586d1f849ebaf9deb2c0844d2f97c5b1902c3c - 0.0% (1.41 KB)

[#007] sha256:66ff1be978ab7b3c0c69146b26b6a288d85f12c47eee96ac71cf6a7151566078 - 0.0% (1.39 KB)

[#008] sha256:e262b01df5d3b0cf7f18456e428addd58277b7ec59681df285c56631bd530c1f - 0.0% (1.4 KB)

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

[#010] sha256:37dad64a77e48bef36bd455f70d9ad06b83544f388bcd8235c25080d45ae8970 - 0.0% (1.38 KB)

[#011] sha256:a0239d3fcf5f548af5b0c3e7117effa43baef43188cd5a77f063d85387b1d9df - 0.0% (1.41 KB)

[#012] sha256:4cc76feb0f670cf8be35090ebebe3c4643fa107f237656ca352b95f635993fca - 0.0% (1.37 KB)

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

[#014] sha256:ed0d846b47ba13cb71b100d80357ad7dc9df41e5baf3f9d9521c42612e609d0b - 0.0% (1.32 KB)

[#015] sha256:2470c6dc6014a45e42ff9f92c2727e721495efd2b9589a5ac5c6f0b22c36490a - 0.0% (1.27 KB)

[#016] sha256:6e53076fc5ab0c6120d49ae633dd65d6a0c5a0e0f0e8b708e9e135a12554f067 - 0.0% (1.37 KB)

[#017] sha256:56b9bf97f40f7208eb4539982865006e193756f28a3c7465053d45a8d04c40b4 - 0.0% (1.4 KB)

[#018] sha256:293df8564c0989a8e85113cf1a8bfdb517a8f6490b5aa9c2e35960aea24bf363 - 0.0% (1.4 KB)

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

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

[#021] sha256:37ba123c5815bf1a003074b6a7fd124d45546d9807c1e03832c898f388970ae1 - 0.0% (251 KB)

[#022] sha256:a6008b4f137610cb112001da1d9980c6fe7689bbdbe6aae8aaf981ed841244e3 - 0.0% (1.4 KB)


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

Apply image 1607-RTM-amd64

2021-03-03 18:02:00 UTC

Install update ltsc2016-amd64

2021-03-10 13:42:05 UTC

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

2021-03-10 21:30:30 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile" -OutFile "/etc/caddy/Caddyfile"; Invoke-WebRequest -Uri "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html" -OutFile "/usr/share/caddy/index.html"

2021-03-10 21:37:09 UTC

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

2021-03-10 21:38:38 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.0-beta.1/caddy_2.4.0-beta.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('5f04847c2bdd4526fb690c95710a6a0583e213182024b4844f3ea2fdabf78593474bfcfbd1f96e53d464eb9c925b8c040c7dc92968ac9dba547861e88fce8fd5')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2021-03-10 21:38:39 UTC

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

2021-03-10 21:38:40 UTC

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

2021-03-10 21:38:41 UTC

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

2021-03-10 21:38:43 UTC

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

2021-03-10 21:38:44 UTC

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

2021-03-10 21:38:45 UTC

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

2021-03-10 21:38:46 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-03-10 21:38:47 UTC

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

2021-03-10 21:38:48 UTC

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

2021-03-10 21:38:49 UTC

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

2021-03-10 21:38:50 UTC

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

2021-03-10 21:38:51 UTC

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

2021-03-10 21:38:53 UTC

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

2021-03-10 21:38:54 UTC

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

2021-03-10 21:38:55 UTC

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

2021-03-10 21:39:49 UTC

caddy version

2021-03-10 21:39:50 UTC

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

Details
Created

2021-03-31 17:38:17 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:bb87125c6ee1ce30c6b33d2c96a9fbe46da4a290f7cb1dd73fd62d4e06503699 - 18.87% (2.5 MB)

[#001] sha256:35c9efa35742ee0a666b515a98db003c485ba9d25f69cf233de1eb63aa39c5c2 - 2.16% (293 KB)

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

[#003] sha256:c996908a645bfe2c9cab1f64d06edbfeb540343c809ccbe9a6b402b1bba28024 - 78.93% (10.5 MB)

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


History
2021-03-31 17:18:49 UTC

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

2021-03-31 17:18:50 UTC

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

2021-03-31 17:37:34 UTC

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

2021-03-31 17:37:38 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2021-03-31 17:37:39 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.0-beta.1

2021-03-31 17:37:44 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='8472074e11c81292a9fc1764783c64fdc9e5909fb0711bac9544f2aac9e215757a6f42e081cd56c3be9fac7a4a7879e497b6112a7c9c5e0f43ae52f42984e9b9' ;; armhf) binArch='armv6'; checksum='a947bc69e50420d99ffb5540371990db5d9800f83114ece15c72169a415d0b08c07d25ff9eb76099cd666dc9ca9dfe6662948b7a936f43cec9533c5b9bf4e91a' ;; armv7) binArch='armv7'; checksum='d7b102fae8aa3b9928c55751a41d92cc0d122ca0e5e1204429ce7c2685049eba16dbb268198a791244cd3919581b7648c78aad8518d6d22f483f0bf5a323af19' ;; aarch64) binArch='arm64'; checksum='2e06d91729bf47d92362d7882f4e39aa896cf2d6bcb95bcab5751a51d58bf9b80fea3e2fad6c666a3a3c0e2b327c15ffc86827b13afd971868450bf1aac5d737' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='a0c2a1dce40059cb6951b7ab861364d2c6857e6b1cc85816f4717886cb9f2be659b18a4a469888c1cb47160e5122188458ba819a69da979b561f12db8e8ff256' ;; s390x) binArch='s390x'; checksum='d9b0c3bfbfbc5d2e8724494b5a7b7f435c6543425b27eb26c3220a0452f8e3c1e992523ec8b11f71e7751c3a45eafb193872bc154ca8e187bae8e9c26ee94b3e' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.0-beta.1/caddy_2.4.0-beta.1_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-03-31 17:37:47 UTC

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

2021-03-31 17:37:48 UTC

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

2021-03-31 17:37:50 UTC

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

2021-03-31 17:37:51 UTC

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

2021-03-31 17:37:52 UTC

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

2021-03-31 17:37:53 UTC

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

2021-03-31 17:37:54 UTC

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

2021-03-31 17:37:55 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-03-31 17:37:56 UTC

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

2021-03-31 17:37:57 UTC

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

2021-03-31 17:37:58 UTC

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

2021-03-31 17:37:59 UTC

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

2021-03-31 17:38:00 UTC

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

2021-03-31 17:38:02 UTC

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

2021-03-31 17:38:03 UTC

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

2021-03-31 17:38:05 UTC

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

2021-03-31 17:38:14 UTC

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

2021-03-31 17:38:17 UTC

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

Details
Created

2021-04-01 08:13:05 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:07389e51ea05e1c9a3cb0ef92d31181f2afa1e445207ad99ffd8a94d6d6af295 - 17.72% (2.31 MB)

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

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

[#003] sha256:f50d0ae8db26661487a79db1382dae8decc375f8add033f2e36ee304ba598f56 - 80.04% (10.4 MB)

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


History
2021-03-31 18:13:27 UTC

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

2021-03-31 18:13:31 UTC

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

2021-04-01 08:12:32 UTC

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

2021-04-01 08:12:38 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2021-04-01 08:12:39 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.0-beta.1

2021-04-01 08:12:44 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='8472074e11c81292a9fc1764783c64fdc9e5909fb0711bac9544f2aac9e215757a6f42e081cd56c3be9fac7a4a7879e497b6112a7c9c5e0f43ae52f42984e9b9' ;; armhf) binArch='armv6'; checksum='a947bc69e50420d99ffb5540371990db5d9800f83114ece15c72169a415d0b08c07d25ff9eb76099cd666dc9ca9dfe6662948b7a936f43cec9533c5b9bf4e91a' ;; armv7) binArch='armv7'; checksum='d7b102fae8aa3b9928c55751a41d92cc0d122ca0e5e1204429ce7c2685049eba16dbb268198a791244cd3919581b7648c78aad8518d6d22f483f0bf5a323af19' ;; aarch64) binArch='arm64'; checksum='2e06d91729bf47d92362d7882f4e39aa896cf2d6bcb95bcab5751a51d58bf9b80fea3e2fad6c666a3a3c0e2b327c15ffc86827b13afd971868450bf1aac5d737' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='a0c2a1dce40059cb6951b7ab861364d2c6857e6b1cc85816f4717886cb9f2be659b18a4a469888c1cb47160e5122188458ba819a69da979b561f12db8e8ff256' ;; s390x) binArch='s390x'; checksum='d9b0c3bfbfbc5d2e8724494b5a7b7f435c6543425b27eb26c3220a0452f8e3c1e992523ec8b11f71e7751c3a45eafb193872bc154ca8e187bae8e9c26ee94b3e' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.0-beta.1/caddy_2.4.0-beta.1_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-04-01 08:12:47 UTC

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

2021-04-01 08:12:48 UTC

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

2021-04-01 08:12:49 UTC

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

2021-04-01 08:12:51 UTC

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

2021-04-01 08:12:52 UTC

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

2021-04-01 08:12:53 UTC

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

2021-04-01 08:12:54 UTC

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

2021-04-01 08:12:55 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-04-01 08:12:56 UTC

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

2021-04-01 08:12:57 UTC

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

2021-04-01 08:12:58 UTC

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

2021-04-01 08:12:59 UTC

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

2021-04-01 08:13:00 UTC

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

2021-04-01 08:13:01 UTC

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

2021-04-01 08:13:02 UTC

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

2021-04-01 08:13:03 UTC

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

2021-04-01 08:13:04 UTC

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

2021-04-01 08:13:05 UTC

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

Details
Created

2021-04-01 12:44:43 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:912815139b61c8926da31f7701f0a924e7964e3713052bf1a53193a4562157f6 - 19.88% (2.59 MB)

[#001] sha256:08584473c2f3ce7502fc1abe444e6fa79a7cc73e3e8d17f7a9907f9dc549309c - 2.2% (294 KB)

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

[#003] sha256:4a0a3e65347e5acd38a18402bc222b60639d0d50266f76bb797b450828c71d7c - 77.88% (10.1 MB)

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


History
2021-03-31 17:21:21 UTC

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

2021-03-31 17:21:23 UTC

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

2021-04-01 12:42:15 UTC

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

2021-04-01 12:42:52 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2021-04-01 12:42:58 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.0-beta.1

2021-04-01 12:43:24 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='8472074e11c81292a9fc1764783c64fdc9e5909fb0711bac9544f2aac9e215757a6f42e081cd56c3be9fac7a4a7879e497b6112a7c9c5e0f43ae52f42984e9b9' ;; armhf) binArch='armv6'; checksum='a947bc69e50420d99ffb5540371990db5d9800f83114ece15c72169a415d0b08c07d25ff9eb76099cd666dc9ca9dfe6662948b7a936f43cec9533c5b9bf4e91a' ;; armv7) binArch='armv7'; checksum='d7b102fae8aa3b9928c55751a41d92cc0d122ca0e5e1204429ce7c2685049eba16dbb268198a791244cd3919581b7648c78aad8518d6d22f483f0bf5a323af19' ;; aarch64) binArch='arm64'; checksum='2e06d91729bf47d92362d7882f4e39aa896cf2d6bcb95bcab5751a51d58bf9b80fea3e2fad6c666a3a3c0e2b327c15ffc86827b13afd971868450bf1aac5d737' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='a0c2a1dce40059cb6951b7ab861364d2c6857e6b1cc85816f4717886cb9f2be659b18a4a469888c1cb47160e5122188458ba819a69da979b561f12db8e8ff256' ;; s390x) binArch='s390x'; checksum='d9b0c3bfbfbc5d2e8724494b5a7b7f435c6543425b27eb26c3220a0452f8e3c1e992523ec8b11f71e7751c3a45eafb193872bc154ca8e187bae8e9c26ee94b3e' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.0-beta.1/caddy_2.4.0-beta.1_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-04-01 12:43:41 UTC

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

2021-04-01 12:43:44 UTC

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

2021-04-01 12:43:47 UTC

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

2021-04-01 12:43:50 UTC

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

2021-04-01 12:43:52 UTC

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

2021-04-01 12:43:54 UTC

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

2021-04-01 12:43:56 UTC

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

2021-04-01 12:44:00 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-04-01 12:44:02 UTC

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

2021-04-01 12:44:05 UTC

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

2021-04-01 12:44:09 UTC

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

2021-04-01 12:44:14 UTC

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

2021-04-01 12:44:17 UTC

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

2021-04-01 12:44:21 UTC

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

2021-04-01 12:44:26 UTC

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

2021-04-01 12:44:30 UTC

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

2021-04-01 12:44:38 UTC

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

2021-04-01 12:44:43 UTC

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

Details
Created

2021-04-01 20:26:20 UTC

Size

12.8 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:dc4792b25345295bf964e1db1bceedb2338bfad8f0fb64f0cc07b152df9aef84 - 21.01% (2.68 MB)

[#001] sha256:4dd67c6c19ed1d5aad6173157b10ed430dc4b79f7aefd9b15968e3d6f2515ef8 - 2.26% (295 KB)

[#002] sha256:1c6e40ec4f18b24a2b54e5f84b994f97adf15802edd745505e311e5547847884 - 0.04% (5.7 KB)

[#003] sha256:8440a589f377bc6703f53e039cb7bcf53dc6bc4276fdababd399ed438e59b428 - 76.68% (9.79 MB)

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


History
2021-03-31 18:55:41 UTC

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

2021-03-31 18:55:49 UTC

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

2021-04-01 20:23:26 UTC

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

2021-04-01 20:23:40 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2021-04-01 20:23:43 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.0-beta.1

2021-04-01 20:24:09 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='8472074e11c81292a9fc1764783c64fdc9e5909fb0711bac9544f2aac9e215757a6f42e081cd56c3be9fac7a4a7879e497b6112a7c9c5e0f43ae52f42984e9b9' ;; armhf) binArch='armv6'; checksum='a947bc69e50420d99ffb5540371990db5d9800f83114ece15c72169a415d0b08c07d25ff9eb76099cd666dc9ca9dfe6662948b7a936f43cec9533c5b9bf4e91a' ;; armv7) binArch='armv7'; checksum='d7b102fae8aa3b9928c55751a41d92cc0d122ca0e5e1204429ce7c2685049eba16dbb268198a791244cd3919581b7648c78aad8518d6d22f483f0bf5a323af19' ;; aarch64) binArch='arm64'; checksum='2e06d91729bf47d92362d7882f4e39aa896cf2d6bcb95bcab5751a51d58bf9b80fea3e2fad6c666a3a3c0e2b327c15ffc86827b13afd971868450bf1aac5d737' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='a0c2a1dce40059cb6951b7ab861364d2c6857e6b1cc85816f4717886cb9f2be659b18a4a469888c1cb47160e5122188458ba819a69da979b561f12db8e8ff256' ;; s390x) binArch='s390x'; checksum='d9b0c3bfbfbc5d2e8724494b5a7b7f435c6543425b27eb26c3220a0452f8e3c1e992523ec8b11f71e7751c3a45eafb193872bc154ca8e187bae8e9c26ee94b3e' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.0-beta.1/caddy_2.4.0-beta.1_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-04-01 20:24:24 UTC

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

2021-04-01 20:24:28 UTC

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

2021-04-01 20:24:34 UTC

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

2021-04-01 20:24:40 UTC

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

2021-04-01 20:24:46 UTC

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

2021-04-01 20:24:50 UTC

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

2021-04-01 20:24:57 UTC

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

2021-04-01 20:25:05 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-04-01 20:25:12 UTC

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

2021-04-01 20:25:18 UTC

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

2021-04-01 20:25:24 UTC

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

2021-04-01 20:25:33 UTC

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

2021-04-01 20:25:40 UTC

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

2021-04-01 20:25:47 UTC

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

2021-04-01 20:25:58 UTC

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

2021-04-01 20:26:08 UTC

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

2021-04-01 20:26:15 UTC

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

2021-04-01 20:26:20 UTC

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

Details
Created

2021-03-31 18:56:31 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.0-beta.1

Environment
CADDY_VERSION

v2.4.0-beta.1

PATH

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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/data


Layers

[#000] sha256:1d4058bbeedf5296bcaf5ae8f37c8cd58152acad3ec45a536e08b83f5d3abe83 - 18.33% (2.48 MB)

[#001] sha256:677a8b2d40eb111521cfa503f325130edcfec1f1d18335759af6f0e4c2042153 - 2.12% (294 KB)

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

[#003] sha256:65de8aa59970201eef2786ea94f77025aa4ee26877a536d644c07dbe17d45f04 - 79.51% (10.8 MB)

[#004] sha256:33fbba1efa4c623a0d77516ee26194a0bcb4d20246e5ec5e5d8bb9351158ead1 - 0.0% (155 Bytes)


History
2021-03-31 17:14:58 UTC

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

2021-03-31 17:14:58 UTC

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

2021-03-31 18:56:23 UTC

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

2021-03-31 18:56:24 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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2021-03-31 18:56:24 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.4.0-beta.1

2021-03-31 18:56:26 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='8472074e11c81292a9fc1764783c64fdc9e5909fb0711bac9544f2aac9e215757a6f42e081cd56c3be9fac7a4a7879e497b6112a7c9c5e0f43ae52f42984e9b9' ;; armhf) binArch='armv6'; checksum='a947bc69e50420d99ffb5540371990db5d9800f83114ece15c72169a415d0b08c07d25ff9eb76099cd666dc9ca9dfe6662948b7a936f43cec9533c5b9bf4e91a' ;; armv7) binArch='armv7'; checksum='d7b102fae8aa3b9928c55751a41d92cc0d122ca0e5e1204429ce7c2685049eba16dbb268198a791244cd3919581b7648c78aad8518d6d22f483f0bf5a323af19' ;; aarch64) binArch='arm64'; checksum='2e06d91729bf47d92362d7882f4e39aa896cf2d6bcb95bcab5751a51d58bf9b80fea3e2fad6c666a3a3c0e2b327c15ffc86827b13afd971868450bf1aac5d737' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='a0c2a1dce40059cb6951b7ab861364d2c6857e6b1cc85816f4717886cb9f2be659b18a4a469888c1cb47160e5122188458ba819a69da979b561f12db8e8ff256' ;; s390x) binArch='s390x'; checksum='d9b0c3bfbfbc5d2e8724494b5a7b7f435c6543425b27eb26c3220a0452f8e3c1e992523ec8b11f71e7751c3a45eafb193872bc154ca8e187bae8e9c26ee94b3e' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.4.0-beta.1/caddy_2.4.0-beta.1_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-03-31 18:56:27 UTC

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

2021-03-31 18:56:28 UTC

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

2021-03-31 18:56:28 UTC

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

2021-03-31 18:56:28 UTC

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

2021-03-31 18:56:28 UTC

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

2021-03-31 18:56:28 UTC

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

2021-03-31 18:56:29 UTC

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

2021-03-31 18:56:29 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-03-31 18:56:29 UTC

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

2021-03-31 18:56:29 UTC

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

2021-03-31 18:56:30 UTC

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

2021-03-31 18:56:30 UTC

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

2021-03-31 18:56:30 UTC

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

2021-03-31 18:56:30 UTC

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

2021-03-31 18:56:31 UTC

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

2021-03-31 18:56:31 UTC

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

2021-03-31 18:56:31 UTC

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

2021-03-31 18:56:31 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