Skip to content

Use Docker Buildx for image mirroring#3575

Open
jgoux wants to merge 1 commit into
Logflare:mainfrom
jgoux:use-docker-actions-for-image-mirror
Open

Use Docker Buildx for image mirroring#3575
jgoux wants to merge 1 commit into
Logflare:mainfrom
jgoux:use-docker-actions-for-image-mirror

Conversation

@jgoux

@jgoux jgoux commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace the third-party image retag action with Docker Buildx imagetools create
  • authenticate to Docker Hub, ECR Public, and GHCR before mirroring the manifest
  • keep the Docker setup action pinned to the resolved v4 commit SHA

Context

Follow-up to Ziinc's comment on #3564: #3564 (comment)

Docker documents this copy-between-registries flow with docker buildx imagetools create: https://docs.docker.com/build/ci/github-actions/copy-image-registries/

Validation

  • parsed .github/workflows/docker-retag-versioned.yml as YAML
  • ran git diff --check
  • ran actionlint .github/workflows/docker-retag-versioned.yml
  • dry-ran the two-target docker buildx imagetools create command shape locally

@jgoux jgoux marked this pull request as ready for review June 9, 2026 12:51
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.

1 participant