Namespace
eipwork
Image / Tag
kuboard:v1.0.1
Content Digest
sha256:2dd32b7ad204ec567acb97129241b8a9483a0e6b664e80f7141b53385937c270
Details
Created

2019-08-19 08:15:27 UTC

Size

56.9 MB

Content Digest
Labels
  • maintainer
    shaohq@foxmail.com

Environment
KUBERNETES_CLUSTER_DOMAIN

cluster.local

NGINX_VERSION

1.17.1

NJS_VERSION

0.3.3

PATH

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

PKG_RELEASE

1~stretch


Layers

[#000] sha256:0a4690c5d889e116874bf45dc757b515565a3bd9b0f6c04054d62280bb4f4ecf - 37.72% (21.4 MB)

[#001] sha256:9719afee3eb7680a805449b50040fed1fff0d065f58d186e6e2bb4959f3d9e6e - 37.41% (21.3 MB)

[#002] sha256:44446b456159d28726ce1ce5eaf894fa98415dce50d113ffdcc6cb99505bd109 - 0.0% (202 Bytes)

[#003] sha256:83bfaa6053b01f6de933e76421153623dfad518730a63a275a8529c79757acfa - 23.67% (13.5 MB)

[#004] sha256:16ab592aed9e99f8e14471ba90fe5d76409945814278ac1dba708147df13f5ae - 0.0% (151 Bytes)

[#005] sha256:83f55b4f10b3f23bb36ee6401ba7f27a16d1b976272dcf0fefdc53837e7d50a2 - 0.0% (294 Bytes)

[#006] sha256:ab3b63f26d943c55c0543598ca451076bde09cbbe64d9196f13afb4d67b83383 - 0.0% (407 Bytes)

[#007] sha256:8c8fe2574768258371bbd773d9c8c3d0eb5f575b3ed8359d348485d03cba9f0a - 0.0% (658 Bytes)

[#008] sha256:005f59f997b7b80b62b6d29f12a5ee868facd7bd4f9c128d5d832f3540b49536 - 0.0% (635 Bytes)

[#009] sha256:e0e0b51211fb9b40173a54f567e09eed8cb95ee6a20dca62535e222773539acb - 1.19% (693 KB)


History
2019-07-09 21:32:29 UTC

/bin/sh -c #(nop) ADD file:966bd7368f1e5a3e40fe5fab63ebe3c04719f677cc49385462e4dfda4c4096fb in /

2019-07-09 21:32:29 UTC

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

2019-07-17 23:24:18 UTC

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

2019-07-17 23:24:18 UTC

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

2019-07-17 23:24:18 UTC

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

2019-07-17 23:24:18 UTC

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

2019-07-17 23:24:45 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 apt-transport-https 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/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ stretch 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 apt-transport-https 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

2019-07-17 23:24:46 UTC

/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log

2019-07-17 23:24:46 UTC

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

2019-07-17 23:24:46 UTC

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

2019-07-17 23:24:47 UTC

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

2019-07-27 04:04:13 UTC

/bin/sh -c apt-get update && apt-get install -y dnsmasq && mv /etc/dnsmasq.conf /etc/dnsmasq.conf.bak

2019-07-27 04:06:08 UTC

/bin/sh -c #(nop) COPY file:455d9dea46f495cab44d86d9807b88f2432cfedbda6dbc7468f7cccfb72c506e in /etc/dnsmasq.conf

2019-08-19 02:09:40 UTC

/bin/sh -c #(nop) COPY file:f69a5c66f702bab83a1e8416f455b459958b6af734afe9dd429357b229e27cb8 in /entrypoint.sh

2019-08-19 02:09:42 UTC

/bin/sh -c chmod +x /entrypoint.sh && rm -f /etc/nginx/nginx.conf && rm -f /etc/nginx/conf.d/default.conf

2019-08-19 02:09:43 UTC

/bin/sh -c #(nop) COPY file:233ba594e970baa9baea67723ecd75168578fc0fd5ffccc9b32a6ba62380cd1f in /etc/nginx/conf.d/nginx.80.conf

2019-08-19 02:09:43 UTC

/bin/sh -c #(nop) COPY file:8da2393a3ffd3194734e6c31f3a9dff364be709a14360606a7dc875b3aad0be9 in /etc/nginx/nginx.conf

2019-08-19 02:09:44 UTC

/bin/sh -c #(nop) LABEL maintainer=shaohq@foxmail.com

2019-08-19 02:09:44 UTC

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

2019-08-19 02:09:44 UTC

/bin/sh -c #(nop) ENV KUBERNETES_CLUSTER_DOMAIN=cluster.local

2019-08-19 08:15:27 UTC

/bin/sh -c #(nop) COPY dir:077400bacea7f5fc3a6f95f003f2d1c83c561a52d0d5eae6a1451ce42e97ebe5 in /usr/share/nginx/html

2019-08-19 08:15:27 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.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