nicolaferraro closed pull request #197: Use a working kaniko sha
URL: https://github.com/apache/camel-k/pull/197
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/pkg/build/publish/kaniko_publisher.go
b/pkg/build/publish/kaniko_publisher.go
index b36e867b..ac356eb2 100644
--- a/pkg/build/publish/kaniko_publisher.go
+++ b/pkg/build/publish/kaniko_publisher.go
@@ -122,7 +122,7 @@ func (b *kanikoPublisher) publish(tarFile string,
baseImageName string, source b
Containers: []v1.Container{
{
Name: "kaniko",
- Image:
"gcr.io/kaniko-project/executor:latest",
+ Image:
"gcr.io/kaniko-project/executor@sha256:f29393d9c8d40296e1692417089aa2023494bce9afd632acac7dd0aea763e5bc",
Args: []string{
"--dockerfile=Dockerfile",
"--context=" + contextDir,
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services