Skip to content

Commit

Permalink
chore: update DOCKERFILE param for all pipelines to use local file
Browse files Browse the repository at this point in the history
When these components were onboarded, the Dockerfile specified in the
HTML form was a full URL pointing to the github repository. Since the
dockerfile will always be local and is part of the source, it should
point to the local file instead. This will also fix a failing check in
the RH Enterprise Contract.

Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance committed Oct 19, 2023
1 parent 194bd00 commit 4eb4212
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tekton/trillian-database-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.database
value: Dockerfile.database
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-database-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.database
value: Dockerfile.database
- name: git-url
value: '{{repo_url}}'
- name: output-image
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-logserver-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.logserver
value: Dockerfile.logserver
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-logserver-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.logserver
value: Dockerfile.logserver
- name: git-url
value: '{{repo_url}}'
- name: output-image
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-logsigner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.logsigner
value: Dockerfile.logsigner
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-logsigner-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.logsigner
value: Dockerfile.logsigner
- name: git-url
value: '{{repo_url}}'
- name: output-image
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-netcat-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.netcat
value: Dockerfile.netcat
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
Expand Down
2 changes: 1 addition & 1 deletion .tekton/trillian-netcat-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: https://raw.githubusercontent.com/securesign/trillian/redhat-v1.5.2/Dockerfile.netcat
value: Dockerfile.netcat
- name: git-url
value: '{{repo_url}}'
- name: output-image
Expand Down

0 comments on commit 4eb4212

Please sign in to comment.