2023-04-26 17:06:53 UTC
185 MB
/opt/airflow
AIRFLOW_INSTALLATION_METHOD AIRFLOW_PIP_VERSION23.1.1
AIRFLOW_UID50000
AIRFLOW_USER_HOME_DIR/home/airflow
AIRFLOW_VERSION2.6.0rc2
AIRFLOW__CORE__LOAD_EXAMPLESfalse
BUILD_ID COMMIT_SHA DEBIAN_FRONTENDnoninteractive
DUMB_INIT_SETSID1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
GUNICORN_CMD_ARGS--worker-tmp-dir /dev/shm
INSTALL_MSSQL_CLIENTtrue
INSTALL_MYSQL_CLIENTtrue
INSTALL_POSTGRES_CLIENTtrue
LANGC.UTF-8
LANGUAGEC.UTF-8
LC_ALLC.UTF-8
LC_CTYPEC.UTF-8
LC_MESSAGESC.UTF-8
LD_LIBRARY_PATH/usr/local/lib
PATH/root/bin:/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_USERtrue
PS1(airflow)
PYTHON_BASE_IMAGEpython:3.9-slim-bullseye
PYTHON_GET_PIP_SHA256394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
PYTHON_PIP_VERSION22.0.4
PYTHON_SETUPTOOLS_VERSION58.1.0
PYTHON_VERSION3.9.16
RUNTIME_APT_COMMANDecho
RUNTIME_APT_DEPS[#000] sha256:26c5c85e47da3022f1bdb9a112103646c5c29517d757e95426f16e4bd9533405 - 16.17% (30 MB)
[#001] sha256:9e79879be9c7cd8edaba21c88fa4be66ea65e7a3f56f98e7820bcb7dedac3b00 - 0.55% (1.03 MB)
[#002] sha256:bdf2b0f347d4880a73e7cf48a176f08fd1afac58096eed2d954284881ec758c9 - 5.72% (10.6 MB)
[#003] sha256:d65cf2430a1accbc25e2f866d34aa2e590111b113cfda00f42b2a28f8a376fa6 - 0.0% (243 Bytes)
[#004] sha256:a8f1be862cc96559dc041cba198807690751c4911e223c2bdb54584d4a76604f - 1.64% (3.05 MB)
[#005] sha256:60650a95c954e3eaf9697e28fe38c4c507d6739ed92875d272ed39def2d2aa3c - 0.0% (1.24 KB)
[#006] sha256:8d2d590be4de1a709ad5a1eabb447561414ad82bf23b577b15e60af5fa3b1bf2 - 29.51% (54.7 MB)
[#007] sha256:5c0c02bbbba7e927157f587b1d236d4290bd360c4f8128e4c78ba70a74a1c73f - 0.0% (1.51 KB)
[#008] sha256:7ee083e07a61320d6110b8ff2a3fc9bd451a0348ab7a5e8b01dd2c6cab2b321a - 23.3% (43.2 MB)
[#009] sha256:7ab52ab62e3f80abea6634479f853a3bca9daaff7fe05b21f0743e773d844570 - 23.09% (42.8 MB)
[#010] sha256:c78e8e61726dd575ae4aeb6b6af739bf50d01f9643529b016962253625cc2138 - 0.0% (3.74 KB)
[#011] sha256:b9e33269b25b516f1dfd50232aef1ac4af6c30d08bc59cd099e7c45565b0cbab - 0.0% (480 Bytes)
[#012] sha256:b1f36513bbe312bd68464e63f1610a3028585b6779c2cf4ab0c018a5ffb905f6 - 0.0% (296 Bytes)
[#013] sha256:431094a6a75441b9ac1f71e6a855193237eec65925c6284e53d1d21ef0531466 - 0.0% (5.09 KB)
[#014] sha256:881b3310bbabfa81da8a6042b27c30107a81abc039a8b397c82af42c7c76584f - 0.0% (540 Bytes)
[#015] sha256:a5ed042d3ed357b02017a2f7546b5874b98e7724ac49d27932e301f00c28de33 - 0.0% (120 Bytes)
[#016] sha256:28709d1f940715bfd71703d0e7fd5709fdaf74c5d7c91030c7a8f7ed5d4a90fc - 0.0% (426 Bytes)
[#017] sha256:7a03d02f2f8e1b77f3719ef92a77cb0aa967860fa53ca8134962f81f86db9166 - 0.0% (425 Bytes)
[#018] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:11b1acca3f68b5c5787e292ff8dbdd114964a7272bf3519ab07710cbc01a0838 in /
2023-04-12 00:20:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV PYTHON_VERSION=3.9.16
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libdb-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file 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 --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; 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 'libpython*.a' \) \) \) -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 # buildkit
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV PYTHON_PIP_VERSION=22.0.4
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV PYTHON_SETUPTOOLS_VERSION=58.1.0
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; 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 -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit
2023-04-12 00:20:06 UTC (buildkit.dockerfile.v0)CMD ["python3"]
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -o errexit -o nounset -o nolog -c]
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_UID
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow org.apache.airflow.uid=50000
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG PYTHON_BASE_IMAGE
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_PIP_VERSION
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ENV PYTHON_BASE_IMAGE=python:3.9-slim-bullseye 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 LD_LIBRARY_PATH=/usr/local/lib AIRFLOW_PIP_VERSION=23.1.1
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG RUNTIME_APT_DEPS=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG ADDITIONAL_RUNTIME_APT_DEPS=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG RUNTIME_APT_COMMAND=echo
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG ADDITIONAL_RUNTIME_APT_COMMAND=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG ADDITIONAL_RUNTIME_APT_ENV=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG INSTALL_MYSQL_CLIENT=true
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG INSTALL_MSSQL_CLIENT=true
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG INSTALL_POSTGRES_CLIENT=true
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ENV RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true GUNICORN_CMD_ARGS=--worker-tmp-dir /dev/shm AIRFLOW_INSTALLATION_METHOD=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)COPY install_os_dependencies.sh /scripts/docker/ # buildkit
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)RUN |11 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true /bin/bash -o pipefail -o errexit -o nounset -o nolog -c bash /scripts/docker/install_os_dependencies.sh runtime # buildkit
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_REPOSITORY
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_README_URL
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_USER_HOME_DIR
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_HOME
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)ENV PATH=/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin AIRFLOW_UID=50000 AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow
2023-04-26 17:00:07 UTC (buildkit.dockerfile.v0)COPY install_mysql.sh install_mssql.sh install_postgres.sh /scripts/docker/ # buildkit
2023-04-26 17:00:28 UTC (buildkit.dockerfile.v0)RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow /bin/bash -o pipefail -o errexit -o nounset -o nolog -c bash /scripts/docker/install_mysql.sh prod && bash /scripts/docker/install_mssql.sh && bash /scripts/docker/install_postgres.sh prod && adduser --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password --quiet "airflow" --uid "${AIRFLOW_UID}" --gid "0" --home "${AIRFLOW_USER_HOME_DIR}" && mkdir -pv "${AIRFLOW_HOME}" && mkdir -pv "${AIRFLOW_HOME}/dags" && mkdir -pv "${AIRFLOW_HOME}/logs" && chown -R airflow:0 "${AIRFLOW_USER_HOME_DIR}" "${AIRFLOW_HOME}" && chmod -R g+rw "${AIRFLOW_USER_HOME_DIR}" "${AIRFLOW_HOME}" && find "${AIRFLOW_HOME}" -executable -print0 | xargs --null chmod g+x && find "${AIRFLOW_USER_HOME_DIR}" -executable -print0 | xargs --null chmod g+x # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)COPY /home/airflow/.local /home/airflow/.local # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)COPY entrypoint_prod.sh /entrypoint # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)COPY clean-logs.sh /clean-logs # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)COPY airflow-scheduler-autorestart.sh /airflow-scheduler-autorestart # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow /bin/bash -o pipefail -o errexit -o nounset -o nolog -c chmod a+rx /entrypoint /clean-logs && chmod g=u /etc/passwd && chmod g+w "${AIRFLOW_USER_HOME_DIR}/.local" && usermod -g 0 airflow -G 0 # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow /bin/bash -o pipefail -o errexit -o nounset -o nolog -c sed --in-place=.bak "s/secure_path=\"/secure_path=\"\/.venv\/bin:/" /etc/sudoers # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_VERSION
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ENV DUMB_INIT_SETSID=1 PS1=(airflow) AIRFLOW_VERSION=2.6.0rc2 AIRFLOW__CORE__LOAD_EXAMPLES=false PIP_USER=true PATH=/root/bin:/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow AIRFLOW_VERSION=2.6.0rc2 /bin/bash -o pipefail -o errexit -o nounset -o nolog -c mkdir -pv /root/bin # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)COPY pip /root/bin/pip # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow AIRFLOW_VERSION=2.6.0rc2 /bin/bash -o pipefail -o errexit -o nounset -o nolog -c chmod u+x /root/bin/pip # buildkit
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)WORKDIR /opt/airflow
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)USER 50000
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ARG BUILD_ID
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ARG COMMIT_SHA
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_REPOSITORY
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_DATE_CREATED
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ENV BUILD_ID= COMMIT_SHA=
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow org.apache.airflow.version=2.6.0rc2 org.apache.airflow.uid=50000 org.apache.airflow.main-image.build-id= org.apache.airflow.main-image.commit-sha= org.opencontainers.image.source=https://github.com/apache/airflow org.opencontainers.image.created= org.opencontainers.image.authors=dev@airflow.apache.org org.opencontainers.image.url=https://airflow.apache.org org.opencontainers.image.documentation=https://airflow.apache.org/docs/docker-stack/index.html org.opencontainers.image.version=2.6.0rc2 org.opencontainers.image.revision= org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=airflow org.opencontainers.image.title=Production Airflow Image org.opencontainers.image.description=Reference, production-ready Apache Airflow image
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2023-04-26 17:06:53 UTC (buildkit.dockerfile.v0)CMD []
2023-04-26 17:07:07 UTC
154 MB
/opt/airflow
AIRFLOW_INSTALLATION_METHOD AIRFLOW_PIP_VERSION23.1.1
AIRFLOW_UID50000
AIRFLOW_USER_HOME_DIR/home/airflow
AIRFLOW_VERSION2.6.0rc2
AIRFLOW__CORE__LOAD_EXAMPLESfalse
BUILD_ID COMMIT_SHA DEBIAN_FRONTENDnoninteractive
DUMB_INIT_SETSID1
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
GUNICORN_CMD_ARGS--worker-tmp-dir /dev/shm
INSTALL_MSSQL_CLIENTtrue
INSTALL_MYSQL_CLIENTtrue
INSTALL_POSTGRES_CLIENTtrue
LANGC.UTF-8
LANGUAGEC.UTF-8
LC_ALLC.UTF-8
LC_CTYPEC.UTF-8
LC_MESSAGESC.UTF-8
LD_LIBRARY_PATH/usr/local/lib
PATH/root/bin:/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_USERtrue
PS1(airflow)
PYTHON_BASE_IMAGEpython:3.9-slim-bullseye
PYTHON_GET_PIP_SHA256394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
PYTHON_PIP_VERSION22.0.4
PYTHON_SETUPTOOLS_VERSION58.1.0
PYTHON_VERSION3.9.16
RUNTIME_APT_COMMANDecho
RUNTIME_APT_DEPS[#000] sha256:ebc3dc5a2d72427c585c8cda7574a75d96e04b9a37572bd3af0bff905abefbb9 - 18.65% (28.7 MB)
[#001] sha256:03005f146bfbd122db775ced24c8705cc225204acf92dc68c2e9f2d57a6b9883 - 0.66% (1.02 MB)
[#002] sha256:8f4da3550df1bb13234d4a1ec8ef514ddb73d93aa25bb288c3d4a1b624ca6ede - 6.92% (10.6 MB)
[#003] sha256:76ce813fac2d2b2db0803c3b511fb79bf61f89f60cf69ab6ec33580b26618c40 - 0.0% (243 Bytes)
[#004] sha256:ed3a737158fcdde449cd977cabc2fc0704d17ee4ef2ae1724312f267e2dda97e - 1.98% (3.05 MB)
[#005] sha256:60650a95c954e3eaf9697e28fe38c4c507d6739ed92875d272ed39def2d2aa3c - 0.0% (1.24 KB)
[#006] sha256:10ff36915431e4e6ad7e5b2cbc6d441072c22e4d341056fa7258aaa55899b802 - 34.62% (53.2 MB)
[#007] sha256:a828ee8282011f512e1b25a972b8ff8c9e36894110993c636ec67c411558a610 - 0.0% (1.51 KB)
[#008] sha256:6ba6176bd647898e65c55280c2e0145df035a25768aadfcfe1a45634b58207cc - 11.29% (17.4 MB)
[#009] sha256:bb8153950700dee3d4470365933e6e75d7ba03c04beb82e2db59acb5302d65a3 - 25.87% (39.8 MB)
[#010] sha256:c78e8e61726dd575ae4aeb6b6af739bf50d01f9643529b016962253625cc2138 - 0.0% (3.74 KB)
[#011] sha256:b9e33269b25b516f1dfd50232aef1ac4af6c30d08bc59cd099e7c45565b0cbab - 0.0% (480 Bytes)
[#012] sha256:98cac8c4cf25f94ca349ba11cd17e98b5c3ffa754d6cc0356638c3d72aacd599 - 0.0% (296 Bytes)
[#013] sha256:ecbc20255a1f11c2df40e25a6e2070401a07847b8c1f9efeefc40955b696dba4 - 0.0% (5.08 KB)
[#014] sha256:acfd301165bd304676eb67c0f4cee859df41f5445fd60eac123eec7296b3d5d8 - 0.0% (542 Bytes)
[#015] sha256:539f66bb40cc35217b79538e343db6d100c5cd91372e65374e1602829b5d229f - 0.0% (119 Bytes)
[#016] sha256:7e76024c98b0730be1c0d3848618b3a9ca4a7e70abb6790790623e4946a2c3ab - 0.0% (426 Bytes)
[#017] sha256:e0bc403994630f74580332e06ce4e426aa4729546119bcbda1ac82f087ab3c81 - 0.0% (425 Bytes)
[#018] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:7b3c55926db26568f849247e80abdec3cfd6642929a40f0bbee95e4cb176051e in /
2023-04-12 00:39:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV PYTHON_VERSION=3.9.16
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libdb-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file 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 --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; make install; cd /; 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 'libpython*.a' \) \) \) -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 # buildkit
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV PYTHON_PIP_VERSION=22.0.4
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV PYTHON_SETUPTOOLS_VERSION=58.1.0
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)ENV PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; 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 -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version # buildkit
2023-04-12 00:39:49 UTC (buildkit.dockerfile.v0)CMD ["python3"]
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -o errexit -o nounset -o nolog -c]
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_UID
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow org.apache.airflow.uid=50000
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG PYTHON_BASE_IMAGE
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_PIP_VERSION
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ENV PYTHON_BASE_IMAGE=python:3.9-slim-bullseye 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 LD_LIBRARY_PATH=/usr/local/lib AIRFLOW_PIP_VERSION=23.1.1
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG RUNTIME_APT_DEPS=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG ADDITIONAL_RUNTIME_APT_DEPS=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG RUNTIME_APT_COMMAND=echo
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG ADDITIONAL_RUNTIME_APT_COMMAND=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG ADDITIONAL_RUNTIME_APT_ENV=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG INSTALL_MYSQL_CLIENT=true
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG INSTALL_MSSQL_CLIENT=true
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ARG INSTALL_POSTGRES_CLIENT=true
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)ENV RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true GUNICORN_CMD_ARGS=--worker-tmp-dir /dev/shm AIRFLOW_INSTALLATION_METHOD=
2023-04-26 16:59:48 UTC (buildkit.dockerfile.v0)COPY install_os_dependencies.sh /scripts/docker/ # buildkit
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)RUN |11 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true /bin/bash -o pipefail -o errexit -o nounset -o nolog -c bash /scripts/docker/install_os_dependencies.sh runtime # buildkit
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_REPOSITORY
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_README_URL
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_USER_HOME_DIR
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_HOME
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)ENV PATH=/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin AIRFLOW_UID=50000 AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow
2023-04-26 17:00:06 UTC (buildkit.dockerfile.v0)COPY install_mysql.sh install_mssql.sh install_postgres.sh /scripts/docker/ # buildkit
2023-04-26 17:00:27 UTC (buildkit.dockerfile.v0)RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow /bin/bash -o pipefail -o errexit -o nounset -o nolog -c bash /scripts/docker/install_mysql.sh prod && bash /scripts/docker/install_mssql.sh && bash /scripts/docker/install_postgres.sh prod && adduser --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password --quiet "airflow" --uid "${AIRFLOW_UID}" --gid "0" --home "${AIRFLOW_USER_HOME_DIR}" && mkdir -pv "${AIRFLOW_HOME}" && mkdir -pv "${AIRFLOW_HOME}/dags" && mkdir -pv "${AIRFLOW_HOME}/logs" && chown -R airflow:0 "${AIRFLOW_USER_HOME_DIR}" "${AIRFLOW_HOME}" && chmod -R g+rw "${AIRFLOW_USER_HOME_DIR}" "${AIRFLOW_HOME}" && find "${AIRFLOW_HOME}" -executable -print0 | xargs --null chmod g+x && find "${AIRFLOW_USER_HOME_DIR}" -executable -print0 | xargs --null chmod g+x # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)COPY /home/airflow/.local /home/airflow/.local # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)COPY entrypoint_prod.sh /entrypoint # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)COPY clean-logs.sh /clean-logs # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)COPY airflow-scheduler-autorestart.sh /airflow-scheduler-autorestart # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow /bin/bash -o pipefail -o errexit -o nounset -o nolog -c chmod a+rx /entrypoint /clean-logs && chmod g=u /etc/passwd && chmod g+w "${AIRFLOW_USER_HOME_DIR}/.local" && usermod -g 0 airflow -G 0 # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow /bin/bash -o pipefail -o errexit -o nounset -o nolog -c sed --in-place=.bak "s/secure_path=\"/secure_path=\"\/.venv\/bin:/" /etc/sudoers # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_VERSION
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ENV DUMB_INIT_SETSID=1 PS1=(airflow) AIRFLOW_VERSION=2.6.0rc2 AIRFLOW__CORE__LOAD_EXAMPLES=false PIP_USER=true PATH=/root/bin:/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow AIRFLOW_VERSION=2.6.0rc2 /bin/bash -o pipefail -o errexit -o nounset -o nolog -c mkdir -pv /root/bin # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)COPY pip /root/bin/pip # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.9-slim-bullseye AIRFLOW_PIP_VERSION=23.1.1 RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND= ADDITIONAL_RUNTIME_APT_ENV= INSTALL_MYSQL_CLIENT=true INSTALL_MSSQL_CLIENT=true INSTALL_POSTGRES_CLIENT=true AIRFLOW_INSTALLATION_METHOD=apache-airflow AIRFLOW_IMAGE_REPOSITORY=https://github.com/apache/airflow AIRFLOW_IMAGE_README_URL=https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md AIRFLOW_USER_HOME_DIR=/home/airflow AIRFLOW_HOME=/opt/airflow AIRFLOW_VERSION=2.6.0rc2 /bin/bash -o pipefail -o errexit -o nounset -o nolog -c chmod u+x /root/bin/pip # buildkit
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)WORKDIR /opt/airflow
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)USER 50000
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ARG BUILD_ID
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ARG COMMIT_SHA
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_REPOSITORY
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ARG AIRFLOW_IMAGE_DATE_CREATED
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ENV BUILD_ID= COMMIT_SHA=
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow org.apache.airflow.version=2.6.0rc2 org.apache.airflow.uid=50000 org.apache.airflow.main-image.build-id= org.apache.airflow.main-image.commit-sha= org.opencontainers.image.source=https://github.com/apache/airflow org.opencontainers.image.created= org.opencontainers.image.authors=dev@airflow.apache.org org.opencontainers.image.url=https://airflow.apache.org org.opencontainers.image.documentation=https://airflow.apache.org/docs/docker-stack/index.html org.opencontainers.image.version=2.6.0rc2 org.opencontainers.image.revision= org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=airflow org.opencontainers.image.title=Production Airflow Image org.opencontainers.image.description=Reference, production-ready Apache Airflow image
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]
2023-04-26 17:07:07 UTC (buildkit.dockerfile.v0)CMD []
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.