mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-05-29 04:08:49 +00:00
chore: use a specific tag for images based on UBI
This commit is contained in:
parent
b7af03f1c7
commit
6e99f3dbd1
@ -19,7 +19,7 @@ RUN chmod +x /usr/local/bin/kubectl
|
||||
|
||||
|
||||
# ubi9-minimal base image for build with ubi standards
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:ac61c96b93894b9169221e87718733354dd3765dd4a62b275893c7ff0d876869 AS run
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212 AS run
|
||||
|
||||
RUN microdnf install -y yum findutils openssl \
|
||||
&& yum -y update-minimal --security --sec-severity=Moderate --sec-severity=Important --sec-severity=Critical \
|
||||
|
@ -19,7 +19,7 @@ RUN chmod +x /usr/local/bin/kubectl
|
||||
|
||||
|
||||
# ubi9-minimal base image for build with ubi standards
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:ac61c96b93894b9169221e87718733354dd3765dd4a62b275893c7ff0d876869 AS run
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212 AS run
|
||||
|
||||
RUN microdnf install -y yum findutils openssl \
|
||||
&& yum -y update-minimal --security --sec-severity=Moderate --sec-severity=Important --sec-severity=Critical \
|
||||
|
Loading…
Reference in New Issue
Block a user