2021-06-26 10:50:29 UTC
244 MB
50000
AIRFLOW_HOME/opt/airflow
AIRFLOW_INSTALLATION_METHODapache-airflow
AIRFLOW_PIP_VERSION21.1.2
AIRFLOW_UID50000
AIRFLOW_USER_HOME_DIR/home/airflow
AIRFLOW_VERSION2.1.1rc1
AIRFLOW__CORE__LOAD_EXAMPLESfalse
BUILD_ID0
COMMIT_SHA6d6eae3851de5c5b209a31201d1430a995e525ad
DEBIAN_FRONTENDnoninteractive
GPG_KEY0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
GUNICORN_CMD_ARGS--worker-tmp-dir /dev/shm
INSTALL_MYSQL_CLIENTtrue
LANGC.UTF-8
LANGUAGEC.UTF-8
LC_ALLC.UTF-8
LC_CTYPEC.UTF-8
LC_MESSAGESC.UTF-8
PATH/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_USERtrue
PYTHON_BASE_IMAGEapache/airflow-ci:python3.7-main
PYTHON_GET_PIP_SHA2568890955d56a8262348470a76dc432825f61a84a54e2985a86cd520f656a6e220
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/936e08ce004d0b2fae8952c50f7ccce1bc578ce5/public/get-pip.py
PYTHON_PIP_VERSION21.1.2
PYTHON_VERSION3.7.10
RUNTIME_APT_COMMANDecho
RUNTIME_APT_DEPSapt-transport-https apt-utils ca-certificates curl dumb-init freetds-bin gnupg gosu krb5-user ldap-utils libffi6 libldap-2.4-2 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat openssh-client postgresql-client rsync sasl2-bin sqlite3 sudo unixodbc
[#000] sha256:b4d181a07f8025e00e0cb28f1cc14613da2ce26450b80c54aea537fa93cf3bda - 10.63% (25.9 MB)
[#001] sha256:de8ecf497b753094723ccf9cea8a46076e7cb845f333df99a6f4f397c93c6ea9 - 1.08% (2.64 MB)
[#002] sha256:69b92f9e5e70a800906001b06570f06cbda2d64f399bd5fb01daffec009128f2 - 3.94% (9.6 MB)
[#003] sha256:1f2b8e2c8ad8d8da53c1764dc8420d214479c4e45e222c3e162c104f5af8519c - 0.0% (232 Bytes)
[#004] sha256:d0f4259cb643a4287a007e62668c01ee3a5837ac6040b4311f7b4854b0d4a196 - 1.03% (2.51 MB)
[#005] sha256:feacacd8b50ac275c0366a053c703a0bfcd6f0c5367edff61a99391dd24263c5 - 1.9% (4.64 MB)
[#006] sha256:5e0037cb141440b38cef5804661d9b376ccbf1f7b2626dcf82bb81055fd1eb4e - 15.34% (37.4 MB)
[#007] sha256:bebb529053359aa230837b564ea62c7243eb5530c0c63e9ae5819c5db356c585 - 0.0% (1.88 KB)
[#008] sha256:48a040252c1f906f4b6ff6fada2fb8d58784d198a53b44bf17a12b930f211888 - 9.1% (22.2 MB)
[#009] sha256:a7bf5adf21ddd3f2da1fed812c8786e35e8e9b9920bc07fe7767e25722264fa9 - 56.11% (137 MB)
[#010] sha256:2a4e30fe7da5554e7a470f97a83c7dabab821e28335ceb776828c7101096f3b6 - 0.0% (4.81 KB)
[#011] sha256:e21404228157e2c2e4616ae1cfe6c53bcd14a40deeacb661255f0a39451c7edc - 0.0% (859 Bytes)
[#012] sha256:273cc941a10b89fff2086d43bf135186b019baad5183cbaca849e00cea2dbbc1 - 0.86% (2.08 MB)
[#013] sha256:673579d4e41644ba84e9af5649bce9952e9af8ebe91b9ba1d5899931d98efac6 - 0.0% (1.15 KB)
/bin/sh -c #(nop) ADD file:4903a19c327468b0e08e4f463cfc162c66b85b4618b5803d71365862f6302e0b in /
2021-06-23 00:20:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-06-23 14:43:51 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-06-23 14:43:51 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-06-23 15:21:07 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-06-23 15:38:32 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2021-06-23 15:38:32 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.10
2021-06-23 15:46:33 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-06-23 15:46:34 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-06-23 15:46:35 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.1.2
2021-06-23 15:46:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/936e08ce004d0b2fae8952c50f7ccce1bc578ce5/public/get-pip.py
2021-06-23 15:46:35 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=8890955d56a8262348470a76dc432825f61a84a54e2985a86cd520f656a6e220
2021-06-23 15:46:47 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-06-23 15:46:47 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-06-24 10:07:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/apache/airflow
2021-06-24 10:07:54 UTC/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]
2021-06-24 10:22:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID
2021-06-24 10:22:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID
2021-06-24 10:22:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian org.apache.airflow.distro.version=buster org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow org.apache.airflow.uid=50000 org.apache.airflow.gid=50000
2021-06-24 10:22:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE
2021-06-24 10:22:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_PIP_VERSION
2021-06-24 10:22:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION
2021-06-26 10:49:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=apache/airflow-ci:python3.7-main AIRFLOW_VERSION=2.1.1rc1 DEBIAN_FRONTEND=noninteractive LANGUAGE=C.UTF-8 LANG=C.UTF-8 LC_ALL=C.UTF-8 LC_CTYPE=C.UTF-8 LC_MESSAGES=C.UTF-8 AIRFLOW_PIP_VERSION=21.1.2
2021-06-26 10:49:56 UTC|2 AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c apt-get update && apt-get install -y --no-install-recommends curl gnupg2 && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
2021-06-26 10:49:56 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG RUNTIME_APT_DEPS= apt-transport-https apt-utils ca-certificates curl dumb-init freetds-bin gnupg gosu krb5-user ldap-utils libffi6 libldap-2.4-2 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat openssh-client postgresql-client rsync sasl2-bin sqlite3 sudo unixodbc
2021-06-26 10:49:56 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_DEPS=
2021-06-26 10:49:56 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG RUNTIME_APT_COMMAND=echo
2021-06-26 10:49:56 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_COMMAND=
2021-06-26 10:49:56 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_ENV=
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG INSTALL_MYSQL_CLIENT=true
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_USER_HOME_DIR=/home/airflow
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG BUILD_ID
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG COMMIT_SHA
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_IMAGE_DATE_CREATED
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PIP_USER=true
2021-06-26 10:49:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV RUNTIME_APT_DEPS= apt-transport-https apt-utils ca-certificates curl dumb-init freetds-bin gnupg gosu krb5-user ldap-utils libffi6 libldap-2.4-2 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat openssh-client postgresql-client rsync sasl2-bin sqlite3 sudo unixodbc ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= INSTALL_MYSQL_CLIENT=true AIRFLOW_UID=50000 AIRFLOW_GID=50000 AIRFLOW__CORE__LOAD_EXAMPLES=false AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow PATH=/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GUNICORN_CMD_ARGS=--worker-tmp-dir /dev/shm AIRFLOW_INSTALLATION_METHOD=apache-airflow BUILD_ID=0 COMMIT_SHA=6d6eae3851de5c5b209a31201d1430a995e525ad PIP_USER=true
2021-06-26 10:50:12 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-06-26T10:49:23Z AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow /bin/bash -o pipefail -e -u -x -c mkdir -pv /usr/share/man/man1 && mkdir -pv /usr/share/man/man7 && export ${ADDITIONAL_RUNTIME_APT_ENV?} && bash -o pipefail -e -u -x -c "${RUNTIME_APT_COMMAND}" && bash -o pipefail -e -u -x -c "${ADDITIONAL_RUNTIME_APT_COMMAND}" && apt-get update && apt-get install -y --no-install-recommends ${RUNTIME_APT_DEPS} ${ADDITIONAL_RUNTIME_APT_DEPS} && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
2021-06-26 10:50:12 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY multi:744ffd223b25ec0d420faf15fa68f60171d263d8b8c4c1a80a25620fc724ecbc in /scripts/docker/
2021-06-26 10:50:18 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-06-26T10:49:23Z AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow /bin/bash -o pipefail -e -u -x -c chmod a+x /scripts/docker/install_mysql.sh && /scripts/docker/install_mysql.sh prod && addgroup --gid "${AIRFLOW_GID}" "airflow" && adduser --quiet "airflow" --uid "${AIRFLOW_UID}" --gid "${AIRFLOW_GID}" --home "${AIRFLOW_USER_HOME_DIR}" && mkdir -pv "${AIRFLOW_HOME}"; mkdir -pv "${AIRFLOW_HOME}/dags"; mkdir -pv "${AIRFLOW_HOME}/logs"; chown -R "airflow:root" "${AIRFLOW_USER_HOME_DIR}" "${AIRFLOW_HOME}"; find "${AIRFLOW_HOME}" -executable -print0 | xargs --null chmod g+x && find "${AIRFLOW_HOME}" -print0 | xargs --null chmod g+rw
2021-06-26 10:50:25 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootdir:70e5ab0ce69471391dc74b621c98dd5f0f5ac9e93c8574eb19003d83a9ea0126 in /home/airflow/.local
2021-06-26 10:50:26 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootfile:40fd3b50ef3aece7c74d83b17558b2c9bcafda91bc5e211e294a114709d2ef76 in /entrypoint
2021-06-26 10:50:26 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootfile:afb781c12c96fb31a66f079b9318f1f108019cbe4b8393b03dbc3296f98b4902 in /clean-logs
2021-06-26 10:50:28 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-06-26T10:49:23Z AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow /bin/bash -o pipefail -e -u -x -c chmod a+x /entrypoint /clean-logs && chmod g=u /etc/passwd && bash /scripts/docker/install_pip_version.sh
2021-06-26 10:50:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow
2021-06-26 10:50:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) EXPOSE 8080
2021-06-26 10:50:29 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-06-26T10:49:23Z AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow /bin/bash -o pipefail -e -u -x -c usermod -g 0 airflow -G ${AIRFLOW_GID}
2021-06-26 10:50:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) USER 50000
2021-06-26 10:50:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian org.apache.airflow.distro.version=buster org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow org.apache.airflow.version=2.1.1rc1 org.apache.airflow.uid=50000 org.apache.airflow.gid=50000 org.apache.airflow.main-image.build-id=0 org.apache.airflow.main-image.commit-sha=6d6eae3851de5c5b209a31201d1430a995e525ad org.opencontainers.image.source=https://github.com/apache/airflow org.opencontainers.image.created=2021-06-26T10:49:23Z org.opencontainers.image.authors=dev@airflow.apache.org org.opencontainers.image.url=https://airflow.apache.org org.opencontainers.image.documentation=https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html org.opencontainers.image.source=https://github.com/apache/airflow org.opencontainers.image.version=2.1.1rc1 org.opencontainers.image.revision=6d6eae3851de5c5b209a31201d1430a995e525ad org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=airflow org.opencontainers.image.title=Production Airflow Image org.opencontainers.image.description=Installed Apache Airflow
2021-06-26 10:50:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2021-06-26 10:50:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) CMD []
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.