feat: move from Poetry to UV for maintenance prep.#188
Open
tarilabs wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: tarilabs <matteo.mortari@gmail.com>
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: tarilabs <matteo.mortari@gmail.com>
Homebrew now ships a skopeo version that rejects the v1 registries.conf format still present on GitHub Actions runners. Overwrite it with a minimal v2 format config after installation. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: tarilabs <matteo.mortari@gmail.com>
jonburdo
reviewed
Jun 29, 2026
jonburdo
left a comment
Collaborator
There was a problem hiding this comment.
lgtm - works locally in my testing!
Comment on lines
+13
to
+17
| - name: Fix registries.conf to v2 format (newer skopeo rejects the v1 format shipped on GHA runners) | ||
| shell: bash | ||
| run: | | ||
| sudo mkdir -p /etc/containers | ||
| echo 'unqualified-search-registries = ["docker.io"]' | sudo tee /etc/containers/registries.conf |
Collaborator
There was a problem hiding this comment.
Looks good as is for our purposes imo, but fwiw I was curious what the default is and noticed quay.io is included: https://github.com/actions/runner-images/blob/84d512e310aacbead6836732a08c9031f1d397a8/images/ubuntu/scripts/build/install-container-tools.sh#L31
jonburdo
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.