Namespace
eipwork
Image / Tag
kuboard:v2.0.0-beta.2
Content Digest
sha256:11d428dd920981b0e5b49fae333adbab3d51e0569d8ab52168c00804798e3145
Details
Created

2020-05-24 06:48:15 UTC

Size

67.8 MB

Content Digest
Labels
  • maintainer
    shaohq@foxmail.com
  • resty_deb_flavor
  • resty_deb_version
    =1.15.8.2-1~stretch1
  • resty_image_base
    debian
  • resty_image_tag
    stretch-slim

Environment
KUBERNETES_CLUSTER_DOMAIN

cluster.local

KUBOARD_PROXY_COOKIE_TTL

36000

OIDC_ISSUER

http:\/\/localhost

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin

TZ

Asia/Shanghai


Layers

[#000] sha256:804555ee037604c40de144f9f8da0d826d38db82f15d74cded32790fe279a8f6 - 31.7% (21.5 MB)

[#001] sha256:1eff0e91857a913a604ed9b7f819f0a637275f2e6d99f0ea857b99f33877d3c3 - 11.73% (7.95 MB)

[#002] sha256:1f0629136f290cb0bb155e0f55090f3525c70203e829b5872f526bbcf3f37226 - 0.0% (970 Bytes)

[#003] sha256:074ce442ac7111864bbd0944c5551fffe2933b81e289f97b334f456483d92718 - 0.0% (860 Bytes)

[#004] sha256:2187eb2e85fe34c4e5ef129797e1cb293a758e0bf9734cd6f773b9a49e15fe7b - 21.73% (14.7 MB)

[#005] sha256:5b435ac4f5f5668913da0c6ffb5cc34ae71249d0dce4267cc8addbad3fcefc62 - 32.98% (22.3 MB)

[#006] sha256:4e99b9ee3b118ce3ed3e1311414581287fff5edc8e40433385d83864a7141710 - 0.02% (15.5 KB)

[#007] sha256:b4dbdd9a064702fa2ad2effacd1cd6f9a4b19d611a516a30ed7bded38278304c - 0.01% (3.92 KB)

[#008] sha256:d3c1294e8ca4a92b4e9ed66b4b93ab2af2705338150b034faa82b499e47146eb - 0.0% (627 Bytes)

[#009] sha256:d842e4f2a824170848159f73a5b73e9873bc5e0f926dc0c1ad14ab23fdf79079 - 0.0% (732 Bytes)

[#010] sha256:4b2cf36d4457554c5acce81972cb4a1e789b7cd29ee9ceee9e59edbd2b694af4 - 0.0% (1.85 KB)

[#011] sha256:4c9a4d219faef1bae95889a33d04f84706ee6ff3c2e3e34a5ea3c90b52327207 - 0.0% (634 Bytes)

[#012] sha256:2f95fd3b8da8e102754a96a5c5203106e44a534d16abca4d0de3fdb99f52a4f8 - 0.01% (4.6 KB)

[#013] sha256:033d7186781d8901b715e2be29d3cfeb5befc026ef12979749174fbf3201bc19 - 1.83% (1.24 MB)


History
2019-12-28 04:23:47 UTC

/bin/sh -c #(nop) ADD file:90a2c81769a336bed3f731f44a385f2a65b0916f517a0b77c06c224579bf9a9a in /

2019-12-28 04:23:47 UTC

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

2020-01-28 19:45:13 UTC

/bin/sh -c #(nop) LABEL maintainer=Evan Wies <evan@neomantra.net>

2020-01-28 19:45:13 UTC

/bin/sh -c #(nop) ARG RESTY_DEB_FLAVOR=

2020-01-28 19:45:13 UTC

/bin/sh -c #(nop) ARG RESTY_DEB_VERSION==1.15.8.2-1~stretch1

2020-01-28 19:45:13 UTC

/bin/sh -c #(nop) ARG RESTY_IMAGE_BASE=debian

2020-01-28 19:45:14 UTC

/bin/sh -c #(nop) ARG RESTY_IMAGE_TAG=stretch-slim

2020-01-28 19:45:14 UTC

/bin/sh -c #(nop) LABEL resty_image_base=debian

2020-01-28 19:45:14 UTC

/bin/sh -c #(nop) LABEL resty_image_tag=stretch-slim

2020-01-28 19:45:14 UTC

/bin/sh -c #(nop) LABEL resty_deb_flavor=

2020-01-28 19:45:14 UTC

/bin/sh -c #(nop) LABEL resty_deb_version==1.15.8.2-1~stretch1

2020-01-28 19:45:38 UTC

|4 RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.15.8.2-1~stretch1 RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=stretch-slim /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates gettext-base gnupg2 lsb-release software-properties-common wget && wget -qO /tmp/pubkey.gpg https://openresty.org/package/pubkey.gpg && DEBIAN_FRONTEND=noninteractive apt-key add /tmp/pubkey.gpg && rm /tmp/pubkey.gpg && DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb http://openresty.org/package/debian $(lsb_release -sc) openresty" && DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge gnupg2 lsb-release software-properties-common wget && DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends openresty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && mkdir -p /var/run/openresty && ln -sf /dev/stdout /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/access.log && ln -sf /dev/stderr /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/error.log

2020-01-28 19:45:38 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin

2020-01-28 19:45:38 UTC

/bin/sh -c #(nop) COPY file:871e3c814ada8b73d3bd53e819bd122b5612587624e3eb6ef6e97d83522238fc in /usr/local/openresty/nginx/conf/nginx.conf

2020-01-28 19:45:38 UTC

/bin/sh -c #(nop) COPY file:1832501c6083278533ce3d09a4140cc30795ddf825ad6a0ad52ea84858291e53 in /etc/nginx/conf.d/default.conf

2020-01-28 19:45:39 UTC

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

2020-01-28 19:45:39 UTC

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

2020-01-28 20:48:29 UTC

/bin/sh -c #(nop) LABEL maintainer=Evan Wies <evan@neomantra.net>

2020-01-28 20:48:36 UTC

/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends openresty-opm && rm -rf /var/lib/apt/lists/*

2020-02-23 11:44:49 UTC

/bin/sh -c apt-get update && apt-get install -y curl vim

2020-02-23 11:44:50 UTC

/bin/sh -c #(nop) ADD dir:ddead937374f8a44b00b63b1a273f8fc98371ded96df5006cf0544704a67340b in /usr/local/openresty/luajit/share/lua/5.1/resty/

2020-02-23 14:47:54 UTC

/bin/sh -c #(nop) ADD dir:374b11a01d0a9d7e119f5e30ab72d6765155499f4766bcf2f0ca965c3745d1b9 in /usr/local/openresty/site/lualib/resty/

2020-05-16 14:48:21 UTC

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

2020-05-16 14:48:22 UTC

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

2020-05-24 06:32:18 UTC

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

2020-05-24 06:32:19 UTC

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

2020-05-24 06:32:19 UTC

/bin/sh -c #(nop) COPY dir:bbc70ee70e021852ab4ca2fc0728d8c09445592f06183135ac90d156bf8f3f4b in /usr/local/openresty/nginx/kuboard-lua/

2020-05-24 06:32:19 UTC

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

2020-05-24 06:32:19 UTC

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

2020-05-24 06:32:19 UTC

/bin/sh -c #(nop) ENV TZ=Asia/Shanghai

2020-05-24 06:32:19 UTC

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

2020-05-24 06:32:19 UTC

/bin/sh -c #(nop) ENV KUBOARD_PROXY_COOKIE_TTL=36000

2020-05-24 06:32:20 UTC

/bin/sh -c #(nop) ENV OIDC_ISSUER=http:\/\/localhost

2020-05-24 06:48:14 UTC

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

2020-05-24 06:48:15 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