2020-06-06 18:45:00 UTC
213 MB
50000
AIRFLOW_HOME/opt/airflow
AIRFLOW_UID50000
AIRFLOW_VERSION1.10.10
AIRFLOW__CORE__LOAD_EXAMPLESfalse
DEBIAN_FRONTENDnoninteractive
GPG_KEY0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
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_VERSION19.0.2
PYTHON_BASE_IMAGEpython:3.6-slim-buster
PYTHON_GET_PIP_SHA256b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
PYTHON_PIP_VERSION20.1.1
PYTHON_VERSION3.6.10
[#000] sha256:afb6ec6fdc1c3ba04f7a56db32c5ff5ff38962dc4cd0ffdef5beaa0ce2eb77e2 - 12.14% (25.8 MB)
[#001] sha256:2cf47e503ea90fb83d7f185a9a929560b5d9f75ae715bf6eb1aaaeaa3f06bc40 - 1.23% (2.62 MB)
[#002] sha256:9c34fc54941bf5ad3e78d60cdfe7475be5d0ae14a8615c57c38c7c6ff0bca027 - 8.61% (18.3 MB)
[#003] sha256:10f0f49e307bcab203b6936b5680b053358eec3eaa3d2732bab6f69dc6c9ac91 - 0.0% (234 Bytes)
[#004] sha256:37894e1582567e2921c921036c26f0bfd7ed4e295ef19e54a1b7f03e9e47a369 - 0.99% (2.12 MB)
[#005] sha256:ace899c25a0247f688750d4310addd90684edcc0e0801716f7f89a2c778166ca - 19.59% (41.7 MB)
[#006] sha256:86336036dc1b81d722475001c8b911667067335d2c13850dbede31f4275a5d4c - 15.92% (33.9 MB)
[#007] sha256:41e84f811fdce042c7f867f5ac12b6415db42e7bf3ac246ef0f35deedbb702c8 - 2.15% (4.57 MB)
[#008] sha256:f319b0313aa888c73be591666e5c71db26b39fb0fdbd77f060f38ed03b921d9f - 0.01% (19.3 KB)
[#009] sha256:b9ed1dcafb1ce21e42b607cdf6b737d5c14588bbae8a693643e68b78c7c77883 - 0.0% (196 Bytes)
[#010] sha256:d7132268b8d1b26ea445b89cee51ed4b67942fba59c9ee485ccf8d10c790743c - 39.36% (83.8 MB)
[#011] sha256:926f78bf7390513152359c5ff754c1628c1c48de2a323e6a571c82d735674d91 - 0.0% (1.56 KB)
[#012] sha256:cd1397a4cb0ae2868cd0137ea2ada2deb2ba0e6adfdec122c7235494a6bd3a84 - 0.0% (857 Bytes)
[#013] sha256:79ddd99a4dd42684aa9995699431c548abc8496ea8393091eb1c214e8c490b8a - 0.0% (1.84 KB)
/bin/sh -c #(nop) ADD file:7780c81c33e6cc5b6261af4a6c611cce0f39dec3131009bb297e65f12020c150 in /
2020-05-15 06:28:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-05-15 11:17:32 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-05-15 11:17:32 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-05-15 11:17:39 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*
2020-05-15 11:29:24 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-05-15 11:48:54 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-05-20 21:56:08 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 && 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/* && 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 -rf /usr/src/python && python3 --version
2020-05-20 21:56:09 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-05-20 21:56:09 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.1.1
2020-05-20 21:56:09 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
2020-05-20 21:56:09 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
2020-05-20 21:56:22 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-05-20 21:56:22 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-06-05 12:39:15 UTC/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro.version=buster
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.module=airflow
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.component=airflow
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.image=airflow
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.uid=50000
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.gid=50000
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=python:3.6-slim-buster
2020-06-06 14:35:01 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION
2020-06-06 18:44:24 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_VERSION=1.10.10
2020-06-06 18:44:24 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-06-06 18:44:37 UTC|2 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 && apt-get update && apt-get install -y --no-install-recommends 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 && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
2020-06-06 18:44:47 UTC|2 AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c KEY="A4A9406876FCBD3C456770C88C718D3B5072E1F5" && GNUPGHOME="$(mktemp -d)" && export GNUPGHOME && for KEYSERVER in $(shuf -e ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu) ; do gpg --keyserver "${KEYSERVER}" --recv-keys "${KEY}" && break || true ; done && gpg --export "${KEY}" | apt-key add - && gpgconf --kill all rm -rf "${GNUPGHOME}"; apt-key list > /dev/null && echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-5.7" | tee -a /etc/apt/sources.list.d/mysql.list && apt-get update && apt-get install --no-install-recommends -y libmysqlclient20 mysql-client && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
2020-06-06 18:44:47 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PIP_VERSION
2020-06-06 18:44:47 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PIP_VERSION=19.0.2
2020-06-06 18:44:51 UTC|2 AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c pip install --upgrade pip==${PIP_VERSION}
2020-06-06 18:44:51 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_UID=50000
2020-06-06 18:44:51 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_GID=50000
2020-06-06 18:44:52 UTC/bin/bash -o pipefail -e -u -x -c addgroup --gid "${AIRFLOW_GID}" "airflow" && adduser --quiet "airflow" --uid "${AIRFLOW_UID}" --ingroup "airflow" --home /home/airflow
2020-06-06 18:44:52 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME
2020-06-06 18:44:52 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_HOME=/opt/airflow
2020-06-06 18:44:53 UTC/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" "${AIRFLOW_HOME}"
2020-06-06 18:44:58 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:airflowdir:d93fc10fb99c32868c4d1f360eee51923f9e55220ab2bf5ffa34d971cd06bf22 in /home/airflow/.local
2020-06-06 18:44:58 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY file:6549d813a9f8dbac30e5a8f10e1edaab341937572d8a2ecbc87a5ddf46dbd1bf in /entrypoint
2020-06-06 18:44:59 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY file:6a02902af318a9dbcd29d770e3ae81de06c08552a2da529c1f62682c78a444ac in /clean-logs
2020-06-06 18:44:59 UTC/bin/bash -o pipefail -e -u -x -c chmod a+x /entrypoint /clean-logs
2020-06-06 18:45:00 UTC/bin/bash -o pipefail -e -u -x -c #(nop) USER airflow
2020-06-06 18:45:00 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-06-06 18:45:00 UTC/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow
2020-06-06 18:45:00 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW__CORE__LOAD_EXAMPLES=false
2020-06-06 18:45:00 UTC/bin/bash -o pipefail -e -u -x -c #(nop) EXPOSE 8080
2020-06-06 18:45:00 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2020-06-06 18:45:00 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.