Skip to content

Commit

Permalink
Update ubi-minimal base image to ubi-minimal:9.4-949.1714662671 (#2876)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasten Production <infra@kasten.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed May 10, 2024
1 parent a3aa9e6 commit 67696b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_image=registry.access.redhat.com/ubi9/ubi-minimal:9.4-949
ARG base_image=registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1714662671
FROM ${base_image}
ARG kanister_version

Expand Down
2 changes: 1 addition & 1 deletion docker/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1714662671

LABEL maintainer="Tom Manville<tom@kasten.io>"

Expand Down
2 changes: 1 addition & 1 deletion docker/mongodb-atlas/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1714662671

RUN cat >/etc/yum.repos.d/mongodb.repo <<EOL
[mongodb-org-6.0]
Expand Down

0 comments on commit 67696b0

Please sign in to comment.