deployment adapt and tekton image-build

This commit is contained in:
2021-03-19 12:00:30 +01:00
parent 96ec8b5555
commit aa55a0314e
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ spec:
app: rompr app: rompr
spec: spec:
containers: containers:
- image: docker-registry.lan/rompr:arm64 - image: cr.lan/rompr
name: rompr name: rompr
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:

View File

@@ -50,6 +50,7 @@ spec:
- --dockerfile=$(params.pathToDockerFile) - --dockerfile=$(params.pathToDockerFile)
- --destination=$(resources.outputs.builtImage.url) - --destination=$(resources.outputs.builtImage.url)
- --context=$(params.pathToContext) - --context=$(params.pathToContext)
- --snapshotMode=redo
- --skip-tls-verify - --skip-tls-verify
--- ---
apiVersion: tekton.dev/v1beta1 apiVersion: tekton.dev/v1beta1