{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"443/tcp":{},"80/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HTTPD_PREFIX=/usr/local/apache2","HTTPD_VERSION=2.4.37","HTTPD_SHA256=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726","HTTPD_PATCHES=","APACHE_DIST_URLS=https://www.apache.org/dyn/closer.cgi?action=download\u0026filename= \thttps://www-us.apache.org/dist/ \thttps://www.apache.org/dist/ \thttps://archive.apache.org/dist/"],"Cmd":["httpd-foreground"],"ArgsEscaped":true,"Image":"sha256:46e3f4cbf23121453000459dbb9fd8f1d5d5fc6e1efbbfd11960f52a8ab44b1d","Volumes":null,"WorkingDir":"/usr/local/apache2","Entrypoint":["docker-entrypoint.sh"],"OnBuild":[],"Labels":null},"container":"80554678dc3137d3638875ee38502fe292d770b986f4d62c797574e69af24586","container_config":{"Hostname":"80554678dc31","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"443/tcp":{},"80/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HTTPD_PREFIX=/usr/local/apache2","HTTPD_VERSION=2.4.37","HTTPD_SHA256=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726","HTTPD_PATCHES=","APACHE_DIST_URLS=https://www.apache.org/dyn/closer.cgi?action=download\u0026filename= \thttps://www-us.apache.org/dist/ \thttps://www.apache.org/dist/ \thttps://archive.apache.org/dist/"],"Cmd":["/bin/sh","-c","#(nop) ","CMD [\"httpd-foreground\"]"],"ArgsEscaped":true,"Image":"sha256:46e3f4cbf23121453000459dbb9fd8f1d5d5fc6e1efbbfd11960f52a8ab44b1d","Volumes":null,"WorkingDir":"/usr/local/apache2","Entrypoint":["docker-entrypoint.sh"],"OnBuild":[],"Labels":{}},"created":"2018-12-14T15:14:34.488140078Z","docker_version":"18.03.1-ee-3","history":[{"created":"2018-09-11T22:19:50.165674013Z","created_by":"/bin/sh -c #(nop) ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in / "},{"created":"2018-09-11T22:19:50.322783064Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2018-10-26T20:20:02.160068551Z","created_by":"/bin/sh -c set -x \t\u0026\u0026 addgroup -g 82 -S www-data \t\u0026\u0026 adduser -u 82 -D -S -G www-data www-data"},{"created":"2018-10-26T20:20:02.420301881Z","created_by":"/bin/sh -c #(nop)  ENV HTTPD_PREFIX=/usr/local/apache2","empty_layer":true},{"created":"2018-10-26T20:20:02.647335334Z","created_by":"/bin/sh -c #(nop)  ENV PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","empty_layer":true},{"created":"2018-10-26T20:20:03.308268099Z","created_by":"/bin/sh -c mkdir -p \"$HTTPD_PREFIX\" \t\u0026\u0026 chown www-data:www-data \"$HTTPD_PREFIX\""},{"created":"2018-10-26T20:20:03.53964586Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/local/apache2","empty_layer":true},{"created":"2018-10-26T20:20:03.743726561Z","created_by":"/bin/sh -c #(nop)  ENV HTTPD_VERSION=2.4.37","empty_layer":true},{"created":"2018-10-26T20:20:03.939070427Z","created_by":"/bin/sh -c #(nop)  ENV HTTPD_SHA256=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726","empty_layer":true},{"created":"2018-10-26T20:20:04.159932737Z","created_by":"/bin/sh -c #(nop)  ENV HTTPD_PATCHES=","empty_layer":true},{"created":"2018-10-26T20:20:04.355078553Z","created_by":"/bin/sh -c #(nop)  ENV APACHE_DIST_URLS=https://www.apache.org/dyn/closer.cgi?action=download\u0026filename= \thttps://www-us.apache.org/dist/ \thttps://www.apache.org/dist/ \thttps://archive.apache.org/dist/","empty_layer":true},{"created":"2018-11-15T23:58:00.967123517Z","created_by":"/bin/sh -c set -eux; \t\trunDeps=' \t\tapr-dev \t\tapr-util-dev \t\tapr-util-ldap \t\tperl \t'; \tapk add --no-cache --virtual .build-deps \t\t$runDeps \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tgcc \t\tgnupg \t\tlibc-dev \t\tlibressl \t\tlibressl-dev \t\tlibxml2-dev \t\tlua-dev \t\tmake \t\tnghttp2-dev \t\tpcre-dev \t\ttar \t\tzlib-dev \t; \t\tddist() { \t\tlocal f=\"$1\"; shift; \t\tlocal distFile=\"$1\"; shift; \t\tlocal success=; \t\tlocal distUrl=; \t\tfor distUrl in $APACHE_DIST_URLS; do \t\t\tif wget -O \"$f\" \"$distUrl$distFile\" \u0026\u0026 [ -s \"$f\" ]; then \t\t\t\tsuccess=1; \t\t\t\tbreak; \t\t\tfi; \t\tdone; \t\t[ -n \"$success\" ]; \t}; \t\tddist 'httpd.tar.bz2' \"httpd/httpd-$HTTPD_VERSION.tar.bz2\"; \techo \"$HTTPD_SHA256 *httpd.tar.bz2\" | sha256sum -c -; \t\tddist 'httpd.tar.bz2.asc' \"httpd/httpd-$HTTPD_VERSION.tar.bz2.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tfor key in \t\tA93D62ECC3C8EA12DB220EC934EA76E6791485A8 \t\tB9E8213AEFB861AF35A41F2C995E35221AD84DFF \t; do \t\tgpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys \"$key\"; \tdone; \tgpg --batch --verify httpd.tar.bz2.asc httpd.tar.bz2; \tcommand -v gpgconf \u0026\u0026 gpgconf --kill all || :; \trm -rf \"$GNUPGHOME\" httpd.tar.bz2.asc; \t\tmkdir -p src; \ttar -xf httpd.tar.bz2 -C src --strip-components=1; \trm httpd.tar.bz2; \tcd src; \t\tpatches() { \t\twhile [ \"$#\" -gt 0 ]; do \t\t\tlocal patchFile=\"$1\"; shift; \t\t\tlocal patchSha256=\"$1\"; shift; \t\t\tddist \"$patchFile\" \"httpd/patches/apply_to_$HTTPD_VERSION/$patchFile\"; \t\t\techo \"$patchSha256 *$patchFile\" | sha256sum -c -; \t\t\tpatch -p0 \u003c \"$patchFile\"; \t\t\trm -f \"$patchFile\"; \t\tdone; \t}; \tpatches $HTTPD_PATCHES; \t\tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--prefix=\"$HTTPD_PREFIX\" \t\t--enable-mods-shared=reallyall \t\t--enable-mpms-shared=all \t; \tmake -j \"$(nproc)\"; \tmake install; \t\tcd ..; \trm -r src man manual; \t\tsed -ri \t\t-e 's!^(\\s*CustomLog)\\s+\\S+!\\1 /proc/self/fd/1!g' \t\t-e 's!^(\\s*ErrorLog)\\s+\\S+!\\1 /proc/self/fd/2!g' \t\t\"$HTTPD_PREFIX/conf/httpd.conf\"; \t\trunDeps=\"$runDeps $( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --virtual .httpd-rundeps $runDeps; \tapk del .build-deps; \t\thttpd -v"},{"created":"2018-11-15T23:58:01.768073072Z","created_by":"/bin/sh -c #(nop) COPY file:761e313354b918b6cd7ea99975a4f6b53ff5381ba689bab2984aec4dab597215 in /usr/local/bin/ "},{"created":"2018-11-15T23:58:02.118646503Z","created_by":"/bin/sh -c #(nop)  EXPOSE 80/tcp","empty_layer":true},{"created":"2018-11-15T23:58:02.43617537Z","created_by":"/bin/sh -c #(nop)  CMD [\"httpd-foreground\"]","empty_layer":true},{"created":"2018-12-14T15:14:29.954624004Z","created_by":"/bin/sh -c #(nop) COPY dir:ec6dfbfaabbcf46d8d472fb95e7b740bfe4eaff6ea73483dbeeb06ae48a53127 in conf/ "},{"created":"2018-12-14T15:14:32.839589048Z","created_by":"/bin/sh -c set -ex;     mkdir -p \"/var/www/html\";     mkdir -p \"/var/lib/dav/data\";     touch \"/var/lib/dav/DavLock\";     chown -R www-data:www-data \"/var/lib/dav\";         for i in dav dav_fs; do         sed -i -e \"/^#LoadModule ${i}_module.*/s/^#//\" \"conf/httpd.conf\";     done;         for i in authn_core authn_file authz_core authz_user auth_basic auth_digest; do         sed -i -e \"/^#LoadModule ${i}_module.*/s/^#//\" \"conf/httpd.conf\";     done;         for i in alias headers mime setenvif; do         sed -i -e \"/^#LoadModule ${i}_module.*/s/^#//\" \"conf/httpd.conf\";     done;         for i in User Group; do         sed -i -e \"s|^$i .*|$i www-data|\" \"conf/httpd.conf\";     done;         printf '%s\\n' \"Include conf/conf-enabled/*.conf\"         \u003e\u003e \"conf/httpd.conf\";     printf '%s\\n' \"Include conf/sites-enabled/*.conf\"         \u003e\u003e \"conf/httpd.conf\";         mkdir -p \"conf/conf-enabled\";     mkdir -p \"conf/sites-enabled\";     ln -s ../conf-available/dav.conf \"conf/conf-enabled\";     ln -s ../sites-available/default.conf \"conf/sites-enabled\";     apk add --no-cache openssl"},{"created":"2018-12-14T15:14:33.353398041Z","created_by":"/bin/sh -c #(nop) COPY file:097d2003c1d156d466a8041f728111f7746f915df856152c5126dcc375f443fd in /usr/local/bin/docker-entrypoint.sh "},{"created":"2018-12-14T15:14:33.77151502Z","created_by":"/bin/sh -c #(nop)  EXPOSE 443/tcp 80/tcp","empty_layer":true},{"created":"2018-12-14T15:14:34.152496587Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"docker-entrypoint.sh\"]","empty_layer":true},{"created":"2018-12-14T15:14:34.488140078Z","created_by":"/bin/sh -c #(nop)  CMD [\"httpd-foreground\"]","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:df64d3292fd6194b7865d7326af5255db6d81e9df29f48adde61a918fbd8c332","sha256:7df053e22514aa316582bda2263271b455c304b0677bd705855e30f8b2bfc867","sha256:05f824de9453197ca9d051288206fc7ba3e7b5f617d2b91eb8283b63a41d00b7","sha256:9caa02067460f03bda9361296a8ae4a9062e2be3a5fe8941e6a5b44613aa298b","sha256:86503dd49098cb14bdcc20059a6133dfff229d70207b1a9ce3d8f88fa0a82293","sha256:64e17d5562f0883e5c345995c9443df94a19101f3f037c5bb86ff140464c47aa","sha256:b906095885648eee88d9c4937f02d23dc06bc08c5f78060b03f40097d7b2e2d5","sha256:496a62ef7386a225eb2ce763346baf983be54f8cebfbbc09bf029b862e8046ea"]}}