GoogleContainerTools/skaffold

Feature request: allow skaffold build once and tag&push Image to multiple repos

Offen

#2.169 geöffnet am 24.05.2019

 (14 Kommentare) (1 Reaktion) (1 zugewiesene Person)Go (1.416 Forks)batch import
area/buildarea/ci-cdarea/tagfixithelp wantedkind/feature-requestpriority/p2triage/discuss

Repository-Metriken

Stars
 (12.822 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 6h) (16 gemergte PRs in 30 T)

Beschreibung

I'd like to use Skaffold+Jib to build my container image and push it to both an in-house Nexus Docker Registry and also push to eu.gcr.io

Currently I'm having to rebuild the Image for each repository using skaffold profiles. Could Jib build the image once and tag it with each repo name I need (same tag version) and then push it to each repo.

Benefit: Build once, push to different repos. Then use skaffold profiles to do the deployment to the different environments.

Contributor Guide