docker-registry-ui/demo/v2/joxit/docker-registry-ui/blobs/sha256:0132a9e0699727a863cdddaae3ffe1bfb312267f0df732ce06d623ca2f1afd4a

1 line
No EOL
6.3 KiB
Text

{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"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.15.1-1~stretch","NJS_VERSION=1.15.1.0.2.2-1~stretch"],"Cmd":["nginx","-g","daemon off;"],"ArgsEscaped":true,"Image":"sha256:bdea214cd450f017f90b3057a930e977baf737d4c45486c19b3ff628b7d05783","Volumes":null,"WorkingDir":"/usr/share/nginx/html/","Entrypoint":null,"OnBuild":[],"Labels":{"maintainer":"Jones MAGLOIRE @Joxit"},"StopSignal":"SIGTERM"},"container_config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"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.15.1-1~stretch","NJS_VERSION=1.15.1.0.2.2-1~stretch"],"Cmd":["/bin/sh","-c","#(nop) COPY dir:41490bb193b8db51bb73d26c4d8a8200a7c0cdb548574a62bf106d7cf7eae80f in /usr/share/nginx/html/ "],"ArgsEscaped":true,"Image":"sha256:bdea214cd450f017f90b3057a930e977baf737d4c45486c19b3ff628b7d05783","Volumes":null,"WorkingDir":"/usr/share/nginx/html/","Entrypoint":null,"OnBuild":[],"Labels":{"maintainer":"Jones MAGLOIRE @Joxit"},"StopSignal":"SIGTERM"},"created":"2018-07-23T18:55:07.908502394Z","docker_version":"18.03.1-ee-1-tp5","history":[{"created":"2018-07-17T00:28:04.351838344Z","created_by":"/bin/sh -c #(nop) ADD file:919939fa022472751b717443eea9f1d7ab5c0723f1f3a6b776d3b83d22bde818 in / "},{"created":"2018-07-17T00:28:04.679637846Z","created_by":"/bin/sh -c #(nop) CMD [\"bash\"]","empty_layer":true},{"created":"2018-07-17T04:21:11.96281791Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e","empty_layer":true},{"created":"2018-07-17T04:21:12.209713911Z","created_by":"/bin/sh -c #(nop) ENV NGINX_VERSION=1.15.1-1~stretch","empty_layer":true},{"created":"2018-07-17T04:21:12.420975454Z","created_by":"/bin/sh -c #(nop) ENV NJS_VERSION=1.15.1.0.2.2-1~stretch","empty_layer":true},{"created":"2018-07-17T04:21:53.666306342Z","created_by":"/bin/sh -c set -x \t\u0026\u0026 apt-get update \t\u0026\u0026 apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates \t\u0026\u0026 \tNGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \tfound=''; \tfor server in \t\tha.pool.sks-keyservers.net \t\thkp://keyserver.ubuntu.com:80 \t\thkp://p80.pool.sks-keyservers.net:80 \t\tpgp.mit.edu \t; do \t\techo \"Fetching GPG key $NGINX_GPGKEY from $server\"; \t\tapt-key adv --keyserver \"$server\" --keyserver-options timeout=10 --recv-keys \"$NGINX_GPGKEY\" \u0026\u0026 found=yes \u0026\u0026 break; \tdone; \ttest -z \"$found\" \u0026\u0026 echo \u003e\u00262 \"error: failed to fetch GPG key $NGINX_GPGKEY\" \u0026\u0026 exit 1; \tapt-get remove --purge --auto-remove -y gnupg1 \u0026\u0026 rm -rf /var/lib/apt/lists/* \t\u0026\u0026 dpkgArch=\"$(dpkg --print-architecture)\" \t\u0026\u0026 nginxPackages=\" \t\tnginx=${NGINX_VERSION} \t\tnginx-module-xslt=${NGINX_VERSION} \t\tnginx-module-geoip=${NGINX_VERSION} \t\tnginx-module-image-filter=${NGINX_VERSION} \t\tnginx-module-njs=${NJS_VERSION} \t\" \t\u0026\u0026 case \"$dpkgArch\" in \t\tamd64|i386) \t\t\techo \"deb https://nginx.org/packages/mainline/debian/ stretch nginx\" \u003e\u003e /etc/apt/sources.list.d/nginx.list \t\t\t\u0026\u0026 apt-get update \t\t\t;; \t\t*) \t\t\techo \"deb-src https://nginx.org/packages/mainline/debian/ stretch nginx\" \u003e\u003e /etc/apt/sources.list.d/nginx.list \t\t\t\t\t\t\u0026\u0026 tempDir=\"$(mktemp -d)\" \t\t\t\u0026\u0026 chmod 777 \"$tempDir\" \t\t\t\t\t\t\u0026\u0026 savedAptMark=\"$(apt-mark showmanual)\" \t\t\t\t\t\t\u0026\u0026 apt-get update \t\t\t\u0026\u0026 apt-get build-dep -y $nginxPackages \t\t\t\u0026\u0026 ( \t\t\t\tcd \"$tempDir\" \t\t\t\t\u0026\u0026 DEB_BUILD_OPTIONS=\"nocheck parallel=$(nproc)\" \t\t\t\t\tapt-get source --compile $nginxPackages \t\t\t) \t\t\t\t\t\t\u0026\u0026 apt-mark showmanual | xargs apt-mark auto \u003e /dev/null \t\t\t\u0026\u0026 { [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; } \t\t\t\t\t\t\u0026\u0026 ls -lAFh \"$tempDir\" \t\t\t\u0026\u0026 ( cd \"$tempDir\" \u0026\u0026 dpkg-scanpackages . \u003e Packages ) \t\t\t\u0026\u0026 grep '^Package: ' \"$tempDir/Packages\" \t\t\t\u0026\u0026 echo \"deb [ trusted=yes ] file://$tempDir ./\" \u003e /etc/apt/sources.list.d/temp.list \t\t\t\u0026\u0026 apt-get -o Acquire::GzipIndexes=false update \t\t\t;; \tesac \t\t\u0026\u0026 apt-get install --no-install-recommends --no-install-suggests -y \t\t\t\t\t\t$nginxPackages \t\t\t\t\t\tgettext-base \t\u0026\u0026 apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates \u0026\u0026 rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list \t\t\u0026\u0026 if [ -n \"$tempDir\" ]; then \t\tapt-get purge -y --auto-remove \t\t\u0026\u0026 rm -rf \"$tempDir\" /etc/apt/sources.list.d/temp.list; \tfi"},{"created":"2018-07-17T04:21:54.609540799Z","created_by":"/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log \t\u0026\u0026 ln -sf /dev/stderr /var/log/nginx/error.log"},{"created":"2018-07-17T04:21:54.908198842Z","created_by":"/bin/sh -c #(nop) EXPOSE 80/tcp","empty_layer":true},{"created":"2018-07-17T04:21:55.155267457Z","created_by":"/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]","empty_layer":true},{"created":"2018-07-17T04:21:55.441361362Z","created_by":"/bin/sh -c #(nop) CMD [\"nginx\" \"-g\" \"daemon off;\"]","empty_layer":true},{"created":"2018-07-23T18:55:06.9391154Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=Jones MAGLOIRE @Joxit","empty_layer":true},{"created":"2018-07-23T18:55:07.348057419Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/share/nginx/html/","empty_layer":true},{"created":"2018-07-23T18:55:07.908502394Z","created_by":"/bin/sh -c #(nop) COPY dir:41490bb193b8db51bb73d26c4d8a8200a7c0cdb548574a62bf106d7cf7eae80f in /usr/share/nginx/html/ "}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:cdb3f9544e4c61d45da1ea44f7d92386639a052c620d1550376f22f5b46981af","sha256:190f3188c8aacc4f8c2859855eed3f9040737e48496fd1a93abf3f54a43a8891","sha256:d1bade4185feadb0cb4e357a6f0af8436c3a1cbdb76a5583247e2edb0633facd","sha256:421d687f870e0171c95d3e3d3d42dd7f5adb2cbfde92bb6d03d16e37c5a358d4"]}}