Namespace
library
Image / Tag
caddy:2.3.0-rc.1
Content Digest
sha256:3b0ce27c73d2cd26c85b35f4f25f0026ab53b1546f2810d353346c7f9ff6cacd
Details
Created

2020-12-17 12:35:53 UTC

Size

14 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.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:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 19.01% (2.67 MB)

[#001] sha256:1afadb5ee6ea5f6d507d8b77b8ba0ace43c1db0a163815f209e62439af325d6c - 2.04% (293 KB)

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

[#003] sha256:4efb6b037c7117e8163376a81866e34d4b87d731b4dc4c845ea31af2ae88ad34 - 78.91% (11.1 MB)

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


History
2020-12-17 00:19:41 UTC

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

2020-12-17 00:19:42 UTC

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

2020-12-17 12:34:59 UTC

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

2020-12-17 12:35:29 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"

2020-12-17 12:35:46 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.3.0-rc.1

2020-12-17 12:35:49 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='92df67a441431c809e2fc060d820b6919f8fab4b2073a9fb025b51bbb122b2784a814c80ba79683d8ec5742daae70d27867f623ef2579afc6d0ca9e5649223c6' ;; armhf) binArch='armv6'; checksum='05596a277c9642fed15066ad42d2c2fb2d65eda92ac2303df95807c0a3a6532ddf7dd88e7f4d20de5fdfa259ec76098176c8033562d7b6e06ed7592019c5a4ad' ;; armv7) binArch='armv7'; checksum='9605b8c0a45396c7a4ed85b4bb85c9a3f24b4374e6625d14bcbf73a8a8930a6609c19807fbb2e40ce154cd633a117c5f9a7952dc5e12c885f06f60106c28c659' ;; aarch64) binArch='arm64'; checksum='51b5b6f824ef247d6cd007aeb05ceab4a02bc1ff40c2773d8c246ecafd4a992dc6f84acd63f58f6c5adecd7f0c757cc2425b6efe1c3e2c4b56bc0231c55135db' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='5bf72bc947d3ed262c4362774253cbbc6bb66c3a3dd0da99133a36ffc38760efd6c132a92e3b779563bef62249751bdf95fa4f99478e8bd2317c2aa437de2cb1' ;; s390x) binArch='s390x'; checksum='5f271a23114b94a7a56bd9bb7e239b913c1b98de124687b24051ee0acd2d83e2eb000108e0e4060e8ecfb1abc74ba321dfb1eac0c9108be3ac1b7b100d38cf36' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.3.0-rc.1/caddy_2.3.0-rc.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

2020-12-17 12:35:50 UTC

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

2020-12-17 12:35:50 UTC

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

2020-12-17 12:35:50 UTC

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

2020-12-17 12:35:50 UTC

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

2020-12-17 12:35:51 UTC

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

2020-12-17 12:35:51 UTC

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

2020-12-17 12:35:51 UTC

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

2020-12-17 12:35:51 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-12-17 12:35:51 UTC

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

2020-12-17 12:35:52 UTC

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

2020-12-17 12:35:52 UTC

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

2020-12-17 12:35:52 UTC

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

2020-12-17 12:35:52 UTC

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

2020-12-17 12:35:53 UTC

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

2020-12-17 12:35:53 UTC

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

2020-12-17 12:35:53 UTC

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

2020-12-17 12:35:53 UTC

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

2020-12-17 12:35:53 UTC

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

Details
Created

2020-12-14 21:16:54 UTC

Size

2.25 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

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

[#001] sha256:aa4f58cd6da1aaf1a0b44d443bd88e7fbe5b0a6f193995a1a61d6bd63990f314 - 27.83% (641 MB)

[#002] sha256:a4372d14958dc8a7eaaace9e4774e7f1db524da5eb4474b5e46738848a3a61a5 - 0.0% (1.1 KB)

[#003] sha256:433ced4e59cd32da7d04608be235ec50650c9160c8742a10c9a60ae7294d7f52 - 0.38% (8.82 MB)

[#004] sha256:68e9c115ea860bdba7bcf9ca1f325217973e6249c6e393c9c3c71a4441a69bd4 - 0.0% (1.13 KB)

[#005] sha256:717902946fec71ec90452ffa0c9e0610c7f2f14631c984076cee625ce740f534 - 0.68% (15.7 MB)

[#006] sha256:232e14626860875600d1277cc7172284dab660f4b354ff005809903a8cd0d036 - 0.0% (1.07 KB)

[#007] sha256:0cd078320e14b248c7c5f0c292eed7e2e1102477664f36c64b239524702b5234 - 0.0% (1.09 KB)

[#008] sha256:79d0efadf8fe9727f971ab20e25dfc3fdcf49da26c4dc603d223a08c130063a6 - 0.0% (1.11 KB)

[#009] sha256:73736f615db312fe6c0acdd00e55e147103b3a72bc8e3fc7eed16654895388b1 - 0.0% (1.07 KB)

[#010] sha256:717edc5750e38c4ecf799024763b5704d146c06a9347eca3f05841a77d493ee3 - 0.0% (1.07 KB)

[#011] sha256:1526f53d3984c6da258c6d2d702d8859415c57970f3e095970e20544904257d7 - 0.0% (1.05 KB)

[#012] sha256:24c701836938cf98a1d8dd0b8c1a0daf6cf2a412d67e7978446287dc491f64d4 - 0.0% (1.12 KB)

[#013] sha256:524d13a4aef7b6d2785808b13a393500014cac3de84001f42cbb37f9992f1bd7 - 0.0% (1.06 KB)

[#014] sha256:590f736e0df990b79d996a7f74f0cf734a515148d1835b67c3aa2bb609a710ea - 0.0% (1.05 KB)

[#015] sha256:1ca1ce6e351e9669956f7af1f5226a04f3fc72d384fd90b44bf68c927b627c50 - 0.0% (1.06 KB)

[#016] sha256:ccb3728557b0d1f6a5a6d81aafc5c6ab998761689fcebf42364122210a752ff4 - 0.0% (1.1 KB)

[#017] sha256:b15faad6f858997ebe78b4bd85b584371bfb787d51596ed2f9f6835fa263b14b - 0.0% (1.07 KB)

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

[#019] sha256:a7238b75b07d386582c6cf93d698582a1ef2b10efa46fbb949b426020e48d805 - 0.0% (1.07 KB)

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

[#021] sha256:dac67de358afe4f4ff09bcc037a5fcda8235e2b5e0c7e83850d648c38935586f - 0.01% (293 KB)

[#022] sha256:30e4334541d3117a42a64d986162616785341c4330734c00e7ef92ba877fbbfc - 0.0% (1.05 KB)


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

Apply image 1809-RTM-amd64

2020-12-04 02:13:01 UTC

Install update 1809-amd64

2020-12-09 13:30:16 UTC

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

2020-12-09 22:50:42 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"

2020-12-14 21:15:50 UTC

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

2020-12-14 21:16: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.3.0-rc.1/caddy_2.3.0-rc.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('87e836392f4fff1ede9d1a3544285dc6f3c65ec58ffa468ee723a91eccd34464116aa6f13c9f752208e3d43941391c460714cbd103f10ad21df15918bda90a8a')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2020-12-14 21:16:27 UTC

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

2020-12-14 21:16:28 UTC

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

2020-12-14 21:16:28 UTC

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

2020-12-14 21:16:29 UTC

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

2020-12-14 21:16:30 UTC

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

2020-12-14 21:16:31 UTC

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

2020-12-14 21:16:32 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-12-14 21:16:32 UTC

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

2020-12-14 21:16:33 UTC

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

2020-12-14 21:16:34 UTC

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

2020-12-14 21:16:35 UTC

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

2020-12-14 21:16:35 UTC

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

2020-12-14 21:16:36 UTC

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

2020-12-14 21:16:37 UTC

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

2020-12-14 21:16:38 UTC

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

2020-12-14 21:16:54 UTC

caddy version

2020-12-14 21:16:54 UTC

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

Details
Created

2020-12-14 21:19:15 UTC

Size

5.4 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.1

XDG_CONFIG_HOME

c:/config

XDG_DATA_HOME

c:/data


Layers

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

[#001] sha256:d2696dc2a40dc121fc5acaa02242817ac416c69d17c113e2ac5136d21a3942d8 - 29.29% (1.58 GB)

[#002] sha256:c6d005eb9e78ad42f77f3dad7e29d954e78f0547f9884fe024a71f4042412970 - 0.0% (1.16 KB)

[#003] sha256:de6d43cde540577a280266a838cfa13afe6a9cc3f995da2c60a9edbe76f85fc2 - 0.17% (9.59 MB)

[#004] sha256:4835ab05d023daa71fbceb3de04d652445de123e51a163837a0fe6284ca58d23 - 0.0% (1.05 KB)

[#005] sha256:4bb7b97dcb418046494d038c42cfd57f6a3034b3a2e324f72c9b6203ea4edff5 - 0.38% (20.8 MB)

[#006] sha256:e4eade3e2b24649f7225e6a40e5a46b4c9c0dbb26ec4988dbed3e0e649880fc9 - 0.0% (1.07 KB)

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

[#008] sha256:64ba0c3eabb88f7a500a6091b4ef7c3548c2757ddc56eaa44e299cb5b532cf74 - 0.0% (1.06 KB)

[#009] sha256:9632b375b429a1881a3586f796348f23ac17d1f572b032eb901f9193a1d1c856 - 0.0% (1.07 KB)

[#010] sha256:fdee68e8b3cae5301ec4dd33e3d9781ae908d3692153cbc7b04bd6746623e269 - 0.0% (1.06 KB)

[#011] sha256:2b14dc1eedf5dbc8c28cb85d42f31d112326d3656374e155e15e0b33ca4ad1c8 - 0.0% (1.07 KB)

[#012] sha256:41d719b6fb35958b27519f5e51fc6596e16c31f72f89234a6cc8fbc3d4f8e214 - 0.0% (1.06 KB)

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

[#014] sha256:a6779f9f0135de52f39596e6d9d7981a6014120a76f0985c1b748b3d6d98aa27 - 0.0% (1.05 KB)

[#015] sha256:226615e886ee7ff33c709ca81c04bd498e8ba11587bbe767082f9df4f91b1f60 - 0.0% (1.09 KB)

[#016] sha256:2658ef39df258a1a8ed72273247b2383c7e08c979b832411718233baaeb4166b - 0.0% (1.08 KB)

[#017] sha256:76d4362d8848437c6b1aa3247704f4c85169c5e1c5f5affaa1657b07d1c9bee0 - 0.0% (1.05 KB)

[#018] sha256:a2ebaf2a999a04668396cc8835219e85178e917e490a1fdebc955d141554069b - 0.0% (1.05 KB)

[#019] sha256:4ef50a9822d283e4d1158fff88427f2ac0bd051bd0d4b50e11e311625dd50576 - 0.0% (1.11 KB)

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

[#021] sha256:ded2411e412157aa2ecbdd08350fd1f91d76445ec96247e23530bbdadb6d005e - 0.0% (244 KB)

[#022] sha256:e21cb39936146eca1fd39d7dfa7a5d3efc2d444ca8403d465f3fa2dfd27b713d - 0.0% (1.05 KB)


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

Apply image 1607-RTM-amd64

2020-12-02 17:42:00 UTC

Install update ltsc2016-amd64

2020-12-09 13:34:44 UTC

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

2020-12-09 22:53:08 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"

2020-12-14 21:17:03 UTC

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

2020-12-14 21:18: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.3.0-rc.1/caddy_2.3.0-rc.1_windows_amd64.zip" -OutFile "/caddy.zip"; if (!(Get-FileHash -Path /caddy.zip -Algorithm SHA512).Hash.ToLower().Equals('87e836392f4fff1ede9d1a3544285dc6f3c65ec58ffa468ee723a91eccd34464116aa6f13c9f752208e3d43941391c460714cbd103f10ad21df15918bda90a8a')) { exit 1; }; Expand-Archive -Path "/caddy.zip" -DestinationPath "/" -Force; Remove-Item "/caddy.zip" -Force

2020-12-14 21:18:24 UTC

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

2020-12-14 21:18:25 UTC

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

2020-12-14 21:18:26 UTC

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

2020-12-14 21:18:27 UTC

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

2020-12-14 21:18:28 UTC

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

2020-12-14 21:18:29 UTC

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

2020-12-14 21:18:29 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-12-14 21:18:30 UTC

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

2020-12-14 21:18:30 UTC

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

2020-12-14 21:18:31 UTC

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

2020-12-14 21:18:32 UTC

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

2020-12-14 21:18:33 UTC

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

2020-12-14 21:18:33 UTC

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

2020-12-14 21:18:34 UTC

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

2020-12-14 21:18:35 UTC

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

2020-12-14 21:19:15 UTC

caddy version

2020-12-14 21:19:15 UTC

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

Details
Created

2020-12-17 00:58:58 UTC

Size

13.2 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.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:93247449aef3c56eb4f7ab7b3fed95743c974b823def6dd86ec84008126e7903 - 18.8% (2.48 MB)

[#001] sha256:38ab316ae645fb129ec71432847f46832070abbd380444d7a049031cbef03c39 - 2.17% (293 KB)

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

[#003] sha256:6c992d89b4f033a034edf8751ef98c245cc9f9653a2c4afd9e6fbe4e902d811a - 78.99% (10.4 MB)

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


History
2020-12-16 23:49:43 UTC

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

2020-12-16 23:49:45 UTC

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

2020-12-17 00:57:26 UTC

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

2020-12-17 00:58:06 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"

2020-12-17 00:58:37 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.3.0-rc.1

2020-12-17 00:58:41 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='92df67a441431c809e2fc060d820b6919f8fab4b2073a9fb025b51bbb122b2784a814c80ba79683d8ec5742daae70d27867f623ef2579afc6d0ca9e5649223c6' ;; armhf) binArch='armv6'; checksum='05596a277c9642fed15066ad42d2c2fb2d65eda92ac2303df95807c0a3a6532ddf7dd88e7f4d20de5fdfa259ec76098176c8033562d7b6e06ed7592019c5a4ad' ;; armv7) binArch='armv7'; checksum='9605b8c0a45396c7a4ed85b4bb85c9a3f24b4374e6625d14bcbf73a8a8930a6609c19807fbb2e40ce154cd633a117c5f9a7952dc5e12c885f06f60106c28c659' ;; aarch64) binArch='arm64'; checksum='51b5b6f824ef247d6cd007aeb05ceab4a02bc1ff40c2773d8c246ecafd4a992dc6f84acd63f58f6c5adecd7f0c757cc2425b6efe1c3e2c4b56bc0231c55135db' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='5bf72bc947d3ed262c4362774253cbbc6bb66c3a3dd0da99133a36ffc38760efd6c132a92e3b779563bef62249751bdf95fa4f99478e8bd2317c2aa437de2cb1' ;; s390x) binArch='s390x'; checksum='5f271a23114b94a7a56bd9bb7e239b913c1b98de124687b24051ee0acd2d83e2eb000108e0e4060e8ecfb1abc74ba321dfb1eac0c9108be3ac1b7b100d38cf36' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.3.0-rc.1/caddy_2.3.0-rc.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

2020-12-17 00:58:44 UTC

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

2020-12-17 00:58:44 UTC

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

2020-12-17 00:58:45 UTC

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

2020-12-17 00:58:46 UTC

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

2020-12-17 00:58:47 UTC

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

2020-12-17 00:58:48 UTC

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

2020-12-17 00:58:49 UTC

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

2020-12-17 00:58:49 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-12-17 00:58:50 UTC

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

2020-12-17 00:58:51 UTC

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

2020-12-17 00:58:52 UTC

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

2020-12-17 00:58:53 UTC

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

2020-12-17 00:58:54 UTC

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

2020-12-17 00:58:55 UTC

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

2020-12-17 00:58:55 UTC

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

2020-12-17 00:58:56 UTC

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

2020-12-17 00:58:57 UTC

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

2020-12-17 00:58:58 UTC

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

Details
Created

2020-12-17 01:04:17 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.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:c58e8a26a8407acc3ead776f6526efa889fda03270a8d05109208d9f59159420 - 17.66% (2.3 MB)

[#001] sha256:e409aee3f1c32dd7aeea094975a27bd66a5c78389115618ff162028b950dd4b2 - 2.19% (292 KB)

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

[#003] sha256:00b2f689a06fb1b6c08d706e3585f95f93ec781e0003548615a51ac1f65f86f2 - 80.1% (10.4 MB)

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


History
2020-12-16 23:58:14 UTC

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

2020-12-16 23:58:15 UTC

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

2020-12-17 01:02:07 UTC

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

2020-12-17 01:02:53 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"

2020-12-17 01:03:48 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.3.0-rc.1

2020-12-17 01:03:53 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='92df67a441431c809e2fc060d820b6919f8fab4b2073a9fb025b51bbb122b2784a814c80ba79683d8ec5742daae70d27867f623ef2579afc6d0ca9e5649223c6' ;; armhf) binArch='armv6'; checksum='05596a277c9642fed15066ad42d2c2fb2d65eda92ac2303df95807c0a3a6532ddf7dd88e7f4d20de5fdfa259ec76098176c8033562d7b6e06ed7592019c5a4ad' ;; armv7) binArch='armv7'; checksum='9605b8c0a45396c7a4ed85b4bb85c9a3f24b4374e6625d14bcbf73a8a8930a6609c19807fbb2e40ce154cd633a117c5f9a7952dc5e12c885f06f60106c28c659' ;; aarch64) binArch='arm64'; checksum='51b5b6f824ef247d6cd007aeb05ceab4a02bc1ff40c2773d8c246ecafd4a992dc6f84acd63f58f6c5adecd7f0c757cc2425b6efe1c3e2c4b56bc0231c55135db' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='5bf72bc947d3ed262c4362774253cbbc6bb66c3a3dd0da99133a36ffc38760efd6c132a92e3b779563bef62249751bdf95fa4f99478e8bd2317c2aa437de2cb1' ;; s390x) binArch='s390x'; checksum='5f271a23114b94a7a56bd9bb7e239b913c1b98de124687b24051ee0acd2d83e2eb000108e0e4060e8ecfb1abc74ba321dfb1eac0c9108be3ac1b7b100d38cf36' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.3.0-rc.1/caddy_2.3.0-rc.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

2020-12-17 01:03:55 UTC

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

2020-12-17 01:03:56 UTC

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

2020-12-17 01:03:56 UTC

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

2020-12-17 01:03:57 UTC

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

2020-12-17 01:03:58 UTC

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

2020-12-17 01:03:59 UTC

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

2020-12-17 01:04:00 UTC

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

2020-12-17 01:04:01 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-12-17 01:04:02 UTC

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

2020-12-17 01:04:03 UTC

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

2020-12-17 01:04:03 UTC

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

2020-12-17 01:04:04 UTC

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

2020-12-17 01:04:05 UTC

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

2020-12-17 01:04:09 UTC

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

2020-12-17 01:04:11 UTC

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

2020-12-17 01:04:14 UTC

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

2020-12-17 01:04:16 UTC

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

2020-12-17 01:04:17 UTC

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

Details
Created

2020-12-17 00:34:44 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.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:159e5727ea618dfe8b08811112e2c51f5bd2b9ae7db9eb214914a65249f70ca0 - 19.9% (2.58 MB)

[#001] sha256:94e6b1f8553a8382b04fce0860980a988a45e1e4efa692cd394306560d4d8352 - 2.21% (293 KB)

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

[#003] sha256:a7f0a1acf3519681c48feda7074ea7b8aa2db1b7793d3bfcd6e699f0088a62a2 - 77.85% (10.1 MB)

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


History
2020-12-16 23:40:26 UTC

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

2020-12-16 23:40:29 UTC

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

2020-12-17 00:32:45 UTC

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

2020-12-17 00:33: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/56302336e0bb7c8c5dff34cbcb1d833791478226/config/Caddyfile"; wget -O /usr/share/caddy/index.html "https://github.com/caddyserver/dist/raw/56302336e0bb7c8c5dff34cbcb1d833791478226/welcome/index.html"

2020-12-17 00:34:18 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.3.0-rc.1

2020-12-17 00:34:23 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='92df67a441431c809e2fc060d820b6919f8fab4b2073a9fb025b51bbb122b2784a814c80ba79683d8ec5742daae70d27867f623ef2579afc6d0ca9e5649223c6' ;; armhf) binArch='armv6'; checksum='05596a277c9642fed15066ad42d2c2fb2d65eda92ac2303df95807c0a3a6532ddf7dd88e7f4d20de5fdfa259ec76098176c8033562d7b6e06ed7592019c5a4ad' ;; armv7) binArch='armv7'; checksum='9605b8c0a45396c7a4ed85b4bb85c9a3f24b4374e6625d14bcbf73a8a8930a6609c19807fbb2e40ce154cd633a117c5f9a7952dc5e12c885f06f60106c28c659' ;; aarch64) binArch='arm64'; checksum='51b5b6f824ef247d6cd007aeb05ceab4a02bc1ff40c2773d8c246ecafd4a992dc6f84acd63f58f6c5adecd7f0c757cc2425b6efe1c3e2c4b56bc0231c55135db' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='5bf72bc947d3ed262c4362774253cbbc6bb66c3a3dd0da99133a36ffc38760efd6c132a92e3b779563bef62249751bdf95fa4f99478e8bd2317c2aa437de2cb1' ;; s390x) binArch='s390x'; checksum='5f271a23114b94a7a56bd9bb7e239b913c1b98de124687b24051ee0acd2d83e2eb000108e0e4060e8ecfb1abc74ba321dfb1eac0c9108be3ac1b7b100d38cf36' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.3.0-rc.1/caddy_2.3.0-rc.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

2020-12-17 00:34:26 UTC

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

2020-12-17 00:34:26 UTC

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

2020-12-17 00:34:28 UTC

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

2020-12-17 00:34:29 UTC

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

2020-12-17 00:34:30 UTC

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

2020-12-17 00:34:30 UTC

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

2020-12-17 00:34:31 UTC

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

2020-12-17 00:34:32 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-12-17 00:34:34 UTC

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

2020-12-17 00:34:35 UTC

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

2020-12-17 00:34:36 UTC

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

2020-12-17 00:34:37 UTC

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

2020-12-17 00:34:39 UTC

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

2020-12-17 00:34:40 UTC

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

2020-12-17 00:34:41 UTC

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

2020-12-17 00:34:42 UTC

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

2020-12-17 00:34:44 UTC

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

2020-12-17 00:34:44 UTC

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

Details
Created

2020-12-17 02:33:48 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.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:a9d343b7bcc225fe7ac17d96a81329510ab7f31a50472311cafe7168d3107317 - 21.01% (2.68 MB)

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

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

[#003] sha256:eb3e06093be2bcbb83a1ee6e76f941eb5bc4e7e21d273b38709b3d07f1f2a7de - 76.68% (9.76 MB)

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


History
2020-12-17 00:20:42 UTC

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

2020-12-17 00:20:48 UTC

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

2020-12-17 02:26:08 UTC

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

2020-12-17 02:29:08 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"

2020-12-17 02:31:33 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.3.0-rc.1

2020-12-17 02:31:52 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='92df67a441431c809e2fc060d820b6919f8fab4b2073a9fb025b51bbb122b2784a814c80ba79683d8ec5742daae70d27867f623ef2579afc6d0ca9e5649223c6' ;; armhf) binArch='armv6'; checksum='05596a277c9642fed15066ad42d2c2fb2d65eda92ac2303df95807c0a3a6532ddf7dd88e7f4d20de5fdfa259ec76098176c8033562d7b6e06ed7592019c5a4ad' ;; armv7) binArch='armv7'; checksum='9605b8c0a45396c7a4ed85b4bb85c9a3f24b4374e6625d14bcbf73a8a8930a6609c19807fbb2e40ce154cd633a117c5f9a7952dc5e12c885f06f60106c28c659' ;; aarch64) binArch='arm64'; checksum='51b5b6f824ef247d6cd007aeb05ceab4a02bc1ff40c2773d8c246ecafd4a992dc6f84acd63f58f6c5adecd7f0c757cc2425b6efe1c3e2c4b56bc0231c55135db' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='5bf72bc947d3ed262c4362774253cbbc6bb66c3a3dd0da99133a36ffc38760efd6c132a92e3b779563bef62249751bdf95fa4f99478e8bd2317c2aa437de2cb1' ;; s390x) binArch='s390x'; checksum='5f271a23114b94a7a56bd9bb7e239b913c1b98de124687b24051ee0acd2d83e2eb000108e0e4060e8ecfb1abc74ba321dfb1eac0c9108be3ac1b7b100d38cf36' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.3.0-rc.1/caddy_2.3.0-rc.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

2020-12-17 02:32:11 UTC

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

2020-12-17 02:32:19 UTC

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

2020-12-17 02:32:24 UTC

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

2020-12-17 02:32:29 UTC

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

2020-12-17 02:32:35 UTC

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

2020-12-17 02:32:41 UTC

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

2020-12-17 02:32:47 UTC

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

2020-12-17 02:32: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

2020-12-17 02:33:02 UTC

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

2020-12-17 02:33:09 UTC

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

2020-12-17 02:33:16 UTC

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

2020-12-17 02:33:19 UTC

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

2020-12-17 02:33:22 UTC

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

2020-12-17 02:33:25 UTC

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

2020-12-17 02:33:28 UTC

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

2020-12-17 02:33:32 UTC

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

2020-12-17 02:33:42 UTC

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

2020-12-17 02:33:48 UTC

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

Details
Created

2020-12-17 00:27:13 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.3.0-rc.1

Environment
CADDY_VERSION

v2.3.0-rc.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:ee52640a49e15b8b7c8edb66c2d048b26abdee8d828d6e5ef4e10a28cb15a84f - 18.15% (2.45 MB)

[#001] sha256:540682837d130d7c39e8c04e25653ea251d395459d10b412bfe6ef4350bf64e4 - 2.12% (293 KB)

[#002] sha256:11cd745d1483c5464a545008c053bd17567c01d9e53779365080e1ac3d4207da - 0.04% (5.7 KB)

[#003] sha256:b4567fcedeb6c27a180b21698465a6e314f1556ac0198219c6abb0c068a4a3d6 - 79.68% (10.7 MB)

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


History
2020-12-16 23:41:37 UTC

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

2020-12-16 23:41:37 UTC

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

2020-12-17 00:25:48 UTC

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

2020-12-17 00:26: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"

2020-12-17 00:26:54 UTC

/bin/sh -c #(nop) ENV CADDY_VERSION=v2.3.0-rc.1

2020-12-17 00:26:59 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) binArch='amd64'; checksum='92df67a441431c809e2fc060d820b6919f8fab4b2073a9fb025b51bbb122b2784a814c80ba79683d8ec5742daae70d27867f623ef2579afc6d0ca9e5649223c6' ;; armhf) binArch='armv6'; checksum='05596a277c9642fed15066ad42d2c2fb2d65eda92ac2303df95807c0a3a6532ddf7dd88e7f4d20de5fdfa259ec76098176c8033562d7b6e06ed7592019c5a4ad' ;; armv7) binArch='armv7'; checksum='9605b8c0a45396c7a4ed85b4bb85c9a3f24b4374e6625d14bcbf73a8a8930a6609c19807fbb2e40ce154cd633a117c5f9a7952dc5e12c885f06f60106c28c659' ;; aarch64) binArch='arm64'; checksum='51b5b6f824ef247d6cd007aeb05ceab4a02bc1ff40c2773d8c246ecafd4a992dc6f84acd63f58f6c5adecd7f0c757cc2425b6efe1c3e2c4b56bc0231c55135db' ;; ppc64el|ppc64le) binArch='ppc64le'; checksum='5bf72bc947d3ed262c4362774253cbbc6bb66c3a3dd0da99133a36ffc38760efd6c132a92e3b779563bef62249751bdf95fa4f99478e8bd2317c2aa437de2cb1' ;; s390x) binArch='s390x'; checksum='5f271a23114b94a7a56bd9bb7e239b913c1b98de124687b24051ee0acd2d83e2eb000108e0e4060e8ecfb1abc74ba321dfb1eac0c9108be3ac1b7b100d38cf36' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O /tmp/caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v2.3.0-rc.1/caddy_2.3.0-rc.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

2020-12-17 00:27:02 UTC

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

2020-12-17 00:27:03 UTC

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

2020-12-17 00:27:04 UTC

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

2020-12-17 00:27:04 UTC

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

2020-12-17 00:27:05 UTC

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

2020-12-17 00:27:05 UTC

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

2020-12-17 00:27:06 UTC

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

2020-12-17 00:27:07 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-12-17 00:27:07 UTC

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

2020-12-17 00:27:08 UTC

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

2020-12-17 00:27:08 UTC

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

2020-12-17 00:27:09 UTC

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

2020-12-17 00:27:09 UTC

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

2020-12-17 00:27:10 UTC

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

2020-12-17 00:27:11 UTC

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

2020-12-17 00:27:11 UTC

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

2020-12-17 00:27:12 UTC

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

2020-12-17 00:27:13 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