Skip to content

Commit

Permalink
[ACM-10761] Update tekton dockerfile ref (#736)
Browse files Browse the repository at this point in the history
* [ACM-10761] Added RHTAP dockerfile (#658)

* added RHTAP dockerfile

Signed-off-by: Disaiah Bennett <[email protected]>

* updated dockerfiles

Signed-off-by: Disaiah Bennett <[email protected]>

* revert Dockerfile.test.prow

Signed-off-by: Disaiah Bennett <[email protected]>

---------

Signed-off-by: Disaiah Bennett <[email protected]>

* updated tekton dockerfile refs

Signed-off-by: Disaiah Bennett <[email protected]>

* removed non-release files

Signed-off-by: Disaiah Bennett <[email protected]>

* updated tekton dockerfile refs

Signed-off-by: Disaiah Bennett <[email protected]>

* updated .dockerignore

Signed-off-by: Disaiah Bennett <[email protected]>

* updated image ref to rhel9

Signed-off-by: Disaiah Bennett <[email protected]>

---------

Signed-off-by: Disaiah Bennett <[email protected]>
  • Loading branch information
dislbenn authored Jun 6, 2024
1 parent 6a8792f commit 6ccd0f7
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 722 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
!**/*.go
!**/*.mod
!**/*.sum

# Exclude test files
# **/*_test.go
# **/test/**
2 changes: 1 addition & 1 deletion .tekton/backplane-operator-mce-25-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: Dockerfile
value: Dockerfile.rhtap
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
Expand Down
2 changes: 1 addition & 1 deletion .tekton/backplane-operator-mce-25-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: Dockerfile
value: Dockerfile.rhtap
- name: git-url
value: '{{source_url}}'
- name: output-image
Expand Down
360 changes: 0 additions & 360 deletions .tekton/backplane-operator-qa7p-pull-request.yaml

This file was deleted.

Loading

0 comments on commit 6ccd0f7

Please sign in to comment.