Skip to content

Commit

Permalink
Use RHEL UBI 8.6 as base image
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel committed May 11, 2022
1 parent 2a4ac39 commit 8052fdf
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
defaultBaseImage: registry.access.redhat.com/ubi8/ubi-minimal:8.5
defaultBaseImage: registry.access.redhat.com/ubi8/ubi-minimal:8.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /src
RUN \
make /tmp/tkn-pac /tmp/pipelines-as-code-controller LDFLAGS="-s -w" OUTPUT_DIR=/tmp

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6

LABEL com.redhat.component=pipelines-as-code \
name=openshift-pipelines/pipelines-as-code \
Expand Down
2 changes: 1 addition & 1 deletion test/testdata/pipeline_remote_annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
taskSpec:
steps:
- name: task-spec
image: registry.access.redhat.com/ubi8/ubi-micro:8.5
image: registry.access.redhat.com/ubi8/ubi-micro:8.6
script: |
echo "Hello from taskSpec"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion test/testdata/pipelinerun-cel-annotation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
taskSpec:
steps:
- name: task
image: registry.access.redhat.com/ubi8/ubi-micro:8.5
image: registry.access.redhat.com/ubi8/ubi-micro:8.6
command: ["/bin/echo", "HELLOMOTO"]
4 changes: 2 additions & 2 deletions test/testdata/pipelinerun-clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
taskSpec:
steps:
- name: task
image: registry.access.redhat.com/ubi8/ubi-micro:8.5
command: ["/bin/echo", "HELLOMOTO"]
image: registry.access.redhat.com/ubi8/ubi-micro:8.6
command: ["/bin/echo", "HELLOMOTO"]
2 changes: 1 addition & 1 deletion test/testdata/pipelinerun-max-keep-run-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
taskSpec:
steps:
- name: task
image: registry.access.redhat.com/ubi8/ubi-micro:8.5
image: registry.access.redhat.com/ubi8/ubi-micro:8.6
command: ["/bin/echo", "HELLOMOTO"]
2 changes: 1 addition & 1 deletion test/testdata/pipelinerun-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
taskSpec:
steps:
- name: task
image: registry.access.redhat.com/ubi8/ubi-micro:8.5
image: registry.access.redhat.com/ubi8/ubi-micro:8.6
command: ["/bin/echo", "HELLOMOTO"]
2 changes: 1 addition & 1 deletion test/testdata/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
taskSpec:
steps:
- name: task
image: registry.access.redhat.com/ubi8/ubi-micro:8.5
image: registry.access.redhat.com/ubi8/ubi-micro:8.6
command: ["/bin/echo", "HELLOMOTO"]

0 comments on commit 8052fdf

Please sign in to comment.