Skip to content

Commit

Permalink
[Kaniko] Bump kaniko for open source [1.6.x] (#5298)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Mar 18, 2024
1 parent e8f6cd0 commit b7ac5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/config.py
Expand Up @@ -444,7 +444,7 @@
# pip install <requirement_specifier>, e.g. mlrun==0.5.4, mlrun~=0.5,
# git+https://github.com/mlrun/mlrun@development. by default uses the version
"mlrun_version_specifier": "",
"kaniko_image": "gcr.io/kaniko-project/executor:v1.8.0", # kaniko builder image
"kaniko_image": "gcr.io/kaniko-project/executor:v1.21.1", # kaniko builder image
"kaniko_init_container_image": "alpine:3.18",
# image for kaniko init container when docker registry is ECR
"kaniko_aws_cli_image": "amazon/aws-cli:2.7.10",
Expand Down

0 comments on commit b7ac5ef

Please sign in to comment.