Docker Registry UI

Event Log
Image Details
Imagekube-registry.rombit-internal:443/romware-support:1.1-homepage
sha256ebe5b2e451cf0a69ba0867ab5ee704d6a70ac6f9437e5ad274666814704a29e0
Created On2020-05-21 07:20:03
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:85bc1a6341b6a6cf3c72ec121765b3c357688d3392199e2189e7e529604856b2 587 B
1 sha256:dbf425baebc3b41048e9364af52578e81291c45ba2141c961e047d4042435ebd 166 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:8c20d78b19a0661f81a68142eea60e04b042ef21cbbed5be4a21dd8651935b43
Labelsmap[maintainer:NGINX Docker Maintainers ]
OnBuild
OpenStdinfalse
StdinOncefalse
StopSignalSIGTERM
Ttyfalse
User
Volumes
WorkingDir
container 68af9b5f7d5ac9d8c4c54fbfade31433244e7b8fe2e870cdb24f84057c364e76
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:8c20d78b19a0661f81a68142eea60e04b042ef21cbbed5be4a21dd8651935b43
Labelsmap[maintainer:NGINX Docker Maintainers ]
OnBuild
OpenStdinfalse
StdinOncefalse
StopSignalSIGTERM
Ttyfalse
User
Volumes
WorkingDir
created 2020-05-21 07:20:03
docker_version 19.03.8
id 9fbe2df5926ea83f1886a828fc95a782f1fe5b7012b296b1cf73bb200e110dfa
os linux
parent 7a0faba99bcdf73784711057844765ca8ac32e3c5400a0420a6d241f96789332
Layer #12
container_config
Cmd[/bin/sh -c #(nop) COPY file:2935f329de2d90fe38e84863eb025dd7a27c15c3ca30a18a55fb8d855648478d in /etc/nginx/conf.d/default.conf ]
created 2020-05-21 07:20:02
id 7a0faba99bcdf73784711057844765ca8ac32e3c5400a0420a6d241f96789332
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.