Skip to content

Commit 375d936

Browse files
authored
Merge pull request #13 from Allda/index-image
Build index
2 parents e21f770 + 5f1617c commit 375d936

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/devfile-sample-python-basic-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
value: 5d
2929
- name: dockerfile
3030
value: docker/Dockerfile
31+
- name: build-image-index
32+
value: "true"
3133
pipelineSpec:
3234
description: |
3335
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/devfile-sample-python-basic-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
value: quay.io/redhat-user-workloads/araszka-tenant/devfile-sample-python-basic:{{revision}}
2626
- name: dockerfile
2727
value: docker/Dockerfile
28+
- name: build-image-index
29+
value: "true"
2830
pipelineSpec:
2931
description: |
3032
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)