mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 08:29:54 +03:00
1 line
No EOL
7.3 KiB
Text
1 line
No EOL
7.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.8-1~stretch","NJS_VERSION=1.15.8.0.2.7-1~stretch"],"Cmd":null,"ArgsEscaped":true,"Image":"sha256:9c62c6c21fbb4f9d7066dbf41c04a3676f5a5f7486bdb5d37e6e350b3c863c61","Volumes":null,"WorkingDir":"/usr/share/nginx/html/","Entrypoint":["/bin/sh","-c","entrypoint"],"OnBuild":null,"Labels":{"maintainer":"Jones MAGLOIRE @Joxit"},"StopSignal":"SIGTERM"},"container":"16bea8c7ccb597c22f9ecb729bcf2474909bacb5353b9d10316b52898467d96a","container_config":{"Hostname":"16bea8c7ccb5","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.8-1~stretch","NJS_VERSION=1.15.8.0.2.7-1~stretch"],"Cmd":["/bin/sh","-c","#(nop) ","ENTRYPOINT [\"/bin/sh\" \"-c\" \"entrypoint\"]"],"ArgsEscaped":true,"Image":"sha256:9c62c6c21fbb4f9d7066dbf41c04a3676f5a5f7486bdb5d37e6e350b3c863c61","Volumes":null,"WorkingDir":"/usr/share/nginx/html","Entrypoint":["/bin/sh","-c","entrypoint"],"OnBuild":null,"Labels":{"maintainer":"Jones MAGLOIRE @Joxit"},"StopSignal":"SIGTERM"},"created":"2019-01-06T04:38:48.800018961Z","docker_version":"18.03.1-ee-3","history":[{"created":"2018-12-28T23:30:06.334067203Z","created_by":"/bin/sh -c #(nop) ADD file:6d6f6f123e45697d3e73ea24621e4fd8da0ed5cf7504767f6b3120671fe6e7d1 in / "},{"created":"2018-12-28T23:30:06.533843185Z","created_by":"/bin/sh -c #(nop) CMD [\"bash\"]","empty_layer":true},{"created":"2018-12-29T03:30:50.538997723Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e","empty_layer":true},{"created":"2018-12-29T03:30:50.755961691Z","created_by":"/bin/sh -c #(nop) ENV NGINX_VERSION=1.15.8-1~stretch","empty_layer":true},{"created":"2018-12-29T03:30:51.031207885Z","created_by":"/bin/sh -c #(nop) ENV NJS_VERSION=1.15.8.0.2.7-1~stretch","empty_layer":true},{"created":"2018-12-29T03:31:29.815865791Z","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-12-29T03:31:30.6153791Z","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-12-29T03:31:30.774964043Z","created_by":"/bin/sh -c #(nop) EXPOSE 80","empty_layer":true},{"created":"2018-12-29T03:31:31.002881033Z","created_by":"/bin/sh -c #(nop) STOPSIGNAL SIGTERM","empty_layer":true},{"created":"2018-12-29T03:31:31.255529383Z","created_by":"/bin/sh -c #(nop) CMD [\"nginx\" \"-g\" \"daemon off;\"]","empty_layer":true},{"created":"2019-01-06T04:38:46.04948738Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=Jones MAGLOIRE @Joxit","empty_layer":true},{"created":"2019-01-06T04:38:46.346406663Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/share/nginx/html/","empty_layer":true},{"created":"2019-01-06T04:38:46.887313726Z","created_by":"/bin/sh -c #(nop) COPY file:00c89c90a99653fef2201b5f18d7b40556068ef3ef787045cce688a3086a0152 in /etc/nginx/conf.d/default.conf "},{"created":"2019-01-06T04:38:47.442298955Z","created_by":"/bin/sh -c #(nop) COPY dir:68f7c6b5eb093c08a833d4b011745618789f49286b8d355bd3e8208f330ceaea in /usr/share/nginx/html/ "},{"created":"2019-01-06T04:38:47.91703718Z","created_by":"/bin/sh -c #(nop) COPY file:500e9359bc4fc217ba592a826df3aa949acf40074fccd93e5b5541b8c7728fca in /usr/share/nginx/html/scripts/docker-registry-ui.js "},{"created":"2019-01-06T04:38:48.365836504Z","created_by":"/bin/sh -c #(nop) COPY file:67c3e7d9b2268809de4f10353f5e6ca3df554bf34d5b424db18e2debc435e038 in /bin "},{"created":"2019-01-06T04:38:48.800018961Z","created_by":"/bin/sh -c #(nop) ENTRYPOINT [\"/bin/sh\" \"-c\" \"entrypoint\"]","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:7b4e562e58dcb7fbe1e27bb274f0ff8bfeb2fd965203380436e159df9f218900","sha256:c9c2a36960802924221f5b8fab90ed09b5900b346129979da9488810d8669e06","sha256:b7efe781401dfe8d05a9e4c920dd3cd430593a483c442831a14413e2738cd968","sha256:e99de6702c41c8fa30824a7aed6575c47f55132c587654effa3c50314f16fe04","sha256:32054570847257d810ea2fa025c5c2785e4b163e521463955a5973672c5db12f","sha256:f47da5e451b0311508b498aa9b9e566d2a1b2cd0d628abfa62285e38c7e347ee","sha256:d98f43b3bf4acbebd3f9b0677d7861256bf98ea9be317f7f6e1b4bb36a84baaf"]}} |