Namespace
apitable
Image / Tag
openresty:v1.10.0-beta.3_1997
Content Digest
sha256:2dbc61cdcb794f62283516f480ae2d7af6626180b4f4686b969abbaa6f873687
Details
Created

2024-05-07 04:55:19 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

v1.10.0-beta.3+1997.8979807966.e37c60c2ec38ae50c35f9355e6b72ad983402752


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:eff78942d27974b94d9435cf6d507f6da5937a497d68531df5f0b71c6c8a7782 - 0.01% (2.3 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/*

2024-05-07 04:55:19 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2024-05-07 04:55:19 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v1.10.0-beta.3+1997.8979807966.e37c60c2ec38ae50c35f9355e6b72ad983402752

2024-05-07 04:55:19 UTC (buildkit.dockerfile.v0)

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

Details
Created

2024-05-07 04:55:19 UTC

Size

43 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/arm64/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-aarch64
  • 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

v1.10.0-beta.3+1997.8979807966.e37c60c2ec38ae50c35f9355e6b72ad983402752


Layers

[#000] sha256:cc457132e077d684a6cecad3331c35341d814c5d364f3cf24d698a6d8e76d0e7 - 57.49% (24.7 MB)

[#001] sha256:b6b3f955a2cfd083c45c031969a3a548ec5ef3def36d3311cdc0049433d529d7 - 14.4% (6.19 MB)

[#002] sha256:88fe3febcb20cf848dcaef1948712f69dadec05bbf054b5e3aff317ee7f26384 - 0.0% (1.33 KB)

[#003] sha256:86aa8726383d642aed2be758d5b7166ee197901df26886a90305433795eeb4c9 - 0.0% (832 Bytes)

[#004] sha256:708e753b12c342dea0dfd7928a0ec4ea651483cc6087277a01607f9ada960176 - 28.1% (12.1 MB)

[#005] sha256:73f42b939f470434e1e4028e5c9a826e9f13d8bb46b79229bec9f15ba09fe05b - 0.01% (2.3 KB)


History
2022-11-15 01:41:34 UTC

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

2022-11-15 01:41:34 UTC

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

2022-11-30 11:11:26 UTC

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

2022-11-30 11:11:27 UTC

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

2022-11-30 11:11:28 UTC

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

2022-11-30 11:11:29 UTC

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

2022-11-30 11:11:30 UTC

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

2022-11-30 11:11:31 UTC

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

2022-11-30 11:11:32 UTC

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

2022-11-30 11:11:33 UTC

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

2022-11-30 11:11:34 UTC

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

2022-11-30 11:11:35 UTC

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

2022-11-30 11:11:36 UTC

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

2022-11-30 11:11:37 UTC

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

2022-11-30 11:11:38 UTC

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

2022-11-30 11:11:57 UTC

|6 RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg RESTY_APT_REPO=https://openresty.org/package/arm64/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:58 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:12:00 UTC

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

2022-11-30 11:12:01 UTC

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

2022-11-30 11:12:01 UTC

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

2022-11-30 11:12:02 UTC

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

2022-11-30 11:21:09 UTC

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

2022-11-30 11:21:10 UTC

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

2022-11-30 11:21:11 UTC

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

2022-11-30 11:21:12 UTC

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

2022-11-30 11:21:13 UTC

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

2022-11-30 11:21:14 UTC

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

2022-11-30 11:21:15 UTC

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

2022-11-30 11:21:16 UTC

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

2022-11-30 11:21:17 UTC

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

2022-11-30 11:21:23 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-aarch64 /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/*

2024-05-07 04:55:19 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2024-05-07 04:55:19 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v1.10.0-beta.3+1997.8979807966.e37c60c2ec38ae50c35f9355e6b72ad983402752

2024-05-07 04:55:19 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