Skip to content

Migrate image references to localstack/localstack-azure#96

Open
DrisDary wants to merge 1 commit into
mainfrom
migrate-to-localstack-azure
Open

Migrate image references to localstack/localstack-azure#96
DrisDary wants to merge 1 commit into
mainfrom
migrate-to-localstack-azure

Conversation

@DrisDary
Copy link
Copy Markdown
Contributor

@DrisDary DrisDary commented Jun 1, 2026

Motivation

The Azure emulator's Docker image has been renamed from
localstack/localstack-azure-alpha to localstack/localstack-azure (the
permanent name, chosen for brand/legal consistency with localstack /
localstack-pro). The producer change has merged in localstack-pro and the
new image is now published — see SMF-642.

This PR updates this repository's references to use the new image name.

Changes

  • Replace localstack/localstack-azure-alphalocalstack/localstack-azure
    in this repo (pull/run commands, CI IMAGE_NAME, Docker Hub links, and/or
    docs as applicable).

This is non-breaking and can merge independently: during a grace period the
old localstack-azure-alpha name is still published in parallel, and both names
resolve to the exact same image — so nothing breaks whether this lands before or
after other consumers migrate.

Tests

  • The new image is live on Docker Hub; localstack/localstack-azure:latest and
    localstack/localstack-azure-alpha:latest resolve to the identical multi-arch
    manifest digest (same amd64 + arm64 images), confirming the new name pulls
    the same artifact.
  • Any CI in this repo that pulls/runs the image now uses the new name; the run
    on this PR exercises it.

Related

  • Rename tracking: SMF-642 (related SMF-246, SMF-586).
  • Producer PR (localstack-pro, merged):
  • Sibling consumer PRs migrating the same name: localstack-azure-samples,
    azure-docs, localstack-azure-mcp-server, azcli-local.

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.
@DrisDary DrisDary self-assigned this Jun 1, 2026
@DrisDary DrisDary marked this pull request as ready for review June 1, 2026 16:15
@DrisDary DrisDary requested a review from a team as a code owner June 1, 2026 16:15
Copy link
Copy Markdown
Contributor

@paolosalvatori paolosalvatori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants