JSON blob d52f868019ebce094ad668f9262311f7e76d4df086c9931b607e502d5426d454

{
  "architecture": "amd64",
  "config": {
    "Hostname": "",
    "Domainname": "",
    "User": "",
    "AttachStdin": false,
    "AttachStdout": false,
    "AttachStderr": false,
    "ExposedPorts": {
      "3128/tcp": {},
      "80/tcp": {}
    },
    "Tty": false,
    "OpenStdin": false,
    "StdinOnce": false,
    "Env": [
      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
      "NGINX_VERSION=1.14.0",
      "REGISTRIES=k8s.gcr.io gcr.io quay.io",
      "AUTH_REGISTRIES=some.authenticated.registry:oneuser:onepassword another.registry:user:password",
      "VERIFY_SSL=true"
    ],
    "Cmd": null,
    "ArgsEscaped": true,
    "Image": "sha256:e5a5583d8cf576d49c45a9759d71aedc6f6719865d95f10de3aac3c7a68883dc",
    "Volumes": {
      "/ca": {},
      "/docker_mirror_cache": {}
    },
    "WorkingDir": "",
    "Entrypoint": [
      "/entrypoint.sh"
    ],
    "OnBuild": null,
    "Labels": null,
    "StopSignal": "SIGTERM"
  },
  "container": "7e95599e3e2439d70bb1f827e459f5885ff5e50fcc62ab7a538fd1d624601d77",
  "container_config": {
    "Hostname": "7e95599e3e24",
    "Domainname": "",
    "User": "",
    "AttachStdin": false,
    "AttachStdout": false,
    "AttachStderr": false,
    "ExposedPorts": {
      "3128/tcp": {},
      "80/tcp": {}
    },
    "Tty": false,
    "OpenStdin": false,
    "StdinOnce": false,
    "Env": [
      "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
      "NGINX_VERSION=1.14.0",
      "REGISTRIES=k8s.gcr.io gcr.io quay.io",
      "AUTH_REGISTRIES=some.authenticated.registry:oneuser:onepassword another.registry:user:password",
      "VERIFY_SSL=true"
    ],
    "Cmd": [
      "/bin/sh",
      "-c",
      "#(nop) ",
      "ENTRYPOINT [\"/entrypoint.sh\"]"
    ],
    "ArgsEscaped": true,
    "Image": "sha256:e5a5583d8cf576d49c45a9759d71aedc6f6719865d95f10de3aac3c7a68883dc",
    "Volumes": {
      "/ca": {},
      "/docker_mirror_cache": {}
    },
    "WorkingDir": "",
    "Entrypoint": [
      "/entrypoint.sh"
    ],
    "OnBuild": null,
    "Labels": {},
    "StopSignal": "SIGTERM"
  },
  "created": "2018-11-04T15:56:41.567279008Z",
  "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-11-04T08:24:02.222920327Z",
      "created_by": "/bin/sh -c #(nop)  ENV NGINX_VERSION=1.14.0",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T08:32:40.213824823Z",
      "created_by": "/bin/sh -c GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \t&& CONFIG=\"\t\t--prefix=/etc/nginx \t\t--sbin-path=/usr/sbin/nginx \t\t--modules-path=/usr/lib/nginx/modules \t\t--conf-path=/etc/nginx/nginx.conf \t\t--error-log-path=/var/log/nginx/error.log \t\t--http-log-path=/var/log/nginx/access.log \t\t--pid-path=/var/run/nginx.pid \t\t--lock-path=/var/run/nginx.lock \t\t--http-client-body-temp-path=/var/cache/nginx/client_temp \t\t--http-proxy-temp-path=/var/cache/nginx/proxy_temp \t\t--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp \t\t--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp \t\t--http-scgi-temp-path=/var/cache/nginx/scgi_temp \t\t--user=nginx \t\t--group=nginx \t\t--with-http_ssl_module \t\t--with-http_realip_module \t\t--with-http_addition_module \t\t--with-http_sub_module \t\t--with-http_dav_module \t\t--with-http_flv_module \t\t--with-http_mp4_module \t\t--with-http_gunzip_module \t\t--with-http_gzip_static_module \t\t--with-http_random_index_module \t\t--with-http_secure_link_module \t\t--with-http_stub_status_module \t\t--with-http_auth_request_module \t\t--with-http_xslt_module=dynamic \t\t--with-http_image_filter_module=dynamic \t\t--with-http_geoip_module=dynamic \t\t--with-threads \t\t--with-stream \t\t--with-stream_ssl_module \t\t--with-stream_ssl_preread_module \t\t--with-stream_realip_module \t\t--with-stream_geoip_module=dynamic \t\t--with-http_slice_module \t\t--with-mail \t\t--with-mail_ssl_module \t\t--with-compat \t\t--with-file-aio \t\t--with-http_v2_module \t\" \t&& addgroup -S nginx \t&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \t&& apk add --no-cache --virtual .build-deps \t\tgcc \t\tlibc-dev \t\tmake \t\topenssl-dev \t\tpcre-dev \t\tzlib-dev \t\tlinux-headers \t\tcurl \t\tlibxslt-dev \t\tgd-dev \t\tgeoip-dev \t\tgit \t&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz \t&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc  -o nginx.tar.gz.asc \t&& git clone https://github.com/chobits/ngx_http_proxy_connect_module.git \t&& cd ngx_http_proxy_connect_module && export PROXY_CONNECT_MODULE_PATH=\"$(pwd)\" && cd - \t&& CONFIG=\"$CONFIG --add-module=$PROXY_CONNECT_MODULE_PATH\" \t&& mkdir -p /usr/src \t&& tar -zxC /usr/src -f nginx.tar.gz \t&& rm nginx.tar.gz \t&& cd /usr/src/nginx-$NGINX_VERSION \t&& patch -p1 < $PROXY_CONNECT_MODULE_PATH/patch/proxy_connect_rewrite_1014.patch \t&& ./configure $CONFIG --with-debug \t&& make -j$(getconf _NPROCESSORS_ONLN) \t&& mv objs/nginx objs/nginx-debug \t&& mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so \t&& mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so \t&& mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so \t&& mv objs/ngx_stream_geoip_module.so objs/ngx_stream_geoip_module-debug.so \t&& ./configure $CONFIG  \t&& make -j$(getconf _NPROCESSORS_ONLN) \t&& make install \t&& ls -laR objs/addon/ngx_http_proxy_connect_module/ \t&& rm -rf /etc/nginx/html/ \t&& mkdir /etc/nginx/conf.d/ \t&& mkdir -p /usr/share/nginx/html/ \t&& install -m644 html/index.html /usr/share/nginx/html/ \t&& install -m644 html/50x.html /usr/share/nginx/html/ \t&& install -m755 objs/nginx-debug /usr/sbin/nginx-debug \t&& install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so \t&& install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so \t&& install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so \t&& install -m755 objs/ngx_stream_geoip_module-debug.so /usr/lib/nginx/modules/ngx_stream_geoip_module-debug.so \t&& ln -s ../../usr/lib/nginx/modules /etc/nginx/modules \t&& strip /usr/sbin/nginx* \t&& strip /usr/lib/nginx/modules/*.so \t&& rm -rf /usr/src/nginx-$NGINX_VERSION \t\t&& apk add --no-cache --virtual .gettext gettext \t&& mv /usr/bin/envsubst /tmp/ \t\t&& runDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' /usr/sbin/nginx /usr/lib/nginx/modules/*.so /tmp/envsubst \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)\" \t&& apk add --no-cache --virtual .nginx-rundeps $runDeps \t&& apk del .build-deps \t&& apk del .gettext \t&& mv /tmp/envsubst /usr/local/bin/ \t\t&& apk add --no-cache tzdata \t\t&& ln -sf /dev/stdout /var/log/nginx/access.log \t&& ln -sf /dev/stderr /var/log/nginx/error.log"
    },
    {
      "created": "2018-11-04T08:32:40.576773766Z",
      "created_by": "/bin/sh -c #(nop) COPY file:39a008bf52fcf24fa1430882ee1f4cf3085fcb1d04e0898d63859dea7d7843f1 in /etc/nginx/nginx.conf "
    },
    {
      "created": "2018-11-04T08:32:40.837442325Z",
      "created_by": "/bin/sh -c #(nop) COPY file:0bc22e6b13177312ad3dd067c6b33d950ce4bad7f3f58529682e0c9320fff90c in /etc/nginx/conf.d/default.conf "
    },
    {
      "created": "2018-11-04T08:32:41.119770318Z",
      "created_by": "/bin/sh -c #(nop)  EXPOSE 80",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T08:32:41.349909695Z",
      "created_by": "/bin/sh -c #(nop)  STOPSIGNAL SIGTERM",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T08:32:41.666961041Z",
      "created_by": "/bin/sh -c #(nop)  CMD [\"nginx\" \"-g\" \"daemon off;\"]",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:33.825377724Z",
      "created_by": "/bin/sh -c apk add --update openssl bash ca-certificates && rm -rf /var/cache/apk/*"
    },
    {
      "created": "2018-11-04T15:56:35.909872171Z",
      "created_by": "/bin/sh -c mkdir -p /docker_mirror_cache /ca"
    },
    {
      "created": "2018-11-04T15:56:36.245887758Z",
      "created_by": "/bin/sh -c #(nop)  VOLUME [/docker_mirror_cache]",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:36.562349961Z",
      "created_by": "/bin/sh -c #(nop)  VOLUME [/ca]",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:36.953076957Z",
      "created_by": "/bin/sh -c #(nop) ADD file:665aa10bcb7e283c25d9e129350dfa959c6b7a79aa13bfd66af404cb8882dfd9 in /etc/nginx/nginx.conf "
    },
    {
      "created": "2018-11-04T15:56:37.315394133Z",
      "created_by": "/bin/sh -c #(nop) ADD file:8eb93bc14462af8a08b6e553507d6da6cb411e1525d73594c838bc7f0f11de12 in /entrypoint.sh "
    },
    {
      "created": "2018-11-04T15:56:37.733111422Z",
      "created_by": "/bin/sh -c #(nop) ADD file:8ef8b608a87cba051954b8c963ecf84f070dfa453efc09a2164f0b9da8fbb7d2 in /create_ca_cert.sh "
    },
    {
      "created": "2018-11-04T15:56:39.680481437Z",
      "created_by": "/bin/sh -c chmod +x /create_ca_cert.sh /entrypoint.sh"
    },
    {
      "created": "2018-11-04T15:56:40.073117245Z",
      "created_by": "/bin/sh -c #(nop)  EXPOSE 3128",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:40.404167449Z",
      "created_by": "/bin/sh -c #(nop)  ENV REGISTRIES=k8s.gcr.io gcr.io quay.io",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:40.747418436Z",
      "created_by": "/bin/sh -c #(nop)  ENV AUTH_REGISTRIES=some.authenticated.registry:oneuser:onepassword another.registry:user:password",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:41.121087089Z",
      "created_by": "/bin/sh -c #(nop)  ENV VERIFY_SSL=true",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T15:56:41.567279008Z",
      "created_by": "/bin/sh -c #(nop)  ENTRYPOINT [\"/entrypoint.sh\"]",
      "empty_layer": true
    }
  ],
  "os": "linux",
  "rootfs": {
    "type": "layers",
    "diff_ids": [
      "sha256:df64d3292fd6194b7865d7326af5255db6d81e9df29f48adde61a918fbd8c332",
      "sha256:278933f950546ea48e2f093afc811c3428341078bf47d0a8afc8f7a0d1689194",
      "sha256:abb2aa65ba303169102bb448406e0bbfb4036a62a4b9fbf469542513c79ca428",
      "sha256:b175508d99a5ddfb4641ed2e905ed4f066a6ea802b0147a249d99266a62ea625",
      "sha256:94e76442d1eb85bdd4c425e8d795de979968d6c3fd63b573c7a22d61f520aedb",
      "sha256:a934bfb6b3a98002b44cd5e74e73fc8db235f734146376d0388948da5551b76a",
      "sha256:86946dea84579c1a2c99c85b136e6b8652ff9203f8c5ebaf7ffc2579fc328126",
      "sha256:3e42a1acfb2b5a85b31cfbfd24948aeec4f022a1a8acafcdf90130825b93e402",
      "sha256:e8b2f75b928135953087910e54d3405d87c51084daa11bdcd2da9eb9dd64ce62",
      "sha256:0fec8ba79adda2a032497a58c8f08537addf8f916aeddb6dc7216e89b3322199"
    ]
  }
}

Images, referring to this json: