feat(ci): add multi-arch build/publish pipeline for Poetry images - #1
Merged
Conversation
Adds a GitHub Actions workflow that builds all 5 variants for amd64+arm64 and publishes multi-arch manifests to Docker Hub and ghcr.io, plus a zizmor lint workflow and a working Dependabot config (the previous one had an empty package-ecosystem and was rejected). Also fixes 3.14/Dockerfile, which piped its Poetry install into a nonexistent python3.13 interpreter and could never build.
This repo has no requirements.txt/pyproject.toml/uv.lock for the action to key its cache on, so it emitted a cache-will-never- invalidate warning annotation on every run.
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.
Summary
.github/workflows/docker.yml: discovers the 5 image variants dynamically, builds each for linux/amd64 + linux/arm64 on native runners, and publishes multi-arch manifests to Docker Hub and ghcr.io on push tomain(PRs build only, no push/login). Also runs onworkflow_dispatchand a weekly schedule to pick up patched upstream base-image layers..github/workflows/zizmor.ymlto lint the workflows themselves..github/dependabot.yml— the previous file had an emptypackage-ecosystemand was rejected outright by Dependabot.3.14/Dockerfile, which piped its Poetry install into a nonexistentpython3.13interpreter (leftover from agit mv 3.9 3.14) and could never build.Test plan
zizmor --min-severity lowon both workflows: zero findingsactionlinton both workflows: zero findingsdocker buildx buildof the fixed3.14variant succeeds; container reportsPython 3.14.6/Poetry (version 2.4.1)/semantic-release 10.6.1simbachain/poetry-*:latestandghcr.io/simbachain/poetry-*:latestshow bothamd64andarm64indocker buildx imagetools inspect