Skip to content

feat: add --destination flag for kaniko build#9415

Merged
ericzzzzzzz merged 1 commit into
GoogleContainerTools:mainfrom
hedinasr:feat/destination
May 10, 2024
Merged

feat: add --destination flag for kaniko build#9415
ericzzzzzzz merged 1 commit into
GoogleContainerTools:mainfrom
hedinasr:feat/destination

Conversation

@hedinasr

Copy link
Copy Markdown
Contributor

Description
We are using Skaffold to build images in our CI. We wanted to push multiple tags for one image so we implemented the use of the --destination kaniko's flag.

It would be used like this:

apiVersion: skaffold/v4beta11
kind: Config
metadata:
  name: base-image
build:
  artifacts:
    - image: base
      kaniko:
        destination:
          - base:test-1
          - base:test-2
@hedinasr hedinasr force-pushed the feat/destination branch from cae8933 to f2c9f07 Compare May 10, 2024 08:16
@hedinasr hedinasr changed the title feat: add --description flag for kaniko build May 10, 2024
@ericzzzzzzz ericzzzzzzz added the kokoro:run runs the kokoro jobs on a PR label May 10, 2024
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label May 10, 2024
@ericzzzzzzz ericzzzzzzz merged commit 38c7308 into GoogleContainerTools:main May 10, 2024
@menahyouyeah menahyouyeah mentioned this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants