2020-08-26 14:26:16 UTC
206 MB
50000
AIRFLOW_HOME/opt/airflow
AIRFLOW_UID50000
AIRFLOW_USER_HOME_DIR/home/airflow
AIRFLOW_VERSION1.10.12
AIRFLOW__CORE__LOAD_EXAMPLESfalse
DEBIAN_FRONTENDnoninteractive
GPG_KEY97FC712E4C024BBEA48A61ED3A5CA953F73C700D
GUNICORN_CMD_ARGS--worker-tmp-dir /dev/shm
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.5-slim-buster
PYTHON_GET_PIP_SHA256d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
PYTHON_PIP_VERSION20.2.2
PYTHON_VERSION3.5.9
[#000] sha256:bf59529304463f62efa7179fa1a32718a611528cc4ce9f30c0d1bbc6724ec3fb - 12.55% (25.8 MB)
[#001] sha256:385bb58d08e62a5f1ce007200cd30794be92530c300519417607392423a316df - 1.27% (2.62 MB)
[#002] sha256:3c41aacaa274a81aeb19f97d931142a02da2a9070fd61c2ef45c858a9139c6eb - 4.31% (8.87 MB)
[#003] sha256:2bc3404fb046fdbe5c1a09372bd783349f131efc82b2264e9e8c33cbca477217 - 0.0% (231 Bytes)
[#004] sha256:8bfb72ab969799276c1008d6a97b30bdd08405f0d888d167f707773ef4fec305 - 1.12% (2.3 MB)
[#005] sha256:c608bfaaba9ad0335a8097080bd064d2737242a7c225c9d84a9ade4ac2fb8788 - 20.27% (41.7 MB)
[#006] sha256:cf86077e17a725b3d49df8c8009b9873790c6c6beb44bc0b51a0565768303bd2 - 16.47% (33.9 MB)
[#007] sha256:b83f9bc9a4ca22fa7b8f4cf7eb94a0143412aa408f613e7b1a33936aaa44581b - 2.26% (4.66 MB)
[#008] sha256:5366af6fdf07adadb9afeabe8b2e6cdd27531a592967e23d276d8134292178d8 - 0.01% (19.3 KB)
[#009] sha256:ba42c07f49761636270a35704afd0bf38fd734800fb1c77c8fdc507aeccd590e - 0.0% (2.21 KB)
[#010] sha256:49b5f4f8296b9b4e5983ba405944d0f2ad59ec41609b55f78ed869a74fa4d632 - 41.73% (85.9 MB)
[#011] sha256:e7fdef2eb2a68b108a1e6370541ffde1bd60b655ee043e8700205c5d43c88b2e - 0.0% (1.65 KB)
[#012] sha256:7f2013191d90a658de5fe8b29f037811d5530ef0f11b5e35c5fca4051550e358 - 0.0% (852 Bytes)
[#013] sha256:9ee811b737a4599fb9c5432e52b7d6f1c0e413521d127f4343ad93e78a3c1bcd - 0.0% (181 Bytes)
[#014] sha256:9b79e33c515d25d9324e76d0978ac0cdf589daffe771ddb0d6552d5af7e1da10 - 0.0% (1.93 KB)
[#015] sha256:f873469dac27584ee2199f24248768a567a005393f11e7d0f2c29c8123048c20 - 0.0% (508 Bytes)
/bin/sh -c #(nop) ADD file:3af3091e7d2bb40bc1e6550eb5ea290badc6bbf3339105626f245a963cc11450 in /
2020-08-04 15:42:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-08-04 15:53:44 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-08-04 15:53:44 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-08-04 15:53:51 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*
2020-08-04 17:10:43 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2020-08-04 17:10:43 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.5.9
2020-08-04 17:19:02 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-08-04 17:19:03 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-08-11 20:40:25 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.2
2020-08-11 20:40:25 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
2020-08-11 20:40:25 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
2020-08-11 20:40:39 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-08-11 20:40:39 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-08-26 14:22:47 UTC/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]
2020-08-26 14:25:41 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID
2020-08-26 14:25:41 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID
2020-08-26 14:25:41 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian
2020-08-26 14:25:41 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro.version=buster
2020-08-26 14:25:41 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.module=airflow
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.component=airflow
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.image=airflow
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.uid=50000
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.gid=50000
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=python:3.5-slim-buster
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_VERSION=1.10.12
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG ADDITIONAL_RUNTIME_DEPS=
2020-08-26 14:25:42 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV ADDITIONAL_RUNTIME_DEPS=
2020-08-26 14:25:42 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-08-26 14:25:56 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 ${ADDITIONAL_RUNTIME_DEPS} && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
2020-08-26 14:26:04 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-08-26 14:26:04 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG PIP_VERSION
2020-08-26 14:26:04 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV PIP_VERSION=19.0.2
2020-08-26 14:26:08 UTC|2 AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c pip install --upgrade pip==${PIP_VERSION}
2020-08-26 14:26:08 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_UID=50000
2020-08-26 14:26:08 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_GID=50000
2020-08-26 14:26:08 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW__CORE__LOAD_EXAMPLES=false
2020-08-26 14:26:08 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_USER_HOME_DIR=/home/airflow
2020-08-26 14:26:08 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_USER_HOME_DIR=/home/airflow
2020-08-26 14:26:09 UTC/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-08-26 14:26:09 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME
2020-08-26 14:26:09 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_HOME=/opt/airflow
2020-08-26 14:26:10 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: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-08-26 14:26:14 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootdir:329fb97612c65c7c85f45d52ec5085207fd18f493e16adb98f67695dae473099 in /home/airflow/.local
2020-08-26 14:26:15 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY file:aaa532e95fa2c3e4f9d0c14a6f51833acbcdfc1f3392366f75ec1f6a76d39188 in /entrypoint
2020-08-26 14:26:15 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY file:6a02902af318a9dbcd29d770e3ae81de06c08552a2da529c1f62682c78a444ac in /clean-logs
2020-08-26 14:26:15 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ARG EMBEDDED_DAGS=empty
2020-08-26 14:26:15 UTC/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:rootdir:d6cbc8ad8b0d769efd7a893a6e5ca9685ae019fae55a9d4b4c306c9ee30afc19 in /opt/airflow/dags/
2020-08-26 14:26:16 UTC|1 EMBEDDED_DAGS=empty /bin/bash -o pipefail -e -u -x -c chmod a+x /entrypoint /clean-logs
2020-08-26 14:26:16 UTC|1 EMBEDDED_DAGS=empty /bin/bash -o pipefail -e -u -x -c chmod g=u /etc/passwd
2020-08-26 14:26:16 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-08-26 14:26:16 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENV GUNICORN_CMD_ARGS=--worker-tmp-dir /dev/shm
2020-08-26 14:26:16 UTC/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow
2020-08-26 14:26:16 UTC/bin/bash -o pipefail -e -u -x -c #(nop) EXPOSE 8080
2020-08-26 14:26:16 UTC/bin/bash -o pipefail -e -u -x -c #(nop) USER 50000
2020-08-26 14:26:16 UTC/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2020-08-26 14:26:16 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.