Namespace
eipwork
Image / Tag
kuboard:v2.0.2-beta.3
Content Digest
sha256:98d64417f51be404f0209f6b600a6e15328fd9e6aa82c694c963927e85b963c2
Details
Created

2020-06-27 07:59:26 UTC

Size

68.1 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.53% (21.5 MB)

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

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

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

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

[#005] sha256:5b435ac4f5f5668913da0c6ffb5cc34ae71249d0dce4267cc8addbad3fcefc62 - 32.79% (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:1df53450ab45e4ba10431b07f5d06e8f05486fd5f65e5f88455b52caba432235 - 0.0% (1.61 KB)

[#011] sha256:8f07ef9681330396b37930b3ae87c74632cec2d4f5c10663fed25d8c8d223a2a - 0.0% (633 Bytes)

[#012] sha256:dcfd8504ccc4d36c5e0e6828f07f8589002d24c8922aff40e010662b5cc5e61e - 0.01% (4.69 KB)

[#013] sha256:8f469e11c8b1f999a6367eb1a85e5409758eea8577c9e8d6265c8aa3e701fd32 - 2.37% (1.61 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-06-10 16:28:47 UTC

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

2020-06-10 16:28:48 UTC

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

2020-06-18 14:30:46 UTC

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

2020-06-18 14:30:46 UTC

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

2020-06-18 14:30:46 UTC

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

2020-06-18 14:30:47 UTC

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

2020-06-18 14:30:47 UTC

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

2020-06-18 14:30:47 UTC

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

2020-06-18 14:30:47 UTC

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

2020-06-27 07:59:26 UTC

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

2020-06-27 07:59:26 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