2020-04-10 08:52:36 UTC
222 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_SHA256421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
PYTHON_PIP_VERSION20.0.2
PYTHON_VERSION3.6.10
[#000] sha256:c499e6d256d6d4a546f1c141e04b5b4951983ba7581e39deaf5cc595289ee70f - 11.64% (25.8 MB)
[#001] sha256:62b0f1bf79191d5c123146cf4ba34a1ac97d4a68fd55d33316b3e05f5598b73d - 1.18% (2.62 MB)
[#002] sha256:fcd8fd2c141484e8fbf590c24b91fcb91f420b15da5ed2f7e3a35f690abe2170 - 11.4% (25.3 MB)
[#003] sha256:50907ff9d05dd781fa6b5f4dfd99de17ad9a7126c0105543299317b94573a27c - 0.0% (233 Bytes)
[#004] sha256:a84950f395082211ee4f8f5a480be129b403c3c3305eaf0613787e8e199fe697 - 0.94% (2.08 MB)
[#005] sha256:2cfc17dfb1e4a44dd2c7fe18a9fb907377861ed22152f316fe6bd573b0521fea - 18.8% (41.7 MB)
[#006] sha256:40d9fd69f2990fb72eb83c4234a9fdc0307777111079b406a9144b5cec306c39 - 16.03% (35.6 MB)
[#007] sha256:575a90dc441812a9710a528a1b1fdec65b8b5ba7602ad71374f3975da0762e98 - 2.07% (4.59 MB)
[#008] sha256:b2d0414a4eae0f60910b0b7942ca7dfb90d3a577386872adf08ed61294002d15 - 0.01% (19.3 KB)
[#009] sha256:4337a8e826e8e0d792177ae7b5c20e824758f5595f79fcc7ebf1e6ca21230fe5 - 0.0% (181 Bytes)
[#010] sha256:e34710f157f2ed503e5c5d7caf15067063069e70d11b63fda88e2da60f62a9e2 - 37.94% (84.2 MB)
[#011] sha256:a1cca25420863bc49c5592ddb527af053a4d2f6a3509a8c15d8a27ed1beb0c00 - 0.0% (1.53 KB)
/bin/sh -c #(nop) ADD file:d1f1b387a158136fb0f8096c8a8ecf5fc146be4e85c1c3c345d44c927692723a in /
2020-03-31 01:21:01 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-03-31 15:25:13 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-03-31 15:25:14 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-03-31 15:25:21 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*
2020-03-31 15:48:19 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-03-31 16:26:50 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-03-31 16:34: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 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)" 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-03-31 16:34: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
2020-03-31 16:34:34 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2
2020-03-31 16:34:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py
2020-03-31 16:34:34 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e
2020-03-31 16:34: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
2020-03-31 16:34:47 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-04-02 16:34:58 UTC/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro.version=buster
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.module=airflow
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.component=airflow
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.image=airflow
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.uid=50000
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.gid=50000
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=python:3.6-slim-buster
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION
2020-04-02 16:37:53 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_VERSION=1.10.10
2020-04-02 16:37:54 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-04-02 16:38:11 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-04-02 16:38:23 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-04-02 16:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PIP_VERSION
2020-04-02 16:38:23 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PIP_VERSION=19.0.2
2020-04-02 16:38:27 UTC|2 AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c pip install --upgrade pip==${PIP_VERSION}
2020-04-02 16:38:27 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_UID=50000
2020-04-02 16:38:27 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_GID=50000
2020-04-02 16:38:29 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-04-02 16:38:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME
2020-04-02 16:38:29 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_HOME=/opt/airflow
2020-04-02 16:38:30 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-04-10 08:43:22 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:airflowdir:1763998bf1a9d8bb5f7e31ccdad3d19e6c147415540a9af4cd1d3d4258fc2872 in /home/airflow/.local
2020-04-10 08:52:35 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:airflowfile:24ba3d683e70ccb0e5a84aee0b5baef2917935912495165eb5928155f0f04891 in /entrypoint
2020-04-10 08:52:35 UTC/bin/bash -o pipefail -e -u -x -c #(nop) USER airflow
2020-04-10 08:52:35 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-04-10 08:52:36 UTC/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow
2020-04-10 08:52:36 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW__CORE__LOAD_EXAMPLES=false
2020-04-10 08:52:36 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2020-04-10 08:52:36 UTC/bin/bash -o pipefail -e -u -x -c #(nop) CMD ["airflow" "--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.