Replies: 2 comments
-
I will try to add the manifst digest in my helm chart: https://blog.andyserver.com/2021/09/adding-image-digest-references-to-your-helm-charts/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
oops # Specifying digest takes precedence over tag. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python version: 3.12.4
Airflow version: 2.9.3
and in https://github.com/apache/airflow/blob/2.9.3/Dockerfile#L50
i see ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"
qnd ARG AIRFLOW_VERSION="2.9.0"
but https://hub.docker.com/layers/apache/airflow/slim-2.9.3-python3.11/images/sha256-a27a7cc6ecfb5a2a3d5509c5dc033d779f448254f592b25ecc658da6d2746cdc
seems ok: ENV PYTHON_VERSION=3.11.9
What is going on?
Beta Was this translation helpful? Give feedback.
All reactions