Skip to content

Commit

Permalink
Merge pull request #1588 from priyawadhwa/kbug
Browse files Browse the repository at this point in the history
Allow user to specify custom kaniko image
  • Loading branch information
dgageot authored Feb 4, 2019
2 parents f5dbcb3 + 9a2a370 commit 4edc566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/build/kaniko/sources/sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func podTemplate(cfg *latest.KanikoBuild, args []string) *v1.Pod {
Containers: []v1.Container{
{
Name: constants.DefaultKanikoContainerName,
Image: constants.DefaultKanikoImage,
Image: cfg.Image,
Args: args,
ImagePullPolicy: v1.PullIfNotPresent,
Env: []v1.EnvVar{{
Expand Down

0 comments on commit 4edc566

Please sign in to comment.