Namespace
eipwork
Image / Tag
kuboard:v1.0.7
Content Digest
sha256:bc1f9287402e4f1b29c2c5655323ca32098485ef9bee8858e645311875715a14
Details
Created

2020-03-06 13:49:52 UTC

Size

67.6 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


Layers

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

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

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

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

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

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

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

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

[#008] sha256:cf92c2683372ff01266a5966847645c208f05b8941c912675e9788b931a02d4e - 0.0% (554 Bytes)

[#009] sha256:d3d80c1acd1de8c25db859600e9b852c63c1c11bc6a8269f68d412dc0dc68bed - 0.0% (663 Bytes)

[#010] sha256:73f57f56ff5e1b987b327428e973e65b8d988bafbfbecbc64fb4ac69b48267d2 - 0.0% (1.67 KB)

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

[#012] sha256:6baebfa7d8697f24928fd0a7f8fd53af0c6ad977f33e059d70fdf37d2e50e0ec - 0.01% (4.61 KB)

[#013] sha256:e6f9a05b221539c3fc1c86929e8a7d76b7f89d4952d5da7f9a93287cb16f19de - 1.55% (1.05 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-02-25 12:23:58 UTC

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

2020-02-25 12:24:00 UTC

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

2020-02-25 16:03:15 UTC

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

2020-02-25 16:03:16 UTC

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

2020-02-25 16:03:16 UTC

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

2020-02-25 16:03:16 UTC

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

2020-02-25 16:03:17 UTC

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

2020-02-25 16:03:17 UTC

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

2020-02-25 16:03:17 UTC

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

2020-02-25 16:03:17 UTC

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

2020-03-06 13:49:51 UTC

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

2020-03-06 13:49:52 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