Namespace
uozi
Image / Tag
nginx-ui:v1.5.0-beta9
Content Digest
sha256:1868e37e8d3014d0af0e25327ecb77b8a0bbc77e7397905016d543c660bb85bd
Details
Created

2022-08-11 16:33:15 UTC

Size

66.1 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>

Environment
DEBIAN_FRONTEND

noninteractive

NGINX_VERSION

1.23.1

NJS_VERSION

0.7.6

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:1efc276f4ff952c055dea726cfc96ec6a4fdb8b62d9eed816bd2b788f2860ad7 - 45.25% (29.9 MB)

[#001] sha256:baf2da91597d101646b307b706d06b048862192b127f74b1079d374d902e32f4 - 36.57% (24.2 MB)

[#002] sha256:05396a986fd3f3739cc890e30a2ed78e377c6a2b24d9f0ebe99ff3349aedc603 - 0.0% (603 Bytes)

[#003] sha256:6a17c8e7063d97ef72e89f7d4673935ff9a2b7c179bea1726852399219118f65 - 0.0% (891 Bytes)

[#004] sha256:27e0d286aeab484653fdf0f736d5f7a2fbcc572e387ec8a1d6ccf0e74b6bfefc - 0.0% (664 Bytes)

[#005] sha256:b1349eea8fc5b5eebb633c2cd79fc24a915fcb00279de24684bb07e349e8eab3 - 0.0% (1.36 KB)

[#006] sha256:53159da310ab86d1195dd75e83d5f28a7a3de3c76030d65f5229b93baa9efc52 - 0.0% (277 Bytes)

[#007] sha256:1ebef1492f6401941902e139891f3ec338f120710695840cd5ea34ec771701e9 - 0.0% (2.67 KB)

[#008] sha256:1aa21710cb91de5efa8754609c0fb39fb54d37627b84e7b0029262fc278ddf1c - 0.0% (99 Bytes)

[#009] sha256:5b3432b144a953d479e91c86fcba6fc2719ce574e32086bb8d6b71410e0e4304 - 0.0% (274 Bytes)

[#010] sha256:266f57804729d99ed7978e9ffd54a3fb7dc304685695bf38125e3c259dd8e44b - 0.0% (535 Bytes)

[#011] sha256:9dea04fd2bbceaaa41143d1bb2dda00dec2583aeee40274067b41fc7023d8511 - 0.0% (497 Bytes)

[#012] sha256:0716e852107e6e10dbe5ea33b20f9d069f41da3182fe66c6d156d7c5b0d49aba - 0.0% (481 Bytes)

[#013] sha256:26750816a674e348b72525f4713e7e1a3f50e85c0a58b338b1feb83b7b05ae85 - 18.17% (12 MB)

[#014] sha256:adfb10682c2bb366287b5168bb13fb476294aaddbec6b42e3cf9f093cccf1672 - 0.0% (432 Bytes)


History
2022-08-02 01:20:04 UTC

/bin/sh -c #(nop) ADD file:0eae0dca665c7044bf242cb1fc92cb8ea744f5af2dd376a558c90bc47349aefe in /

2022-08-02 01:20:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-08-02 05:17:00 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2022-08-02 05:17:00 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.23.1

2022-08-02 05:17:00 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.6

2022-08-02 05:17:00 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2022-08-02 05:17:18 UTC

/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 hkp://keyserver.ubuntu.com: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|arm64) echo "deb https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ bullseye 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 curl && apt-get remove --purge --auto-remove -y && 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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2022-08-02 05:17:18 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2022-08-02 05:17:18 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2022-08-02 05:17:18 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2022-08-02 05:17:18 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2022-08-02 05:17:18 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2022-08-02 05:17:19 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-08-02 05:17:19 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2022-08-02 05:17:19 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2022-08-06 02:29:09 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2022-08-06 02:29:09 UTC (buildkit.dockerfile.v0)

COPY sources.list /etc/apt/sources.list # buildkit

2022-08-06 02:29:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /usr/etc && mkdir /etc/nginx/sites-available && mkdir /etc/nginx/sites-enabled && cp -r /etc/nginx /usr/etc/nginx ; # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

COPY resources/docker/start.sh /app/start.sh # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

COPY resources/docker/nginx.conf /usr/etc/nginx/nginx.conf # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

COPY resources/docker/nginx-ui.conf /usr/etc/nginx/conf.d/nginx-ui.conf # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

COPY resources/docker/nginx-ui.conf /etc/nginx/conf.d/nginx-ui.conf # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

COPY nginx-ui /app/nginx-ui # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cd /app && chmod a+x /app/start.sh && rm -f /etc/nginx/conf.d/default.conf && rm -f /usr/etc/nginx/conf.d/default.conf # buildkit

2022-08-11 16:33:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["./start.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete