mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 07: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:d69e97bb6eaa2d397a8cf3b77b08e1861f8694b5353fe75986613171892a6d9c","Volumes":null,"WorkingDir":"/usr/share/nginx/html/","Entrypoint":["/bin/sh","-c","entrypoint"],"OnBuild":null,"Labels":{"maintainer":"Jones MAGLOIRE @Joxit"},"StopSignal":"SIGTERM"},"container":"db0a2f5e944d7d1b5153b906c6c3cdab697ab44a844284e2550059c0854b0be0","container_config":{"Hostname":"db0a2f5e944d","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:d69e97bb6eaa2d397a8cf3b77b08e1861f8694b5353fe75986613171892a6d9c","Volumes":null,"WorkingDir":"/usr/share/nginx/html","Entrypoint":["/bin/sh","-c","entrypoint"],"OnBuild":null,"Labels":{"maintainer":"Jones MAGLOIRE @Joxit"},"StopSignal":"SIGTERM"},"created":"2019-01-25T08:02:05.345775267Z","docker_version":"18.03.1-ee-3","history":[{"created":"2019-01-23T10:04:38.522302729Z","created_by":"/bin/sh -c #(nop) ADD file:64db5736cabe52ff81a1eb31101c1afa1e4a04374e84ae717532a88286d01784 in / "},{"created":"2019-01-23T10:04:39.339838959Z","created_by":"/bin/sh -c #(nop) CMD [\"bash\"]","empty_layer":true},{"created":"2019-01-25T03:23:51.6556861Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e","empty_layer":true},{"created":"2019-01-25T03:23:54.604128443Z","created_by":"/bin/sh -c #(nop) ENV NGINX_VERSION=1.15.8-1~stretch","empty_layer":true},{"created":"2019-01-25T03:23:59.95136253Z","created_by":"/bin/sh -c #(nop) ENV NJS_VERSION=1.15.8.0.2.7-1~stretch","empty_layer":true},{"created":"2019-01-25T03:42:56.265437132Z","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":"2019-01-25T03:43:13.370437999Z","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":"2019-01-25T03:43:39.327571275Z","created_by":"/bin/sh -c #(nop) EXPOSE 80","empty_layer":true},{"created":"2019-01-25T03:44:06.522645054Z","created_by":"/bin/sh -c #(nop) STOPSIGNAL SIGTERM","empty_layer":true},{"created":"2019-01-25T03:44:45.884575391Z","created_by":"/bin/sh -c #(nop) CMD [\"nginx\" \"-g\" \"daemon off;\"]","empty_layer":true},{"created":"2019-01-25T08:02:02.728391791Z","created_by":"/bin/sh -c #(nop) LABEL maintainer=Jones MAGLOIRE @Joxit","empty_layer":true},{"created":"2019-01-25T08:02:03.083691784Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/share/nginx/html/","empty_layer":true},{"created":"2019-01-25T08:02:03.532827139Z","created_by":"/bin/sh -c #(nop) COPY file:00c89c90a99653fef2201b5f18d7b40556068ef3ef787045cce688a3086a0152 in /etc/nginx/conf.d/default.conf "},{"created":"2019-01-25T08:02:04.027245671Z","created_by":"/bin/sh -c #(nop) COPY dir:eb29fb79a84289ade8fec4ac0a440711036e6265cb4960cf9854f0a474b44924 in /usr/share/nginx/html/ "},{"created":"2019-01-25T08:02:04.45964064Z","created_by":"/bin/sh -c #(nop) COPY file:fe335fa620bbf40ef63235e389a28f7fd50065a4cf533f62551a2ca6f8cf3e08 in /usr/share/nginx/html/scripts/docker-registry-ui.js "},{"created":"2019-01-25T08:02:04.939354796Z","created_by":"/bin/sh -c #(nop) COPY file:b546b4025b6116af7fb2d074a691a88184c39de4b3e1b3b3a48e9128badbb67b in /bin "},{"created":"2019-01-25T08:02:05.345775267Z","created_by":"/bin/sh -c #(nop) ENTRYPOINT [\"/bin/sh\" \"-c\" \"entrypoint\"]","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:768c0eac2de9a08effe04365a33dceef8d2c28cb88cdff37f449541ecc76d764","sha256:e5c9118eb40d67db39663087e8966beba85157ab476667b486a16c02e99de303","sha256:a5272d2c25d1b35858b727a69fae557349affabe7399803de540092300c50865","sha256:c963c9eb8d356b000d933a5f7ae0c0ddaf4ee81b304bdb1b22c833fbefe52716","sha256:df9834ed8d9bb7d495aa7702592d0441740ecafc87d95899d1570498e6946dd6","sha256:3e924120545ac83f0ebf2894b631459650e93a3471bf2181b5b8b540567ab7e9","sha256:3528f3bd907631359d0c7cff9d48a887f034b39dec1f8e2e3a674b313882ae65"]}} |