mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
Fix kaniko-build.yaml to use insecure registry
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
image: gcr.io/kaniko-project/executor:latest
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
args:
|
args:
|
||||||
- "--context=/workspace/dockercoins/rng"
|
- "--context=/workspace/dockercoins/rng"
|
||||||
- "--skip-tls-verify"
|
- "--insecure"
|
||||||
- "--destination=registry:5000/rng-kaniko:latest"
|
- "--destination=registry:5000/rng-kaniko:latest"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: workspace
|
- name: workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user