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
* feat(ubi-rust-builder): replace ubi9 with ubi10
* feat: Use ubi10 in base images
Note: This required an adjustment to the opa daemonset patch, otherwise compilation fails due to gcc-15 requirements.
Along the road to fixing this, we found some relevant links which might be useful in future:
- [Github Repo](https://github.com/daemontools/daemontools) (shows daemontools 0.76 is 12 years old)
- [daemontools Homepage](https://cr.yp.to/daemontools.html)
- [Debian bug report](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066623)
- [Debian patches)(https://salsa.debian.org/debian/daemontools/-/tree/debian/latest/debian/patches?ref_type=heads)
- [Reverted patch and GCC-15 fix](https://salsa.debian.org/debian/daemontools/-/commit/3e20831dfabe9dac4c5b6de3ae3945491280c80b#8756c63497c8dc39f7773438edf53b220c773f67)
* feat(airflow/wip): use a newer uv version, and install the correct python version using it
WIP: Still need to fix the build layers, but this appears to work fine (tested the oldest and newest versions via the getting_started guide)
* chore: fix typo in upload script
* chore(wip): Upload script for nvm
WIP: We might not need this, but I made it and it works.
* chore: Move lint config into the right place
* chore(airflow): replace python/pip package installations with uv for consistency
* chore(airflow): Replace source with .
* chore(airflow): Remove unneeded comments
* uvx migrate-to-uv
* chore(superset/opa-authorizer): Add description and format the file
* chore(superset): Upgrade uv version
* chore(superset): Use uv instead of pip
* fix(superset): Add patch to pin the sax package to 1.2.4
* chore(mirror): Allow uv image to be mirrored
* chore: Use mirrored uv image
* chore(airflow): Add hint about updating git-sync
* chore(airflow):Remove unused args
* chore(superset):Remove unused args
* chore: Update changelog
* chore: Remove unused upload script
Note: this came from 01d1d59
* Apply suggestions from code review
---------
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
Co-authored-by: Techassi <git@techassi.dev>
# 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
57
54
s3fs-version = "2024.9.0"
58
55
cyclonedx-bom-version = "6.0.0"
59
56
tini-version = "0.19.0"
60
-
uv-version = "0.7.8"
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
61
58
62
59
# 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.
63
60
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#core-airflow-extras
0 commit comments