2019-06-06 15:57:00 UTC
348 MB
yes
DEBIAN_FRONTENDnoninteractive
GPG_KEY0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
LC_ALLen_US.UTF-8
LC_CTYPEen_US.UTF-8
LC_MESSAGESen_US.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION19.1.1
PYTHON_VERSION3.6.8
TERMlinux
[#000] sha256:743f2d6c1f65c793009f30acb07845ba2ef968192732afdab2ecf9a475515393 - 6.16% (21.4 MB)
[#001] sha256:977e13fc74494bd5433f4c0adfb53131f845b94398c2c2e2a1087a8e4027cf41 - 0.69% (2.41 MB)
[#002] sha256:5cb966e905c80ab6ed6a16c045934b02cf2781e94be3b12863d015ef8b3f909e - 6.14% (21.4 MB)
[#003] sha256:1d6fd464f33f9fb6a218d91635fc1068c518ba2944c8aa95fcec593ceef799e9 - 0.0% (241 Bytes)
[#004] sha256:28d1c2388e9d46aee4d2cb7c6ffe7db9fda4f81e5f9024bd87d7d832a9c9c8ad - 0.58% (2.01 MB)
[#005] sha256:2c97bc3b15034727ebffc32c859731fb95ed8f8883e71d0037df4c206042116f - 86.42% (301 MB)
[#006] sha256:f5664e28bb0af9cf35c0109c161ee43e0f5b434465fd82dccfb89580255d79fc - 0.0% (1.18 KB)
[#007] sha256:f3591b67da83c12d7cee8efdbce4db1fce2221047a642c4e4c5767a51f365b75 - 0.0% (7.66 KB)
[#008] sha256:2824c635d6a011f3bd1ccf456727696862cc85e8e30582afd06b4bf2b4a57558 - 0.0% (9.51 KB)
/bin/sh -c #(nop) ADD file:fcb9328ea4c1156709f3d04c3d9a5f3667e77fb36a4a83390ae2495555fc0238 in /
2019-05-08 00:33:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-05-08 05:23:31 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-05-08 05:23:32 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-05-08 05:23:41 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/*
2019-05-08 05:30:33 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-05-08 05:36:07 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.8
2019-05-08 05:38:33 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 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-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version
2019-05-08 05:38: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
2019-05-08 05:38:34 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.1.1
2019-05-08 05:38: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 'https://bootstrap.pypa.io/get-pip.py'; 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-05-08 05:38:47 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-06-06 15:44:17 UTC/bin/sh -c #(nop) LABEL maintainer=Puckel_
2019-06-06 15:44:17 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2019-06-06 15:44:17 UTC/bin/sh -c #(nop) ENV TERM=linux
2019-06-06 15:44:18 UTC/bin/sh -c #(nop) ARG AIRFLOW_VERSION=1.10.0
2019-06-06 15:44:18 UTC/bin/sh -c #(nop) ARG AIRFLOW_HOME=/usr/local/airflow
2019-06-06 15:44:18 UTC/bin/sh -c #(nop) ARG AIRFLOW_DEPS=
2019-06-06 15:44:19 UTC/bin/sh -c #(nop) ARG PYTHON_DEPS=
2019-06-06 15:44:19 UTC/bin/sh -c #(nop) ENV AIRFLOW_GPL_UNIDECODE=yes
2019-06-06 15:44:19 UTC/bin/sh -c #(nop) ENV LANGUAGE=en_US.UTF-8
2019-06-06 15:44:20 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2019-06-06 15:44:20 UTC/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8
2019-06-06 15:44:20 UTC/bin/sh -c #(nop) ENV LC_CTYPE=en_US.UTF-8
2019-06-06 15:44:21 UTC/bin/sh -c #(nop) ENV LC_MESSAGES=en_US.UTF-8
2019-06-06 15:56:55 UTC|4 AIRFLOW_DEPS= AIRFLOW_HOME=/usr/local/airflow AIRFLOW_VERSION=1.10.0 PYTHON_DEPS= /bin/sh -c set -ex && buildDeps=' python3-dev libkrb5-dev libsasl2-dev libssl-dev libffi-dev libblas-dev liblapack-dev libpq-dev git ' && apt-get update -yqq && apt-get upgrade -yqq && apt-get install -yqq --no-install-recommends $buildDeps build-essential python3-pip python3-requests mysql-client mysql-server default-libmysqlclient-dev apt-utils curl rsync netcat locales && sed -i 's/^# en_US.UTF-8 UTF-8$/en_US.UTF-8 UTF-8/g' /etc/locale.gen && locale-gen && update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 && useradd -ms /bin/bash -d ${AIRFLOW_HOME} airflow && pip install -U pip setuptools wheel && pip install pytz && pip install pyOpenSSL && pip install ndg-httpsclient && pip install pyasn1 && pip install apache-airflow[crypto,celery,postgres,hive,jdbc,mysql${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} && pip install 'celery[redis]>=4.1.1,<4.2.0' && if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi && apt-get purge --auto-remove -yqq $buildDeps && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base
2019-06-06 15:56:58 UTC/bin/sh -c #(nop) COPY file:1c0253e3f7088a8ac03db242a52dc043ca3a4a074bd7ad9216cdb6de7ca538a5 in /entrypoint.sh
2019-06-06 15:56:58 UTC/bin/sh -c #(nop) COPY file:9f0dee3bd98913c20d8e4d88ea8814d310c19ba455e8544032aa4e1b5352c635 in /usr/local/airflow/airflow.cfg
2019-06-06 15:56:59 UTC|4 AIRFLOW_DEPS= AIRFLOW_HOME=/usr/local/airflow AIRFLOW_VERSION=1.10.0 PYTHON_DEPS= /bin/sh -c chown -R airflow: ${AIRFLOW_HOME}
2019-06-06 15:57:00 UTC/bin/sh -c #(nop) EXPOSE 5555 8080 8793
2019-06-06 15:57:00 UTC/bin/sh -c #(nop) USER airflow
2019-06-06 15:57:00 UTC/bin/sh -c #(nop) WORKDIR /usr/local/airflow
2019-06-06 15:57:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2019-06-06 15:57:00 UTC/bin/sh -c #(nop) CMD ["webserver"]
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.