sha256:d84465dd2e5952f771bcb8d587a8080beceefae148cafb6584102aab40bf8e17
OS/ARCH
Compressed size
511.86 MB
Last pushed
10 months by localstackci
Type
Image
Manifest digest
sha256:8b7bcf0e61b2ef59164a1abf7a037dbe33e662a7d17ae10deb800486a9530195
Image Layers
1ADD file ... in / 29.96 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.03 MB6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B7ENV PYTHON_VERSION=3.7.150 B8/bin/sh -c set -eux; savedAptMark="$(apt-mark10.23 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/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d670 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.23 KB32RUN |11 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.7-slim-bullseye AIRFLOW_PIP_VERSION=22.3.154.69 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.142.19 MB41COPY /home/airflow/.local /home/airflow/.local # buildkit176.14 MB42COPY entrypoint_prod.sh /entrypoint # buildkit3.74 KB43COPY clean-logs.sh /clean-logs # buildkit477 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.1541 B47ARG AIRFLOW_VERSION0 B48ENV DUMB_INIT_SETSID=1 PS1=(airflow) AIRFLOW_VERSION=2.4.3 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.1425 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.57 KB65RUN /bin/bash -o pipefail -o177 B66USER airflow0 B67USER root0 B68RUN /bin/bash -o pipefail -o186.83 MB69COPY supervisord.conf /etc/supervisord.conf # buildkit371 B70USER airflow0 B71RUN airflow db init #7.71 MB72RUN /bin/bash -o pipefail -o17.39 KB73ENTRYPOINT ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]0 BCommand
ADD file:8644a8156a07a656a35c41e2b2a458befb660309f8592e3efd5b43d46156cec2 in /