Skip to content

Commit

Permalink
fixup! feat(core): Add Jib publish strategy using jibcli
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Jul 7, 2023
1 parent e0518d2 commit 48c86d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/camel/v1/integrationplatform_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ const (
// IntegrationPlatformBuildPublishStrategySpectrum uses Spectrum project (https://github.com/container-tools/spectrum)
// in order to push the incremental images to the image repository. It is the default choice on vanilla Kubernetes cluster
IntegrationPlatformBuildPublishStrategySpectrum IntegrationPlatformBuildPublishStrategy = "Spectrum"
// IntegrationPlatformBuildPublishStrategyJib TODO
// IntegrationPlatformBuildPublishStrategyJib used the JibCli tool (https://github.com/GoogleContainerTools/jib/tree/master/jib-cli)
// in order to ush the incremental images to the image repository.
IntegrationPlatformBuildPublishStrategyJib IntegrationPlatformBuildPublishStrategy = "Jib"
)

Expand Down

0 comments on commit 48c86d7

Please sign in to comment.