You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "feat: Replace ubi9 with ubi10 (#1353)" (#1364)
This reverts commit 2dab4c1 from #1353.
Images using HDFS require boost-devel, but it seems to have been dropped
from EPEL. Instead of using a mixture of UBI9 and UBI10 we will just
revert all of it and reapply next year when the package is available.
RUN microdnf module enable -y nodejs:${NODEJS_VERSION} && \
66
+
microdnf update && \
65
67
microdnf install \
66
68
cyrus-sasl-devel \
67
69
# Needed for kerberos
@@ -76,6 +78,10 @@ RUN microdnf update && \
76
78
libpq-devel \
77
79
openldap-devel \
78
80
openssl-devel \
81
+
python${PYTHON_VERSION} \
82
+
python${PYTHON_VERSION}-devel \
83
+
python${PYTHON_VERSION}-pip \
84
+
python${PYTHON_VERSION}-wheel \
79
85
# The airflow odbc provider can compile without the development files (headers and libraries) (see https://github.com/stackabletech/docker-images/pull/683)
git-sync-version = "v4.4.1"# When changing this version, you will need to use the mirror workflow to get the image into our registry
56
+
git-sync-version = "v4.4.1"
54
57
s3fs-version = "2024.9.0"
55
58
cyclonedx-bom-version = "6.0.0"
56
59
tini-version = "0.19.0"
57
-
uv-version = "0.9.10"# When changing this version, you will need to use the mirror workflow to get the image into our registry
60
+
uv-version = "0.7.8"
58
61
59
62
# Airflow extras are defined in separate lists to make them easier to check against the links below. The lists will be concatenated and duplicates removed in the dockerfile.
60
63
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#core-airflow-extras
0 commit comments