Skip to content

Commit

Permalink
Use latest tag with all ubi images
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmdnd committed Oct 7, 2023
1 parent 3e0582b commit 264a46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/openscap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

LABEL \
name="openscap-ocp" \
Expand Down
2 changes: 1 addition & 1 deletion images/openscap/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

LABEL \
name="openscap-ocp" \
Expand Down
2 changes: 1 addition & 1 deletion images/testcontent/broken-content.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

ARG xml_path
COPY $xml_path/* .

0 comments on commit 264a46c

Please sign in to comment.