Migrate image references to localstack/localstack-azure#96
Open
DrisDary wants to merge 1 commit into
Open
Conversation
The Azure emulator image was renamed from localstack/localstack-azure-alpha to localstack/localstack-azure (localstack-pro SMF-642). Update all sample READMEs, docs/LOCALSTACK.md, run-samples.sh, and the CI workflow to pull/run the new name. The old name is still published in parallel during the grace period, so this can land independently.
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.
Motivation
The Azure emulator's Docker image has been renamed from
localstack/localstack-azure-alphatolocalstack/localstack-azure(thepermanent name, chosen for brand/legal consistency with
localstack/localstack-pro). The producer change has merged inlocalstack-proand thenew image is now published — see SMF-642.
This PR updates this repository's references to use the new image name.
Changes
localstack/localstack-azure-alpha→localstack/localstack-azurein this repo (pull/run commands, CI
IMAGE_NAME, Docker Hub links, and/ordocs as applicable).
This is non-breaking and can merge independently: during a grace period the
old
localstack-azure-alphaname is still published in parallel, and both namesresolve to the exact same image — so nothing breaks whether this lands before or
after other consumers migrate.
Tests
localstack/localstack-azure:latestandlocalstack/localstack-azure-alpha:latestresolve to the identical multi-archmanifest digest (same
amd64+arm64images), confirming the new name pullsthe same artifact.
on this PR exercises it.
Related
localstack-azure-samples,azure-docs,localstack-azure-mcp-server,azcli-local.