Skip to content

Commit

Permalink
Upgrade RH ubi base image to 8.5-230 (#1217)
Browse files Browse the repository at this point in the history
* Upgrade RH ubi base image to 8.5-230

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>

* Update UBI image to 8.5-230 in Dockerfile.in

Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>

Co-authored-by: Pavan Navarathna <pavan@kasten.io>
  • Loading branch information
PrasadG193 and pavannd1 committed Feb 3, 2022
1 parent aacad92 commit 67c25b5
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/ubi8/ubi-minimal:8.5-218
ARG base_image=registry.access.redhat.com/ubi8/ubi-minimal:8.5-230
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/ubi8/ubi-minimal:8.5-218
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-230

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

Expand Down
2 changes: 1 addition & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-218
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-230
ARG kan_tools_version="test-version"
LABEL name="kanister-tools" \
vendor="Kanister" \
Expand Down

0 comments on commit 67c25b5

Please sign in to comment.