2020-11-25 17:38:23 UTC
265 MB
50000
AIRFLOW_HOME/opt/airflow
AIRFLOW_UID50000
AIRFLOW_USER_HOME_DIR/home/airflow
AIRFLOW_VERSION1.10.13
AIRFLOW__CORE__LOAD_EXAMPLESfalse
BUILD_ID0
COMMIT_SHA5b61c21ab5c2f16e94967ed60c7e9b8b38d401ef
DEBIAN_FRONTENDnoninteractive
GPG_KEY97FC712E4C024BBEA48A61ED3A5CA953F73C700D
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
PYTHON_BASE_IMAGEpython:3.5-slim-buster
PYTHON_GET_PIP_SHA2566e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.5.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 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat openssh-client postgresql-client rsync sasl2-bin sqlite3 sudo unixodbc
[#000] sha256:d121f8d1c4128ebc1e95e5bfad90a0189b84eadbbb2fbaad20cbb26d20b2c8a2 - 9.74% (25.8 MB)
[#001] sha256:ca572574cc82ba635292c0aba70b719de39faffe7a40a802bb0f8c22663b51ac - 0.99% (2.62 MB)
[#002] sha256:751019d1acdcacab76aa905ae0dd283eb009c54257343d3d70ed05c225922c5d - 3.34% (8.87 MB)
[#003] sha256:ea5b087ab2e75b2112bf78ec39cc5e428b2e9323cae36c930f2f7a174a2b1caf - 0.0% (232 Bytes)
[#004] sha256:f399169f241c97b40b07bb231548b057ba866d0ffe63db8d2cebf615adc69195 - 0.87% (2.3 MB)
[#005] sha256:23b936335b06b24d57a995e5abb2831b9df2045fd5477ddce123a24975849ce9 - 1.75% (4.64 MB)
[#006] sha256:7440ce922eb248486058fa0246f810fb445aaeafd854145c0a713ffc64615d7e - 14.09% (37.4 MB)
[#007] sha256:2a8cf994fedf8302ffe2f97c13e14773c0d8b6f3f3d0390b0fce91695ef88482 - 0.0% (1.4 KB)
[#008] sha256:2388288325eb8f2a032765e765cd3f105dbb5b4423acfe3b9ff71e0fe826d709 - 12.73% (33.8 MB)
[#009] sha256:6b7cd9ad4235cfb8420cf4701f22a2ac98d906ca744b27cc041698c05c5599a6 - 0.01% (19.3 KB)
[#010] sha256:3ba5b703b987b012bea5263f8ba0548bbd4d1353ac5597349fc7cdee4bb8383b - 0.0% (2.21 KB)
[#011] sha256:b96d222520e20ea3bec5497200057c6898fd53ea0d513305fbc374eb0bf4b533 - 56.49% (150 MB)
[#012] sha256:da62003e64beee6748cad037446896bc04038c3d57ef2c3f879d61ea4ae53c6e - 0.0% (1.86 KB)
[#013] sha256:be7f441ebc9892950862bce86c78b391a3b9e5a6c6557f797c851194e31928a7 - 0.0% (861 Bytes)
[#014] sha256:7314b10fe58eb5af12ef562da3813e00c5110c776365972c76b87bcdbed960ff - 0.0% (2.14 KB)
[#015] sha256:6c30f351c1691c482767d1be0c255db97f03bbd46dcd0365089f19fe4e69b735 - 0.0% (508 Bytes)
/bin/sh -c #(nop) ADD file:e7407f2294ad23634565820b9669b18ff2a2ca0212a7ec84b9c89d8550859954 in /
2020-09-10 00:23:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-09-10 16:28:20 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-09-10 16:28:20 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-09-10 16:28:29 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*
2020-09-10 18:32:41 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2020-09-10 18:32:41 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.5.10
2020-09-10 18:42:01 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 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 ha.pool.sks-keyservers.net --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
2020-09-10 18:42:02 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
2020-09-10 18:42:02 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-09-10 18:42:03 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
2020-09-10 18:42:03 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
2020-09-10 18:42:17 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
2020-09-10 18:42:17 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-11-14 13:07:52 UTC/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]
2020-11-15 11:30:27 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID
2020-11-15 11:30:27 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID
2020-11-15 11:30:27 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro.version=buster
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.module=airflow
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.component=airflow
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.image=airflow
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.uid=50000
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.gid=50000
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=python:3.5-slim-buster
2020-11-15 11:30:28 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION
2020-11-25 17:37:48 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_VERSION=1.10.13
2020-11-25 17:37:48 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV 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
2020-11-25 17:37:54 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/*
2020-11-25 17:37:54 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 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat openssh-client postgresql-client rsync sasl2-bin sqlite3 sudo unixodbc
2020-11-25 17:37:54 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 libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release netcat openssh-client postgresql-client rsync sasl2-bin sqlite3 sudo unixodbc
2020-11-25 17:37:54 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_DEPS=
2020-11-25 17:37:54 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV ADDITIONAL_RUNTIME_APT_DEPS=
2020-11-25 17:37:54 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG RUNTIME_APT_COMMAND=echo
2020-11-25 17:37:55 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV RUNTIME_APT_COMMAND=echo
2020-11-25 17:37:55 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_APT_COMMAND=
2020-11-25 17:37:55 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV ADDITIONAL_RUNTIME_APT_COMMAND=
2020-11-25 17:37:55 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_ENV_VARS=
2020-11-25 17:38:07 UTC|3 ADDITIONAL_RUNTIME_ENV_VARS= AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c mkdir -pv /usr/share/man/man1 && mkdir -pv /usr/share/man/man7 && export ${ADDITIONAL_RUNTIME_ENV_VARS?} && 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/*
2020-11-25 17:38:07 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG INSTALL_MYSQL_CLIENT=true
2020-11-25 17:38:07 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV INSTALL_MYSQL_CLIENT=true
2020-11-25 17:38:07 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY dir:afe81c5431b8154b05a11ba485bffed052a9e1a1e2e2beff210637791848e248 in scripts/docker
2020-11-25 17:38:13 UTC|3 ADDITIONAL_RUNTIME_ENV_VARS= AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c ./scripts/docker/install_mysql.sh prod
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_UID=50000
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_GID=50000
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW__CORE__LOAD_EXAMPLES=false
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_USER_HOME_DIR=/home/airflow
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_USER_HOME_DIR=/home/airflow
2020-11-25 17:38:14 UTC|1 ADDITIONAL_RUNTIME_ENV_VARS= /bin/bash -o pipefail -e -u -x -c addgroup --gid "${AIRFLOW_GID}" "airflow" && adduser --quiet "airflow" --uid "${AIRFLOW_UID}" --gid "${AIRFLOW_GID}" --home "${AIRFLOW_USER_HOME_DIR}"
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME
2020-11-25 17:38:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_HOME=/opt/airflow
2020-11-25 17:38:15 UTC|1 ADDITIONAL_RUNTIME_ENV_VARS= /bin/bash -o pipefail -e -u -x -c 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
2020-11-25 17:38:21 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootdir:aa5355b1bab865a7b1a53ab7d945c90f7dfd60e1b769338ff5a352989a865662 in /home/airflow/.local
2020-11-25 17:38:21 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootfile:d0cf0ab4ace011490dbe4e41f77026e866f03fad1f93c58e88cdd695f3b29f77 in /entrypoint
2020-11-25 17:38:21 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootfile:afb781c12c96fb31a66f079b9318f1f108019cbe4b8393b03dbc3296f98b4902 in /clean-logs
2020-11-25 17:38:22 UTC|1 ADDITIONAL_RUNTIME_ENV_VARS= /bin/bash -o pipefail -e -u -x -c chmod a+x /entrypoint /clean-logs
2020-11-25 17:38:23 UTC|1 ADDITIONAL_RUNTIME_ENV_VARS= /bin/bash -o pipefail -e -u -x -c chmod g=u /etc/passwd
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PATH=/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV GUNICORN_CMD_ARGS=--worker-tmp-dir /dev/shm
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) EXPOSE 8080
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) USER 50000
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG BUILD_ID
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV BUILD_ID=0
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG COMMIT_SHA
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV COMMIT_SHA=5b61c21ab5c2f16e94967ed60c7e9b8b38d401ef
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro.version=buster
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.module=airflow
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.component=airflow
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.image=airflow
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.uid=50000
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.gid=50000
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.mainImage.buildId=0
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.mainImage.commitSha=5b61c21ab5c2f16e94967ed60c7e9b8b38d401ef
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2020-11-25 17:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) CMD ["--help"]
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.