Skip to content

Commit

Permalink
OPCT-209: bump UBI to fix security issues on container (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed May 18, 2023
1 parent f13478f commit d21dd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/redhat-openshift-ecosystem/provider-certification-too
COPY . .
RUN make linux-amd64 RELEASE_TAG=${RELEASE_TAG}

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085.1679482090
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-860
LABEL io.k8s.display-name="OPCT" \
io.k8s.description="OpenShift/OKD Conformance Tool is designed to run conformance suites to validate custom installations." \
io.opct.tags="opct,conformance,openshift,tests,e2e" \
Expand Down
2 changes: 1 addition & 1 deletion hack/Containerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085.1679482090
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-860
LABEL io.k8s.display-name="OPCT" \
io.k8s.description="OpenShift/OKD Conformance Tool is designed to run conformance suites to validate custom installations." \
io.opct.tags="opct,conformance,openshift,tests,e2e" \
Expand Down

0 comments on commit d21dd6a

Please sign in to comment.