sha256:615fdfddd7022d3d6c1282be8c8d33fce85710f23b55b6fbf695de4f59907786
OS/ARCH
Compressed size
526.83 MB
Last pushed
10 months by localstackci
Type
Image
Manifest digest
sha256:458cf82c4203d928c364363658d13873ed5ab2acf29d9e3086521c3d3a692389
Image Layers
1ADD file ... in / 28.65 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5/bin/sh -c set -eux; apt-get1.01 MB6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B7ENV PYTHON_VERSION=3.7.160 B8/bin/sh -c set -eux; savedAptMark="$(apt-mark10.26 MB9/bin/sh -c set -eux; for233 B10ENV PYTHON_PIP_VERSION=22.0.40 B11ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc60 B14/bin/sh -c set -eux; savedAptMark="$(apt-mark3.03 MB15CMD ["python3"]0 B16SHELL [/bin/bash -o pipefail -o0 B17ARG AIRFLOW_UID0 B18LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow0 B19ARG PYTHON_BASE_IMAGE0 B20ARG AIRFLOW_PIP_VERSION0 B21ENV PYTHON_BASE_IMAGE=python:3.7-slim-bullseye DEBIAN_FRONTEND=noninteractive LANGUAGE=C.UTF-8 LANG=C.UTF-80 B22ARG RUNTIME_APT_DEPS=0 B23ARG ADDITIONAL_RUNTIME_APT_DEPS=0 B24ARG RUNTIME_APT_COMMAND=echo0 B25ARG ADDITIONAL_RUNTIME_APT_COMMAND=0 B26ARG ADDITIONAL_RUNTIME_APT_ENV=0 B27ARG INSTALL_MYSQL_CLIENT=true0 B28ARG INSTALL_MSSQL_CLIENT=true0 B29ARG INSTALL_POSTGRES_CLIENT=true0 B30ENV RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND=0 B31COPY install_os_dependencies.sh /scripts/docker/ # buildkit1.24 KB32RUN |11 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.153.21 MB33ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow0 B34ARG AIRFLOW_IMAGE_REPOSITORY0 B35ARG AIRFLOW_IMAGE_README_URL0 B36ARG AIRFLOW_USER_HOME_DIR0 B37ARG AIRFLOW_HOME0 B38ENV 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/airflow0 B39COPY install_mysql.sh install_mssql.sh install_postgres.sh /scripts/docker/1.41 KB40RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.114.04 MB41COPY /home/airflow/.local /home/airflow/.local # buildkit223.45 MB42COPY entrypoint_prod.sh /entrypoint # buildkit3.74 KB43COPY clean-logs.sh /clean-logs # buildkit480 B44COPY airflow-scheduler-autorestart.sh /airflow-scheduler-autorestart # buildkit296 B45RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.15.08 KB46RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.1539 B47ARG AIRFLOW_VERSION0 B48ENV DUMB_INIT_SETSID=1 PS1=(airflow) AIRFLOW_VERSION=2.5.1 AIRFLOW__CORE__LOAD_EXAMPLES=false0 B49RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.1119 B50COPY pip /root/bin/pip # buildkit426 B51RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.1426 B52WORKDIR /opt/airflow32 B53EXPOSE map[8080/tcp:{}]0 B54USER 500000 B55ARG BUILD_ID0 B56ARG COMMIT_SHA0 B57ARG AIRFLOW_IMAGE_REPOSITORY0 B58ARG AIRFLOW_IMAGE_DATE_CREATED0 B59ENV BUILD_ID= COMMIT_SHA=0 B60LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow0 B61ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]0 B62CMD []0 B63USER root0 B64RUN /bin/bash -o pipefail -o6.56 KB65RUN /bin/bash -o pipefail -o32 B66USER airflow0 B67USER root0 B68RUN /bin/bash -o pipefail -o185.38 MB69COPY supervisord.conf /etc/supervisord.conf # buildkit372 B70USER airflow0 B71RUN airflow db init #7.75 MB72RUN /bin/bash -o pipefail -o17.7 KB73ENTRYPOINT ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]0 BCommand
ADD file:92cf2c9ffaaea1a6bc1baa7b681303b1029dfd6ddbfef1792be8b21aaf09235c in /