Namespace
apitable
Image / Tag
openresty:v0.20.0-alpha_1250
Content Digest
sha256:a71c02a731c3f41b986c3705b05bfa8a934ef9f3ac10dd0713f083f9552c3dab
Details
Created

2023-04-28 06:52:45 UTC

Size

44.6 MB

Content Digest
Labels
  • maintainer
    Evan Wies <evan@neomantra.net>
  • resty_apt_pgp
    https://openresty.org/package/pubkey.gpg
  • resty_apt_repo
    https://openresty.org/package/debian
  • resty_deb_flavor
  • resty_deb_version
    =1.21.4.1-1~buster1
  • resty_fat_deb_flavor
  • resty_fat_deb_version
    =1.21.4.1-1~buster1
  • resty_fat_image_base
    openresty/openresty
  • resty_fat_image_tag
    1.21.4.1-buster-amd64
  • resty_image_base
    debian
  • resty_image_tag
    buster-slim

Environment
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

SEMVER_FULL

v0.20.0-alpha+1250.4827673660.cc88160801162ff699dbd977105db3946cec7429


Layers

[#000] sha256:32820e52a00eb22dc76d70d992be7082cd24b636cfb597ff3951d29a821b46b9 - 58.04% (25.9 MB)

[#001] sha256:05291e71708d4d973dc7f8fcb8521cb288e8cba7d9288f7493a2d6baa8f7319e - 14.29% (6.37 MB)

[#002] sha256:e25577bc638239141553d23f19d78dd638d7d02070882f1398e42bcb1362f717 - 0.0% (1.34 KB)

[#003] sha256:95239b0d9523f1025b5a12c65d0e8ec66fa5ea3cef26eecc83d24e37066f09af - 0.0% (833 Bytes)

[#004] sha256:f1bebbdffd0c8191cc00423c453a91af24e439aa9b09cb25d74c02261cd0742b - 27.66% (12.3 MB)

[#005] sha256:13a577242d6189f0d6fa3cc3153e79f868e9dfd1009af4faf779570156e089e9 - 0.0% (2.19 KB)


History
2022-11-15 04:05:14 UTC

/bin/sh -c #(nop) ADD file:9461639b945ced6fb6164491a7e0131261a1b7d69264cce516e75c71e4df22d2 in /

2022-11-15 04:05:14 UTC

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

2022-11-30 11:10:57 UTC

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

2022-11-30 11:10:58 UTC

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

2022-11-30 11:10:58 UTC

/bin/sh -c #(nop) ARG RESTY_DEB_VERSION==1.21.4.1-1~buster1

2022-11-30 11:10:58 UTC

/bin/sh -c #(nop) ARG RESTY_APT_REPO=https://openresty.org/package/debian

2022-11-30 11:10:58 UTC

/bin/sh -c #(nop) ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg

2022-11-30 11:10:58 UTC

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

2022-11-30 11:10:58 UTC

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

2022-11-30 11:10:58 UTC

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

2022-11-30 11:10:58 UTC

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

2022-11-30 11:10:58 UTC

/bin/sh -c #(nop) LABEL resty_apt_repo=https://openresty.org/package/debian

2022-11-30 11:10:59 UTC

/bin/sh -c #(nop) LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg

2022-11-30 11:10:59 UTC

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

2022-11-30 11:10:59 UTC

/bin/sh -c #(nop) LABEL resty_deb_version==1.21.4.1-1~buster1

2022-11-30 11:11:23 UTC

|6 RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg RESTY_APT_REPO=https://openresty.org/package/debian RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.21.4.1-1~buster1 RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=buster-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-base lsb-release software-properties-common wget && wget -qO /tmp/pubkey.gpg ${RESTY_APT_PGP} && DEBIAN_FRONTEND=noninteractive apt-key add /tmp/pubkey.gpg && rm /tmp/pubkey.gpg && DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb ${RESTY_APT_REPO} $(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

2022-11-30 11:11:23 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

2022-11-30 11:11:23 UTC

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

2022-11-30 11:11:23 UTC

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

2022-11-30 11:11:23 UTC

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

2022-11-30 11:11:23 UTC

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

2022-11-30 11:22:26 UTC

/bin/sh -c #(nop) ARG RESTY_FAT_IMAGE_BASE=openresty/openresty

2022-11-30 11:22:26 UTC

/bin/sh -c #(nop) ARG RESTY_FAT_IMAGE_TAG=buster

2022-11-30 11:22:26 UTC

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

2022-11-30 11:22:26 UTC

/bin/sh -c #(nop) ARG RESTY_FAT_DEB_VERSION==1.21.4.1-1~buster1

2022-11-30 11:22:27 UTC

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

2022-11-30 11:22:27 UTC

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

2022-11-30 11:22:27 UTC

/bin/sh -c #(nop) LABEL resty_fat_deb_version==1.21.4.1-1~buster1

2022-11-30 11:22:27 UTC

/bin/sh -c #(nop) LABEL resty_fat_image_base=openresty/openresty

2022-11-30 11:22:27 UTC

/bin/sh -c #(nop) LABEL resty_fat_image_tag=1.21.4.1-buster-amd64

2022-11-30 11:22:34 UTC

|4 RESTY_FAT_DEB_FLAVOR= RESTY_FAT_DEB_VERSION==1.21.4.1-1~buster1 RESTY_FAT_IMAGE_BASE=openresty/openresty RESTY_FAT_IMAGE_TAG=1.21.4.1-buster-amd64 /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} && rm -rf /var/lib/apt/lists/*

2023-04-28 06:52:45 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-04-28 06:52:45 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.20.0-alpha+1250.4827673660.cc88160801162ff699dbd977105db3946cec7429

2023-04-28 06:52:45 UTC (buildkit.dockerfile.v0)

COPY conf.d/ /etc/nginx/conf.d/ # buildkit

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