Skip to content

Commit

Permalink
dev: exolisitly specify latest ubi image as a base for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Apr 10, 2022
1 parent 08d43a1 commit 2317be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile/metrics-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on GOOS="${TARGETOS}" GOARCH="${TARGETARCH}" go in
# ===== Image Base =====
# ======================

FROM registry.access.redhat.com/ubi8/ubi-minimal AS image-base
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS image-base
RUN microdnf update && microdnf clean all

MAINTAINER "Altinity <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on GOOS="${TARGETOS}" GOARCH="${TARGETARCH}" go in
# ===== Image Base =====
# ======================

FROM registry.access.redhat.com/ubi8/ubi-minimal AS image-base
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS image-base
RUN microdnf update && microdnf clean all

MAINTAINER "Altinity <[email protected]>"
Expand Down

0 comments on commit 2317be2

Please sign in to comment.