Namespace
eipwork
Image / Tag
kuboard:v1.0.6-beta.1
Content Digest
sha256:897d99f992e3be117778ab5a631b20ac62d2c46ddca93817e45f9ca6f83c3042
Details
Created

2020-01-05 12:51:50 UTC

Size

57 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.65% (21.4 MB)

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

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

[#003] sha256:90aceb58b1d74168fa425c9ec515e36247c26c203c9c0eb9b3d59df7211cb71c - 23.64% (13.5 MB)

[#004] sha256:056b12c66561bec4fb24b6ce99efa879e46d07437acc74d937555a11ead3f73f - 0.0% (159 Bytes)

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

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

[#007] sha256:7b8a3b8e54eb860965c91aa9e2195cadd0d673b5e1e015a5fae3e61e723c7bac - 0.0% (681 Bytes)

[#008] sha256:7ce735efd3951f1e4e2fbf24daa39991c985823130b090528ff130ccd8e7a4b0 - 0.0% (640 Bytes)

[#009] sha256:370303b28855df2c54161761ad0ddfed268a605f337fbc7cc4c7618740ca4302 - 1.37% (800 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-10-27 00:37:17 UTC

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

2019-10-27 00:37:17 UTC

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

2019-10-27 00:37:17 UTC

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

2019-10-27 00:37:19 UTC

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

2019-12-12 13:47:42 UTC

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

2019-12-12 13:47:43 UTC

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

2019-12-12 13:47:43 UTC

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

2019-12-12 13:47:44 UTC

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

2019-12-12 13:47:44 UTC

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

2020-01-05 12:51:49 UTC

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

2020-01-05 12:51:50 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