Skip to content

Feature: Allow push to multiple container registries #3000

Open
@pawan-mehta-dt

Description

@pawan-mehta-dt

🔖 Feature description

Allow push to multiple container registries

🎤 Pitch

We want to maintain our images on multiple container registries so that if there is issue in one registry, we should be able to switch container registry and our deployments or applications aren't blocked

✌️ Solution

In case of normal docker build, it's easy
We can write the script to change image tag and registry using docker tag in post-build and it works
but in case of multi-arch or buildx post-build script doesn't work, can it be done from dev side?
docker buildx -t registry1:tag -t registry2:tag --push and maybe add as many as we want
Currently it takes only 1 selected registry to push the image

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Labels

ENT-CBLICA-AUG24Issue Cleanup Activity Aug 2024productLabel used to define tickets which are under product ideation stage. For use by product managers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions