2021-07-10 21:33:31 UTC
246 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.2rc1
AIRFLOW__CORE__LOAD_EXAMPLESfalse
BUILD_ID0
COMMIT_SHAd25854dd413aa68ea70fb1ade7fe01425f456192
DEBIAN_FRONTENDnoninteractive
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
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.9-v2-1-test
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.8.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:69692152171afee1fd341febc390747cfca2ff302f2881d8b394e786af605696 - 10.52% (25.9 MB)
[#001] sha256:66a3c154490aa1f5ce65f9ce452f5f38176c3f111ed0db0ea1dae8b49cbd7395 - 1.07% (2.64 MB)
[#002] sha256:3e35bdfb65b21f9c8c09ff302524ad3beb876ce49357162d742dccdbb228df9e - 4.16% (10.2 MB)
[#003] sha256:f2c4c435507305290e1abbb5f643bc7e8c7a1c1002d4dec6df88afd21a99299f - 0.0% (233 Bytes)
[#004] sha256:65d67526c337aec6f9d91bf6311b1804dad18d7abf983b32335403a7ce0b4b0e - 1.02% (2.51 MB)
[#005] sha256:85aa94dd152ff35e256d8685f337169cd5fdc6c1076b7f42cc40f29b44564880 - 1.88% (4.64 MB)
[#006] sha256:4baf47867a1b1ddadf80209176168c1180d19a83890575cf9d7e30872abe9a75 - 15.19% (37.4 MB)
[#007] sha256:2707e6884db0c421d205e04b30dbee08fb655a06445d34947c86a11fd8eff6bd - 0.0% (1.87 KB)
[#008] sha256:a926320795b3453a1a9c58dd588b7e667e336508e9a15ce577a14dafa2aaade2 - 9.01% (22.2 MB)
[#009] sha256:72a418f06b16cf43c1647005a75375732fa303a9d4d3133e124d8d18b09ca930 - 56.27% (138 MB)
[#010] sha256:d39e9b9e9a22b349259831235156b066c93df3ce208ec6950e9b2b3d770005c1 - 0.0% (4.8 KB)
[#011] sha256:ee273385b21e40d33c9a5e8ed3b66112cded0f68c3bd181232d7a931cdd96e92 - 0.0% (858 Bytes)
[#012] sha256:56021e56ef82b437688f7b1b6a244c12ee080156aa4df48ff5dd002e8bb3531a - 0.87% (2.14 MB)
[#013] sha256:d4a1673a8acf7d973433537c6d77fb5dacde62cd82edd0efd8ea56ece71eebe8 - 0.0% (1.15 KB)
/bin/sh -c #(nop) ADD file:7362e0e50f30ff45463ea38bb265cb8f6b7cd422eb2d09de7384efa0b59614be in /
2021-05-12 01:21:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-05-12 15:05:32 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-05-12 15:05:32 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-05-12 15:48:35 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-05-12 15:48:35 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-05-12 15:48:36 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.10
2021-05-12 15:57:56 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" && 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-05-12 15:57:57 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-05-24 19:34:11 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.1.2
2021-05-24 19:34:11 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/936e08ce004d0b2fae8952c50f7ccce1bc578ce5/public/get-pip.py
2021-05-24 19:34:12 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=8890955d56a8262348470a76dc432825f61a84a54e2985a86cd520f656a6e220
2021-05-24 19:34:23 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-05-24 19:34:23 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-05-27 12:50:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/apache/airflow
2021-07-02 19:56:05 UTC/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]
2021-07-02 19:59:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID
2021-07-02 19:59:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID
2021-07-02 19:59:39 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-07-02 19:59:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE
2021-07-02 19:59:40 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_PIP_VERSION
2021-07-02 19:59:40 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION
2021-07-10 21:32:21 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=apache/airflow-ci:python3.9-v2-1-test AIRFLOW_VERSION=2.1.2rc1 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-07-10 21:32:30 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-07-10 21:32:30 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-07-10 21:32:32 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_DEPS=
2021-07-10 21:32:33 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG RUNTIME_APT_COMMAND=echo
2021-07-10 21:32:34 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_COMMAND=
2021-07-10 21:32:35 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_ENV=
2021-07-10 21:32:37 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG INSTALL_MYSQL_CLIENT=true
2021-07-10 21:32:38 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_USER_HOME_DIR=/home/airflow
2021-07-10 21:32:38 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME
2021-07-10 21:32:38 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow
2021-07-10 21:32:38 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG BUILD_ID
2021-07-10 21:32:38 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG COMMIT_SHA
2021-07-10 21:32:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow
2021-07-10 21:32:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_IMAGE_DATE_CREATED
2021-07-10 21:32:39 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PIP_USER=true
2021-07-10 21:32:39 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=d25854dd413aa68ea70fb1ade7fe01425f456192 PIP_USER=true
2021-07-10 21:32:57 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-07-10T21:32:18Z 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-07-10 21:32:57 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY multi:744ffd223b25ec0d420faf15fa68f60171d263d8b8c4c1a80a25620fc724ecbc in /scripts/docker/
2021-07-10 21:33:08 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-07-10T21:32:18Z 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-07-10 21:33:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootdir:3f02dbb6d77f3cce921b016bd1f35240c1a587d3829cb52ca8115d06c37fbf24 in /home/airflow/.local
2021-07-10 21:33:24 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootfile:40fd3b50ef3aece7c74d83b17558b2c9bcafda91bc5e211e294a114709d2ef76 in /entrypoint
2021-07-10 21:33:24 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootfile:afb781c12c96fb31a66f079b9318f1f108019cbe4b8393b03dbc3296f98b4902 in /clean-logs
2021-07-10 21:33:27 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-07-10T21:32:18Z 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-07-10 21:33:27 UTC/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow
2021-07-10 21:33:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) EXPOSE 8080
2021-07-10 21:33:31 UTC|3 ADDITIONAL_RUNTIME_APT_ENV= AIRFLOW_IMAGE_DATE_CREATED=2021-07-10T21:32:18Z AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow /bin/bash -o pipefail -e -u -x -c usermod -g 0 airflow -G ${AIRFLOW_GID}
2021-07-10 21:33:31 UTC/bin/bash -o pipefail -e -u -x -c #(nop) USER 50000
2021-07-10 21:33:31 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.2rc1 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=d25854dd413aa68ea70fb1ade7fe01425f456192 org.opencontainers.image.source=https://github.com/apache/airflow org.opencontainers.image.created=2021-07-10T21:32:18Z 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.2rc1 org.opencontainers.image.revision=d25854dd413aa68ea70fb1ade7fe01425f456192 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-07-10 21:33:31 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2021-07-10 21:33:31 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.