GoogleContainerTools / GoogleContainerTools/skaffold
How to handle different image repositories for each profile
Open
area/default-repo
priority/p2
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
I have a repository `europe-west1-docker.pkg.dev/foo-dev/bar` that I need to build/push 20 images in profile _dev_.
In profile _tst_, I need to build/push the same 20 images but to `europe-west1-docker.pkg.dev/foo-tst/bar`.
How would I handle this with Skaffold without duplicating every artifact?
Contributor guide
Assessment
This issue has not been assessed yet.