Skip to content

Commit

Permalink
[Kaniko] Bump kaniko for open source (#5287)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Mar 18, 2024
1 parent d806f91 commit daae2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/config.py
Expand Up @@ -443,7 +443,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 daae2b7

Please sign in to comment.