Docker Registry UI

Event Log
Image Details
Imagekube-registry.rombit-internal:443/romware-support:1.0
sha2560e9bab22dbeda522c7351a603f807757ad83367711b9f51ce105cb6024e14532
Created On2020-05-21 07:24:27
Image Size49 MB
Layer Count5

Manifest v2

Layer # Digest Size
5 sha256:afb6ec6fdc1c3ba04f7a56db32c5ff5ff38962dc4cd0ffdef5beaa0ce2eb77e2 26 MB
4 sha256:b90c53a0b69244e37b3f8672579fc3dec13293eeb574fa0fdddf02da1e192fd6 23 MB
3 sha256:11fa52a0fdc084d7fc3bbcb774389fd37b148ee98e7829cea4af189735acf848 203 B
2 sha256:a8d050f61b74277547cb69641534bdd76cb5a168ac4c181f3c91c29708f4df83 593 B
1 sha256:2835d99a5b0fa39d74460e1514869071ba847548e9d655a4331efc37ee69185d 167 B

Manifest v1

Layer #13
architecture amd64
config
ArgsEscapedtrue
AttachStderrfalse
AttachStdinfalse
AttachStdoutfalse
Cmd[nginx -g daemon off;]
Domainname
Entrypoint
Env[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.17.10 NJS_VERSION=0.3.9 PKG_RELEASE=1~buster]
ExposedPortsmap[80/tcp:map[]]
Hostname
Imagesha256:9e20826e593c609545906a8f687e335a2feae5d196e38c0f5d5c4cd4c4cfa6d9
Labelsmap[maintainer:NGINX Docker Maintainers ]
OnBuild
OpenStdinfalse
StdinOncefalse
StopSignalSIGTERM
Ttyfalse
User
Volumes
WorkingDir
container d997c91c0a607b9f99880d4472b260d520de5f4ce7db55d63a3b7cfab61afea3
container_config
AttachStderrfalse
AttachStdinfalse
AttachStdoutfalse
Cmd[/bin/sh -c mkdir -p /etc/nginx/cache]
Domainname
Entrypoint
Env[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.17.10 NJS_VERSION=0.3.9 PKG_RELEASE=1~buster]
ExposedPortsmap[80/tcp:map[]]
Hostname
Imagesha256:9e20826e593c609545906a8f687e335a2feae5d196e38c0f5d5c4cd4c4cfa6d9
Labelsmap[maintainer:NGINX Docker Maintainers ]
OnBuild
OpenStdinfalse
StdinOncefalse
StopSignalSIGTERM
Ttyfalse
User
Volumes
WorkingDir
created 2020-05-21 07:24:27
docker_version 19.03.8
id c4ba3df54836f744f508d787c55b6dfb2ffa7ce2b1344f489546d3d2b225c155
os linux
parent c4d903d423b0fcfe3592b5b6cfca591562c3bb228e0537e659a02398dfac2536
Layer #12
container_config
Cmd[/bin/sh -c #(nop) COPY file:c0d0e578c7dc08767ec315afb9ee15cc9eafd9187660a25baed682cca3782eb2 in /etc/nginx/conf.d/default.conf ]
created 2020-05-21 07:24:26
id c4d903d423b0fcfe3592b5b6cfca591562c3bb228e0537e659a02398dfac2536
parent d3c9d3b2a2aac3733f54935e56e9a9ca3a172f4e31709e5f8dbc2d566b73653b
Layer #11
container_config
Cmd[/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]]
created 2020-05-15 20:15:52
id d3c9d3b2a2aac3733f54935e56e9a9ca3a172f4e31709e5f8dbc2d566b73653b
parent 70bbb472c716033775f81d9f33eb1c62fcc4af05a6d08d46d88320154160e894
throwaway true
Layer #10
container_config
Cmd[/bin/sh -c #(nop) STOPSIGNAL SIGTERM]
created 2020-05-15 20:15:51
id 70bbb472c716033775f81d9f33eb1c62fcc4af05a6d08d46d88320154160e894
parent 79de8ab5ee7d7d52bfeadf4deacf012cc9f4072abb6594a68b91968eb819588f
throwaway true
Layer #9
container_config
Cmd[/bin/sh -c #(nop) EXPOSE 80]
created 2020-05-15 20:15:51
id 79de8ab5ee7d7d52bfeadf4deacf012cc9f4072abb6594a68b91968eb819588f
parent 2f0870b6b475931f03f28ac16338a7473eee398a60f131c4088756424c885a83
throwaway true
Layer #8
container_config
Cmd[/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log]
created 2020-05-15 20:15:51
id 2f0870b6b475931f03f28ac16338a7473eee398a60f131c4088756424c885a83
parent 3ec24e05ee1db969cf784fcdef6d17e335737e99a3c05fbd9da32bde92965bc1
Layer #7
container_config
Cmd[/bin/sh -c set -x && addgroup --system --gid 101 nginx && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi]
created 2020-05-15 20:15:49
id 3ec24e05ee1db969cf784fcdef6d17e335737e99a3c05fbd9da32bde92965bc1
parent 23dead126dc4a9e4383d1229f90ff343769bc3b3ba4766173de77f2267d1f4b3
Layer #6
container_config
Cmd[/bin/sh -c #(nop) ENV PKG_RELEASE=1~buster]
created 2020-05-15 20:15:18
id 23dead126dc4a9e4383d1229f90ff343769bc3b3ba4766173de77f2267d1f4b3
parent 2cb2f9f3be5c8d51e92b02a4d8296be80ef3d7a74fcdd0827a1804e6e9fb6209
throwaway true
Layer #5
container_config
Cmd[/bin/sh -c #(nop) ENV NJS_VERSION=0.3.9]
created 2020-05-15 20:15:18
id 2cb2f9f3be5c8d51e92b02a4d8296be80ef3d7a74fcdd0827a1804e6e9fb6209
parent 5f919de93accba3038a053d0e27abd6632faccecce3b5a04d3a6803bc20f2c51
throwaway true
Layer #4
container_config
Cmd[/bin/sh -c #(nop) ENV NGINX_VERSION=1.17.10]
created 2020-05-15 20:15:17
id 5f919de93accba3038a053d0e27abd6632faccecce3b5a04d3a6803bc20f2c51
parent 51caca4f272b396768cb9e1e97649970ae0ae89430b5829f3b64f2c16d3a78ef
throwaway true
Layer #3
container_config
Cmd[/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers ]
created 2020-05-15 20:15:17
id 51caca4f272b396768cb9e1e97649970ae0ae89430b5829f3b64f2c16d3a78ef
parent 09709ca046b9cc0518731375f5b9286a9d0d854138b1228bded403391fafbe90
throwaway true
Layer #2
container_config
Cmd[/bin/sh -c #(nop) CMD ["bash"]]
created 2020-05-15 06:28:44
id 09709ca046b9cc0518731375f5b9286a9d0d854138b1228bded403391fafbe90
parent b38459c5cc89846a14f58d2acfa6223fde665fb843c2433592d8dc6b87e904a8
throwaway true
Layer #1
container_config
Cmd[/bin/sh -c #(nop) ADD file:7780c81c33e6cc5b6261af4a6c611cce0f39dec3131009bb297e65f12020c150 in / ]
created 2020-05-15 06:28:44
id b38459c5cc89846a14f58d2acfa6223fde665fb843c2433592d8dc6b87e904a8
© 2017-2018 Quiq Inc.