Skip to content

Commit

Permalink
Merge branch 'redhat-v1.3' into redhat-v1.3-enable-hermetic-builds-an…
Browse files Browse the repository at this point in the history
…d-prefetched
  • Loading branch information
Gregory-Pereira authored Nov 28, 2023
2 parents f52a2e7 + 861d566 commit 8d370dd
Show file tree
Hide file tree
Showing 10 changed files with 834 additions and 13 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Makefile.swagger
4 changes: 3 additions & 1 deletion .tekton/backfill-redis-1-0-gamma-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
- name: build-source-image
value: "true"
pipelineSpec:
finally:
- name: show-sbom
Expand Down Expand Up @@ -234,7 +236,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah:0.1@sha256:73be62593d50285d8ec1c4e1ffcd72cd2615a544383baeb78b6b59bb37f912ae
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah:0.1@sha256:93bb409637d51b37332b768ffa911f27f805229fdf4ba0841f745f83efceefa2
- name: kind
value: task
resolver: bundles
Expand Down
4 changes: 3 additions & 1 deletion .tekton/backfill-redis-1-0-gamma-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: "true"
- name: prefetch-input
value: '{"path": ".","type": "gomod"}'
- name: build-source-image
value: "true"
pipelineSpec:
finally:
- name: show-sbom
Expand Down Expand Up @@ -231,7 +233,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah:0.1@sha256:73be62593d50285d8ec1c4e1ffcd72cd2615a544383baeb78b6b59bb37f912ae
value: quay.io/redhat-appstudio-tekton-catalog/task-buildah:0.1@sha256:93bb409637d51b37332b768ffa911f27f805229fdf4ba0841f745f83efceefa2
- name: kind
value: task
resolver: bundles
Expand Down
Loading

0 comments on commit 8d370dd

Please sign in to comment.