diff --git a/images/openscap/Dockerfile b/images/openscap/Dockerfile index aad92a8c5..46f9d5e57 100644 --- a/images/openscap/Dockerfile +++ b/images/openscap/Dockerfile @@ -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" \ diff --git a/images/openscap/Dockerfile.ci b/images/openscap/Dockerfile.ci index aad92a8c5..46f9d5e57 100644 --- a/images/openscap/Dockerfile.ci +++ b/images/openscap/Dockerfile.ci @@ -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" \ diff --git a/images/testcontent/broken-content.Dockerfile b/images/testcontent/broken-content.Dockerfile index bd4c9c7ce..5c3241241 100644 --- a/images/testcontent/broken-content.Dockerfile +++ b/images/testcontent/broken-content.Dockerfile @@ -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/* .