JSON blob 1c6ee59e9f37a3a748ce8f9c9cd738c66b9de3fbaa5b0e56875c495fbf7c444f

{
  "architecture": "amd64",
  "config": {
    "Hostname": "",
    "Domainname": "",
    "User": "",
    "AttachStdin": false,
    "AttachStdout": false,
    "AttachStderr": false,
    "ExposedPorts": {
      "3128/tcp": {},
      "80/tcp": {},
      "8081/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",
      "LANG=en_US.UTF-8",
      "REGISTRIES=k8s.gcr.io gcr.io quay.io",
      "AUTH_REGISTRIES=some.authenticated.registry:oneuser:onepassword another.registry:user:password",
      "VERIFY_SSL=true",
      "DEBUG=true",
      "DEBUG_NGINX=false"
    ],
    "Cmd": null,
    "ArgsEscaped": true,
    "Image": "sha256:250b36a066959d2e3fe6e2636a5a4bf78c52a0b3ab030889aa83a8ddee2646ba",
    "Volumes": {
      "/ca": {},
      "/docker_mirror_cache": {}
    },
    "WorkingDir": "",
    "Entrypoint": [
      "/entrypoint.sh"
    ],
    "OnBuild": null,
    "Labels": null,
    "StopSignal": "SIGTERM"
  },
  "container": "8fff057920631b698020f97bff78047311e53b0c188d4649b0b71559c351fc9a",
  "container_config": {
    "Hostname": "8fff05792063",
    "Domainname": "",
    "User": "",
    "AttachStdin": false,
    "AttachStdout": false,
    "AttachStderr": false,
    "ExposedPorts": {
      "3128/tcp": {},
      "80/tcp": {},
      "8081/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",
      "LANG=en_US.UTF-8",
      "REGISTRIES=k8s.gcr.io gcr.io quay.io",
      "AUTH_REGISTRIES=some.authenticated.registry:oneuser:onepassword another.registry:user:password",
      "VERIFY_SSL=true",
      "DEBUG=true",
      "DEBUG_NGINX=false"
    ],
    "Cmd": [
      "/bin/sh",
      "-c",
      "#(nop) ",
      "ENTRYPOINT [\"/entrypoint.sh\"]"
    ],
    "ArgsEscaped": true,
    "Image": "sha256:250b36a066959d2e3fe6e2636a5a4bf78c52a0b3ab030889aa83a8ddee2646ba",
    "Volumes": {
      "/ca": {},
      "/docker_mirror_cache": {}
    },
    "WorkingDir": "",
    "Entrypoint": [
      "/entrypoint.sh"
    ],
    "OnBuild": null,
    "Labels": {},
    "StopSignal": "SIGTERM"
  },
  "created": "2018-11-04T16:55:07.61652404Z",
  "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:35:11.730542857Z",
      "created_by": "/bin/sh -c #(nop)  ENV NGINX_VERSION=1.14.0",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T08:43:57.418973241Z",
      "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:43:58.039366984Z",
      "created_by": "/bin/sh -c #(nop) COPY file:39a008bf52fcf24fa1430882ee1f4cf3085fcb1d04e0898d63859dea7d7843f1 in /etc/nginx/nginx.conf "
    },
    {
      "created": "2018-11-04T08:43:58.495546483Z",
      "created_by": "/bin/sh -c #(nop) COPY file:0bc22e6b13177312ad3dd067c6b33d950ce4bad7f3f58529682e0c9320fff90c in /etc/nginx/conf.d/default.conf "
    },
    {
      "created": "2018-11-04T08:43:58.761601527Z",
      "created_by": "/bin/sh -c #(nop)  EXPOSE 80",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T08:43:59.092574871Z",
      "created_by": "/bin/sh -c #(nop)  STOPSIGNAL SIGTERM",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T08:43:59.508150914Z",
      "created_by": "/bin/sh -c #(nop)  CMD [\"nginx\" \"-g\" \"daemon off;\"]",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:49:10.860622522Z",
      "created_by": "/bin/sh -c apk add --update openssl bash ca-certificates su-exec git g++ libffi libffi-dev libstdc++ openssl openssl-dev python3 python3-dev"
    },
    {
      "created": "2018-11-04T16:54:48.59033282Z",
      "created_by": "/bin/sh -c LDFLAGS=-L/lib pip3 install mitmproxy"
    },
    {
      "created": "2018-11-04T16:54:52.154847579Z",
      "created_by": "/bin/sh -c apk del --purge git g++ libffi-dev openssl-dev python3-dev && rm -rf /var/cache/apk/* && rm -rf ~/.cache/pip"
    },
    {
      "created": "2018-11-04T16:54:52.450905236Z",
      "created_by": "/bin/sh -c #(nop)  ENV LANG=en_US.UTF-8",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:54:58.796027456Z",
      "created_by": "/bin/sh -c mitmproxy --version",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:00.657550232Z",
      "created_by": "/bin/sh -c mkdir -p /docker_mirror_cache /ca"
    },
    {
      "created": "2018-11-04T16:55:01.034796927Z",
      "created_by": "/bin/sh -c #(nop)  VOLUME [/docker_mirror_cache]",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:01.399865702Z",
      "created_by": "/bin/sh -c #(nop)  VOLUME [/ca]",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:01.86269401Z",
      "created_by": "/bin/sh -c #(nop) ADD file:9840df7b7265ece7fa9a598ca19bb1b2fa68f08b05555ed49d612b4dd9048dae in /etc/nginx/nginx.conf "
    },
    {
      "created": "2018-11-04T16:55:02.332120203Z",
      "created_by": "/bin/sh -c #(nop) ADD file:aaff754a3d47eda4e45b60803f7342638c033e7bf1605a6b88bdcd964d51030f in /entrypoint.sh "
    },
    {
      "created": "2018-11-04T16:55:02.673304854Z",
      "created_by": "/bin/sh -c #(nop) ADD file:f1edbe07b98e84a8b7b88aab236b0e6e931579fced17f1097a5dd8da6e94e2ac in /create_ca_cert.sh "
    },
    {
      "created": "2018-11-04T16:55:04.622234862Z",
      "created_by": "/bin/sh -c chmod +x /create_ca_cert.sh /entrypoint.sh"
    },
    {
      "created": "2018-11-04T16:55:05.026558031Z",
      "created_by": "/bin/sh -c #(nop)  EXPOSE 3128",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:05.405603834Z",
      "created_by": "/bin/sh -c #(nop)  EXPOSE 8081",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:05.81302906Z",
      "created_by": "/bin/sh -c #(nop)  ENV REGISTRIES=k8s.gcr.io gcr.io quay.io",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:06.154990677Z",
      "created_by": "/bin/sh -c #(nop)  ENV AUTH_REGISTRIES=some.authenticated.registry:oneuser:onepassword another.registry:user:password",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:06.430339607Z",
      "created_by": "/bin/sh -c #(nop)  ENV VERIFY_SSL=true",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:06.91898467Z",
      "created_by": "/bin/sh -c #(nop)  ENV DEBUG=true",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:07.198707596Z",
      "created_by": "/bin/sh -c #(nop)  ENV DEBUG_NGINX=false",
      "empty_layer": true
    },
    {
      "created": "2018-11-04T16:55:07.61652404Z",
      "created_by": "/bin/sh -c #(nop)  ENTRYPOINT [\"/entrypoint.sh\"]",
      "empty_layer": true
    }
  ],
  "os": "linux",
  "rootfs": {
    "type": "layers",
    "diff_ids": [
      "sha256:df64d3292fd6194b7865d7326af5255db6d81e9df29f48adde61a918fbd8c332",
      "sha256:5d3d6953a7944f840dc12b8f5e2f681942b968d0b427890c061d4742f74865ed",
      "sha256:e60234e663842710332827872173fbb8fd9b08c6daa444033ca63043d0581879",
      "sha256:5fa9a4d0a675010d701b66a3394b9dd99c78c4d00958f006663760b1505c9ed6",
      "sha256:1357f791721d494afda292def5f7dd305d42a4ed81e4205ebef383db5ed4fcea",
      "sha256:02d3ad6368f8b201cfa386a11d0fdb39a6639e5cbdfa93f9b5280c5599e0c944",
      "sha256:70da808f027b40a09ccfe66ce9bb81713c88d24b4ec15b5953af680aebdbf36b",
      "sha256:20b6b42f4c3d95a581343dd43c8da315c13f8979b5022c53d97bc89122f724ed",
      "sha256:d60caf04d0e9a28df41d34606468d2f406c27b75c013cbd180e292457ae8efcd",
      "sha256:5642b1e056918bfeb59f8252c61747a58f416b07708e139d6820e7bd3bb4d025",
      "sha256:9d18fe4d1b47010c4b8be90c533705942f9f55a8cebf10fb88203635f4ef141d",
      "sha256:2006339f5fd5548c63a26f48639f2475fbfed6152e0c992a2787f5f5e777866f"
    ]
  }
}

Images, referring to this json: