Namespace
apache
Image / Tag
airflow:1.10.10-2-python2.7
Content Digest
sha256:261ec3b909b1b64118b75ce37cca4df1350274470974518536b8e56091983766
Details
Created

2020-06-06 18:39:25 UTC

Size

212 MB

Content Digest
Labels
  • org.apache.airflow.component
    airflow
  • org.apache.airflow.distro
    debian
  • org.apache.airflow.distro.version
    buster
  • org.apache.airflow.gid
    50000
  • org.apache.airflow.image
    airflow
  • org.apache.airflow.module
    airflow
  • org.apache.airflow.uid
    50000

Environment
AIRFLOW_GID

50000

AIRFLOW_HOME

/opt/airflow

AIRFLOW_UID

50000

AIRFLOW_VERSION

1.10.10

AIRFLOW__CORE__LOAD_EXAMPLES

false

DEBIAN_FRONTEND

noninteractive

GPG_KEY

C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

LANG

C.UTF-8

LANGUAGE

C.UTF-8

LC_ALL

C.UTF-8

LC_CTYPE

C.UTF-8

LC_MESSAGES

C.UTF-8

PATH

/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PIP_VERSION

19.0.2

PYTHONIOENCODING

UTF-8

PYTHON_BASE_IMAGE

python:2.7-slim-buster

PYTHON_GET_PIP_SHA256

421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py

PYTHON_PIP_VERSION

20.0.2

PYTHON_VERSION

2.7.18


Layers

[#000] sha256:123275d6e508d282237a22fefa5aef822b719a06496444ea89efa65da523fc4b - 12.2% (25.8 MB)

[#001] sha256:dd1cd66375238ded36eeaea07567a1997f7fd76611a517119ec39fee9b9e887f - 1.24% (2.62 MB)

[#002] sha256:0c4e6d630f2cb5403efb04352c40ed72f1884355253a0cc15486c4e6ca998111 - 8.85% (18.7 MB)

[#003] sha256:13e9cd8f0ea14403e44c745ea5212658b6600021f6beb6fc484f2570db89b143 - 0.98% (2.08 MB)

[#004] sha256:a0de68dc007e10250c25503abfc03df4f85f72a76f2e72a4ea7c9703d1ebd554 - 20.83% (44.1 MB)

[#005] sha256:f0c225659dada5cb1ee9402687850ed3f20ebc9c63aa6e957fc67e043fc3915c - 16.01% (33.9 MB)

[#006] sha256:ffe0dbabb5f6b0c6ac2f6167f425b264bd5cdb7fbb45f62ba3502c8cd0e17294 - 2.03% (4.29 MB)

[#007] sha256:922c7279b25f57d71f64a8859cd78e493f3f51adcbc464f9df639eb4bf9446ae - 0.01% (19.3 KB)

[#008] sha256:3b1fab1259c811460c21df92a3c1b17c39ea01b1c2db8eb7cd272df6cae93ebc - 0.0% (195 Bytes)

[#009] sha256:a955be5436da43938d623c324d7fd3871387ad65ee6b95782d8c02d123b23867 - 37.85% (80.1 MB)

[#010] sha256:926f78bf7390513152359c5ff754c1628c1c48de2a323e6a571c82d735674d91 - 0.0% (1.56 KB)

[#011] sha256:cd1397a4cb0ae2868cd0137ea2ada2deb2ba0e6adfdec122c7235494a6bd3a84 - 0.0% (857 Bytes)

[#012] sha256:79ddd99a4dd42684aa9995699431c548abc8496ea8393091eb1c214e8c490b8a - 0.0% (1.84 KB)


History
2020-04-16 03:22:36 UTC

/bin/sh -c #(nop) ADD file:865f9041e12eb341f0a394764ddc11db49cbc8b91d4fb57c6fb1960b68b1bb41 in /

2020-04-16 03:22:36 UTC

/bin/sh -c #(nop) CMD ["bash"]

2020-04-16 17:55:20 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2020-04-16 17:55:20 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2020-04-16 20:26:10 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2020-04-16 20:26:17 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*

2020-04-16 20:26:18 UTC

/bin/sh -c #(nop) ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

2020-04-20 19:28:48 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.18

2020-04-20 19:35:32 UTC

/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbz2-dev libc6-dev libdb-dev libgdbm-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-optimizations --enable-option-checking=fatal --enable-shared --enable-unicode=ucs4 && 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 && python2 --version

2020-04-20 19:35:33 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.0.2

2020-04-20 19:35:33 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py

2020-04-20 19:35:33 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e

2020-04-20 19:35:45 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-04-20 19:35:46 UTC

/bin/sh -c #(nop) CMD ["python2"]

2020-06-05 18:57:34 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) SHELL [/bin/bash -o pipefail -e -u -x -c]

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_UID

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_GID

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro=debian

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.distro.version=buster

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.module=airflow

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.component=airflow

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.image=airflow

2020-06-05 18:59:59 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.uid=50000

2020-06-05 19:00:00 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) LABEL org.apache.airflow.gid=50000

2020-06-05 19:00:00 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ARG PYTHON_BASE_IMAGE

2020-06-05 19:00:00 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV PYTHON_BASE_IMAGE=python:2.7-slim-buster

2020-06-05 19:00:00 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_VERSION

2020-06-05 19:00:00 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_VERSION=1.10.10

2020-06-05 19:00:00 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-05 19:00:13 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-05 19:00:22 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-05 19:00:22 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ARG PIP_VERSION

2020-06-05 19:00:22 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV PIP_VERSION=19.0.2

2020-06-05 19:00:25 UTC

|2 AIRFLOW_GID=50000 AIRFLOW_UID=50000 /bin/bash -o pipefail -e -u -x -c pip install --upgrade pip==${PIP_VERSION}

2020-06-05 19:00:25 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_UID=50000

2020-06-05 19:00:25 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_GID=50000

2020-06-05 19:00:26 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-05 19:00:26 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ARG AIRFLOW_HOME

2020-06-05 19:00:26 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW_HOME=/opt/airflow

2020-06-05 19:00:27 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:39:23 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) COPY --chown=airflow:airflowdir:972afbe452afd6da51a3492f47ed1dbcd2563ae41cab7790f8b5b2d006bd14d2 in /home/airflow/.local

2020-06-06 18:39:23 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) COPY file:6549d813a9f8dbac30e5a8f10e1edaab341937572d8a2ecbc87a5ddf46dbd1bf in /entrypoint

2020-06-06 18:39:23 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) COPY file:6a02902af318a9dbcd29d770e3ae81de06c08552a2da529c1f62682c78a444ac in /clean-logs

2020-06-06 18:39:24 UTC

/bin/bash -o pipefail -e -u -x -c chmod a+x /entrypoint /clean-logs

2020-06-06 18:39:24 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) USER airflow

2020-06-06 18:39:24 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:39:24 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) WORKDIR /opt/airflow

2020-06-06 18:39:24 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENV AIRFLOW__CORE__LOAD_EXAMPLES=false

2020-06-06 18:39:25 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) EXPOSE 8080

2020-06-06 18:39:25 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]

2020-06-06 18:39:25 UTC

/bin/bash -o pipefail -e -u -x -c #(nop) CMD ["--help"]

Danger Zone
Delete Tag

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.

Delete