sha256:472fe2475ad966d967ca96a3b11573baeae031e2174f22418b7a17d47baa9f50
OS/ARCH
linux/amd64
Compressed size
507.38 MB
Last pushed
11 months by cledge
Type
Image
Manifest digest
sha256:472fe2475ad966d967ca96a3b11573baeae031e2174f22418b7a17d47baa9f50
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.110 B7ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11SHELL [/bin/bash -o pipefail -o0 B12ARG AIRFLOW_UID0 B13LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow0 B14ARG PYTHON_BASE_IMAGE0 B15ENV PYTHON_BASE_IMAGE=python:3.12-slim-bookworm DEBIAN_FRONTEND=noninteractive LANGUAGE=C.UTF-8 LANG=C.UTF-80 B16ARG RUNTIME_APT_DEPS=0 B17ARG ADDITIONAL_RUNTIME_APT_DEPS=0 B18ARG RUNTIME_APT_COMMAND=echo0 B19ARG ADDITIONAL_RUNTIME_APT_COMMAND=0 B20ARG ADDITIONAL_RUNTIME_APT_ENV=0 B21ARG INSTALL_MYSQL_CLIENT=true0 B22ARG INSTALL_MYSQL_CLIENT_TYPE=mariadb0 B23ARG INSTALL_MSSQL_CLIENT=true0 B24ARG INSTALL_POSTGRES_CLIENT=true0 B25ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow0 B26ENV RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND=0 B27COPY install_os_dependencies.sh /scripts/docker/ # buildkit1.48 KB28RUN |12 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=102.74 MB29ARG AIRFLOW_IMAGE_REPOSITORY0 B30ARG AIRFLOW_IMAGE_README_URL0 B31ARG AIRFLOW_USER_HOME_DIR0 B32ARG AIRFLOW_HOME0 B33ARG AIRFLOW_IMAGE_TYPE0 B34ENV PATH=/home/airflow/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin VIRTUAL_ENV=/home/airflow/.local AIRFLOW_UID=50000 AIRFLOW_USER_HOME_DIR=/home/airflow0 B35COPY common.sh /scripts/docker/ # buildkit2.53 KB36COPY install_mysql.sh install_mssql.sh install_postgres.sh /scripts/docker/2.19 KB37RUN |17 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=21.23 MB38ARG AIRFLOW_SOURCES_FROM0 B39ARG AIRFLOW_SOURCES_TO0 B40COPY /home/airflow/.local /home/airflow/.local # buildkit336.42 MB41COPY /home/airflow/constraints.txt /home/airflow/constraints.txt # buildkit7.43 KB42COPY /Dockerfile /Dockerfile # buildkit18.76 KB43COPY entrypoint_prod.sh /entrypoint # buildkit3.84 KB44COPY clean-logs.sh /clean-logs # buildkit520 B45COPY airflow-scheduler-autorestart.sh /airflow-scheduler-autorestart # buildkit290 B46RUN |19 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=5.19 KB47RUN |19 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=1.04 KB48ARG AIRFLOW_VERSION0 B49ARG AIRFLOW_PIP_VERSION0 B50ARG AIRFLOW_SETUPTOOLS_VERSION0 B51ARG AIRFLOW_UV_VERSION0 B52ARG AIRFLOW_USE_UV0 B53ENV DUMB_INIT_SETSID=1 PS1=(airflow) AIRFLOW_VERSION=3.0.2 AIRFLOW__CORE__LOAD_EXAMPLES=false0 B54RUN |24 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=115 B55COPY pip /root/bin/pip # buildkit431 B56RUN |24 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=430 B57WORKDIR /opt/airflow32 B58EXPOSE map[8080/tcp:{}]0 B59USER 500000 B60ARG BUILD_ID0 B61ARG COMMIT_SHA0 B62ARG AIRFLOW_IMAGE_REPOSITORY0 B63ARG AIRFLOW_IMAGE_DATE_CREATED0 B64ENV BUILD_ID= COMMIT_SHA=dc03604854202735cea25286c1fbad83027309f20 B65LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow0 B66ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]0 B67CMD []0 B68RUN /bin/bash -o pipefail -o2.78 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'