Add Docker image build and publish workflows for prefect-gcp and prefect-azure#20771
Draft
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Draft
Add Docker image build and publish workflows for prefect-gcp and prefect-azure#20771devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
…ect-azure Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Closes #12367
Adds Docker image build and publish workflows for
prefect-gcpandprefect-azure, following the existing pattern established byprefect-aws.What's included
For each integration (
prefect-gcp,prefect-azure):src/integrations/prefect-{gcp,azure}/Dockerfile) — installs pinned versions ofprefectand the integration package on top of the baseprefecthq/prefectimage, with a smoke test.github/workflows/prefect-{gcp,azure}-docker-images.yaml) — supportsworkflow_dispatchandworkflow_call, builds multi-arch (amd64/arm64) images across Python 3.10–3.14, pushes to DockerHub with the same tagging scheme asprefect-aws.github/workflows/prefect-{gcp,azure}-docker-test.yaml) — triggered on PRs touching the Dockerfile or workflow files, does a test build on amd64 only and verifies the installed version matches expectationsImportant review items
secrets.PREFECT_GCP_DOCKERHUB_TOKENandsecrets.PREFECT_AZURE_DOCKERHUB_TOKEN— these secrets need to be created in the repo settings before the workflows can push images.prefecthq/prefect-gcpandprefecthq/prefect-azureon DockerHub — these repositories need to exist.prefect-awsequivalents — worth a quick scan to confirm no staleawsreferences were left behind.Checklist
<link to issue>"mint.json.Link to Devin run: https://app.devin.ai/sessions/095467a78415450391f6d7f363764805
Requested by: @desertaxle