Namespace
airbyte
Image / Tag
webapp:0.30.21-alpha-cloud-prod-04ee115
Content Digest
sha256:8e2afb82403825faf2dbbeb90765aeb7a30f7471cc6e6151c6bd626135455407
Details
Created

2021-10-19 09:17:49 UTC

Size

18.1 MB

Content Digest
Labels
  • io.airbyte.git-revision
    41db058eb29deaf2b627c98886312d2ebce679f4
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>

Environment
AIRBYTE_VERSION

0.30.21-alpha

API_URL

https://cloud.airbyte.io/api/v1/

CLOUD

true

CLOUD_API_URL

https://cloud.airbyte.io/cloud/v1/

FIREBASE_API_KEY

AIzaSyCSQR5iSVnlEasFkWP3e8YSNBFDFMGTpNU

FIREBASE_AUTH_DOMAIN

prod-ab-cloud-proj.firebaseapp.com

NGINX_VERSION

1.19.10

NJS_VERSION

0.5.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1

REACT_APP_INTERCOM_APP_ID

nj1oam7s

REACT_APP_SENTRY_DSN

https://88b1ea66629940a9af41136f780a74d9@o1009025.ingest.sentry.io/5973031

REACT_APP_WEBAPP_TAG


Layers

[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 14.81% (2.68 MB)

[#001] sha256:197dc8475a235a55c2e3a7010f2e32e844e96b977148dac2ac7f22291643e026 - 36.89% (6.68 MB)

[#002] sha256:39ea657007e5cc3e9ca7a4e1cca4656768bacb7790f1051fefd61d9296fd7905 - 0.0% (602 Bytes)

[#003] sha256:37afbf7d4c3da506dc21e25593031d20765bbdab2b898f9feb57a58f58f1ff40 - 0.0% (894 Bytes)

[#004] sha256:0c01f42c3df7f7f58211f9d99d7b5b2080a17450af684f2d5c1ef20185ec1fa6 - 0.0% (666 Bytes)

[#005] sha256:d590d87c9181e26b380b05839df84a98cba40da3b8a7f399593bb7e29921c8db - 0.01% (1.36 KB)

[#006] sha256:86ce7607e0c364b7c83b358e934c522910018ce445ea74d2df93fb314e15c8a7 - 0.79% (146 KB)

[#007] sha256:8bf81230afc7a9199a57ac9a7776262202b0ee24af78fb3fd83a0fcdfab659dc - 47.48% (8.6 MB)

[#008] sha256:ab5274f9c8af16ba9e15834b69296d98d8c3bac7267bd5e96d59738e2bd65c3e - 0.0% (196 Bytes)

[#009] sha256:16729eec0f7d4b0e099bbc0f64e526b33e75d67e85992adfac0d9867624cb95d - 0.0% (688 Bytes)

[#010] sha256:cfb5e133bc90c4da2071eaf8a41aeca19258f09cc32b0cd5893dd1315484e272 - 0.0% (869 Bytes)

[#011] sha256:93c3d52e3929e0c42f55920a25a763e36eda838354836f12d4eebac2d7e8737a - 0.0% (340 Bytes)


History
2021-04-14 19:19:39 UTC

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

2021-04-14 19:19:39 UTC

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

2021-04-14 23:14:29 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2021-04-14 23:14:29 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.19.10

2021-04-14 23:14:29 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3

2021-04-14 23:14:29 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1

2021-04-14 23:14:36 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2021-04-14 23:14:36 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-04-14 23:14:37 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-04-14 23:14:37 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-04-14 23:14:37 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-04-14 23:14:37 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-04-14 23:14:37 UTC

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

2021-04-14 23:14:38 UTC

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

2021-04-14 23:14:38 UTC

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

2021-10-19 00:55:19 UTC

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

2021-10-19 00:55:21 UTC

/bin/sh -c #(nop) COPY dir:7500e7b97016323bc9aa2d8f0d8e498e825edee6e2d553bbbdae59e314000fc0 in docs/

2021-10-19 00:55:23 UTC

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

2021-10-19 00:55:26 UTC

/bin/sh -c rm -rf /usr/share/nginx/html/docs

2021-10-19 00:55:27 UTC

/bin/sh -c #(nop) COPY file:f1fb0486f3554102acd8242fc043050ced4e6aaa692480c416cba7011f6c359b in /etc/nginx/templates/default.conf.template

2021-10-19 00:57:53 UTC

/bin/sh -c #(nop) LABEL io.airbyte.git-revision=41db058eb29deaf2b627c98886312d2ebce679f4

2021-10-19 09:17:38 UTC

/bin/sh -c #(nop) COPY file:598ec40334ccd4ea42165b2b7e953d9fd3f0faf66edf22bb96811727bf7378f4 in /etc/nginx/templates/default.conf.template

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) COPY file:96dfa61b4d24565d9fee9515b61bdcbfa606514eb481bd5cc4a3d33197dfec1b in .env

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG AIRBYTE_VERSION

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG CLOUD

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG API_URL

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG CLOUD_API_URL

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG FIREBASE_API_KEY

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG FIREBASE_AUTH_DOMAIN

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG REACT_APP_INTERCOM_APP_ID

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG REACT_APP_SENTRY_DSN

2021-10-19 09:17:39 UTC

/bin/sh -c #(nop) ARG REACT_APP_WEBAPP_TAG

2021-10-19 09:17:40 UTC

/bin/sh -c #(nop) ENV AIRBYTE_VERSION=0.30.21-alpha

2021-10-19 09:17:40 UTC

/bin/sh -c #(nop) ENV CLOUD=true

2021-10-19 09:17:48 UTC

/bin/sh -c #(nop) ENV API_URL=https://cloud.airbyte.io/api/v1/

2021-10-19 09:17:48 UTC

/bin/sh -c #(nop) ENV CLOUD_API_URL=https://cloud.airbyte.io/cloud/v1/

2021-10-19 09:17:49 UTC

/bin/sh -c #(nop) ENV FIREBASE_API_KEY=AIzaSyCSQR5iSVnlEasFkWP3e8YSNBFDFMGTpNU

2021-10-19 09:17:49 UTC

/bin/sh -c #(nop) ENV FIREBASE_AUTH_DOMAIN=prod-ab-cloud-proj.firebaseapp.com

2021-10-19 09:17:49 UTC

/bin/sh -c #(nop) ENV REACT_APP_INTERCOM_APP_ID=nj1oam7s

2021-10-19 09:17:49 UTC

/bin/sh -c #(nop) ENV REACT_APP_SENTRY_DSN=https://88b1ea66629940a9af41136f780a74d9@o1009025.ingest.sentry.io/5973031

2021-10-19 09:17:49 UTC

/bin/sh -c #(nop) ENV REACT_APP_WEBAPP_TAG=

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