{
"created": "2020-04-23T13:03:01.355887897+00:00",
"author": null,
"architecture": "amd64",
"os": "linux",
"config": {
"User": "",
"ExposedPorts": {
"80/tcp": {
}
},
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"NGINX_VERSION=1.17.10",
"NJS_VERSION=0.3.9",
"PKG_RELEASE=1~buster"
],
"Entrypoint": null,
"Cmd": [
"nginx",
"-g",
"daemon off;"
],
"Volumes": null,
"WorkingDir": "",
"labels": null,
"StopSignal": "SIGTERM"
},
"rootfs": {
"type": "layers",
"diff_ids": [
"sha256:c2adabaecedbda0af72b153c6499a0555f3a769d52370469d8f6bd6328af9b13",
"sha256:216cf33c0a2877e88bd687ced2d05331f442b8490962469220a3a63bf2aad3b0",
"sha256:b3003aac411c1d650bc4e3757ad96afe8f98a99b81c4e760e09c6542ee674289"
]
},
"history": [
{
"created": "2020-04-23T00:20:32.126556976+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) ADD file:9b8be2b52ee0fa31da1b6256099030b73546253a57e94cccb24605cd888bb74d in / ",
"comment": null,
"empty_layer": null
},
{
"created": "2020-04-23T00:20:32.391326355+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) CMD [\"bash\"]",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:02:24.647346893+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:02:24.951828955+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) ENV NGINX_VERSION=1.17.10",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:02:25.259326754+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) ENV NJS_VERSION=0.3.9",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:02:25.591421520+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) ENV PKG_RELEASE=1~buster",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:02:59.072951853+00:00",
"author": null,
"created_by": "/bin/sh -c set -x && addgroup --system --gid 101 nginx && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos \"nginx user\" --shell /bin/false --uid 101 nginx && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo \"Fetching GPG key $NGINX_GPGKEY from $server\"; apt-key adv --keyserver \"$server\" --keyserver-options timeout=10 --recv-keys \"$NGINX_GPGKEY\" && found=yes && break; done; test -z \"$found\" && echo >&2 \"error: failed to fetch GPG key $NGINX_GPGKEY\" && exit 1; apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch=\"$(dpkg --print-architecture)\" && nginxPackages=\" nginx=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \" && case \"$dpkgArch\" in amd64|i386) echo \"deb https://nginx.org/packages/mainline/debian/ buster nginx\" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo \"deb-src https://nginx.org/packages/mainline/debian/ buster nginx\" >> /etc/apt/sources.list.d/nginx.list && tempDir=\"$(mktemp -d)\" && chmod 777 \"$tempDir\" && savedAptMark=\"$(apt-mark showmanual)\" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd \"$tempDir\" && DEB_BUILD_OPTIONS=\"nocheck parallel=$(nproc)\" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; } && ls -lAFh \"$tempDir\" && ( cd \"$tempDir\" && dpkg-scanpackages . > Packages ) && grep '^Package: ' \"$tempDir/Packages\" && echo \"deb [ trusted=yes ] file://$tempDir ./\" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n \"$tempDir\" ]; then apt-get purge -y --auto-remove && rm -rf \"$tempDir\" /etc/apt/sources.list.d/temp.list; fi",
"comment": null,
"empty_layer": null
},
{
"created": "2020-04-23T13:03:00.368933408+00:00",
"author": null,
"created_by": "/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log",
"comment": null,
"empty_layer": null
},
{
"created": "2020-04-23T13:03:00.732751286+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) EXPOSE 80",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:03:01.053575170+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) STOPSIGNAL SIGTERM",
"comment": null,
"empty_layer": true
},
{
"created": "2020-04-23T13:03:01.355887897+00:00",
"author": null,
"created_by": "/bin/sh -c #(nop) CMD [\"nginx\" \"-g\" \"daemon off;\"]",
"comment": null,
"empty_layer": true
}
]
}