sha256:f527f63feb95ceb1a2570fffa67560505b42fdee72f278e4ddeb428eb682cb53
OS/ARCH
linux/amd64
Compressed size
756.69 MB
Last pushed
3 months by callachennault
Type
Image
Manifest digest
sha256:f527f63feb95ceb1a2570fffa67560505b42fdee72f278e4ddeb428eb682cb53
Image Layers
1# debian.sh --arch 'amd64' out/26.91 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.90 B7ENV PYTHON_SHA256=7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f811120 B8RUN /bin/sh -c set -eux;13.02 MB9RUN /bin/sh -c set -eux;249 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 B25ENV RUNTIME_APT_DEPS= ADDITIONAL_RUNTIME_APT_DEPS= RUNTIME_APT_COMMAND=echo ADDITIONAL_RUNTIME_APT_COMMAND=0 B26COPY install_os_dependencies.sh /scripts/docker/ # buildkit1.47 KB27RUN |11 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=85.38 MB28ARG AIRFLOW_INSTALLATION_METHOD=apache-airflow0 B29ARG AIRFLOW_IMAGE_REPOSITORY0 B30ARG AIRFLOW_IMAGE_README_URL0 B31ARG AIRFLOW_USER_HOME_DIR0 B32ARG AIRFLOW_HOME0 B33ENV 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 B34COPY common.sh /scripts/docker/ # buildkit2.25 KB35COPY install_mysql.sh install_mssql.sh install_postgres.sh /scripts/docker/1.98 KB36RUN |16 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=21.17 MB37ARG AIRFLOW_SOURCES_FROM0 B38ARG AIRFLOW_SOURCES_TO0 B39COPY /home/airflow/.local /home/airflow/.local # buildkit264.42 MB40COPY /home/airflow/constraints.txt /home/airflow/constraints.txt # buildkit6.77 KB41COPY /Dockerfile /Dockerfile # buildkit17.11 KB42COPY entrypoint_prod.sh /entrypoint # buildkit3.78 KB43COPY clean-logs.sh /clean-logs # buildkit492 B44COPY airflow-scheduler-autorestart.sh /airflow-scheduler-autorestart # buildkit291 B45RUN |18 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=5.09 KB46RUN |18 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=1.04 KB47ARG AIRFLOW_VERSION0 B48ARG AIRFLOW_PIP_VERSION0 B49ARG AIRFLOW_UV_VERSION0 B50ARG AIRFLOW_USE_UV0 B51ENV DUMB_INIT_SETSID=1 PS1=(airflow) AIRFLOW_VERSION=2.10.5 AIRFLOW__CORE__LOAD_EXAMPLES=false0 B52RUN |22 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=115 B53COPY pip /root/bin/pip # buildkit422 B54RUN |22 AIRFLOW_UID=50000 PYTHON_BASE_IMAGE=python:3.12-slim-bookworm RUNTIME_APT_DEPS=420 B55WORKDIR /opt/airflow32 B56EXPOSE map[8080/tcp:{}]0 B57USER 500000 B58ARG BUILD_ID0 B59ARG COMMIT_SHA0 B60ARG AIRFLOW_IMAGE_REPOSITORY0 B61ARG AIRFLOW_IMAGE_DATE_CREATED0 B62ENV BUILD_ID= COMMIT_SHA=223b0a4b61a44a83895371b2c9a3a5cafa5df8ea0 B63LABEL org.apache.airflow.distro=debian org.apache.airflow.module=airflow org.apache.airflow.component=airflow org.apache.airflow.image=airflow0 B64ENTRYPOINT ["/usr/bin/dumb-init" "--" "/entrypoint"]0 B65CMD []0 B66ARG KUBECTL_VERSION=v1.30.30 B67ARG YQ_VERSION=v4.44.30 B68ARG SAML2AWS_VERSION=2.36.130 B69USER root0 B70RUN |3 KUBECTL_VERSION=v1.30.3 YQ_VERSION=v4.44.3 SAML2AWS_VERSION=2.36.13247.56 MB71RUN |3 KUBECTL_VERSION=v1.30.3 YQ_VERSION=v4.44.3 SAML2AWS_VERSION=2.36.1391.66 MB72RUN |3 KUBECTL_VERSION=v1.30.3 YQ_VERSION=v4.44.3 SAML2AWS_VERSION=2.36.13268 B73USER airflow0 B74COPY docker/requirements.txt /tmp/requirements.txt # buildkit747 B75RUN |3 KUBECTL_VERSION=v1.30.3 YQ_VERSION=v4.44.3 SAML2AWS_VERSION=2.36.132.33 MB76COPY import-scripts/ /data/portal-cron/scripts/ # buildkit726.66 KB77COPY docker/automation-environment.sh /data/portal-cron/scripts/automation-environment.sh # buildkit3.26 KB78COPY dags/ /opt/airflow/dags/ # buildkit15.65 KB79USER root0 B80RUN |3 KUBECTL_VERSION=v1.30.3 YQ_VERSION=v4.44.3 SAML2AWS_VERSION=2.36.13132.53 KB81USER airflow0 B82ENV PORTAL_HOME=/data/portal-cron PORTAL_SCRIPTS_DIRECTORY=/data/portal-cron/scripts0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'