Skip to content

Commit

Permalink
Update RH base image for controller and tools image to `ubi-minimal:8…
Browse files Browse the repository at this point in the history
….4-208` (#1081)

* Update RH base image for controller and tools image

* Retrigger CI
  • Loading branch information
viveksinghggits committed Sep 2, 2021
1 parent 49a8ce0 commit ed972bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.4-205
ARG base_image=registry.access.redhat.com/ubi8/ubi-minimal:8.4-208
FROM ${base_image}
ARG kanister_version

Expand All @@ -8,7 +8,7 @@ LABEL name=ARG_BIN \
release="${kanister_version}" \
summary="Microservice for application-specific data management" \
maintainer="Tom Manville<tom@kasten.io>" \
description="Framework and utilities for application-specific data management, has updated openssl-libs."
description="Frameworks and utilities for application-specific data management, has updated openssl-libs."

RUN microdnf install git && \
microdnf update openssl-libs && \
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.4-205
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-208
ARG kan_tools_version="test-version"
LABEL name="kanister-tools" \
vendor="Kanister" \
Expand Down

0 comments on commit ed972bf

Please sign in to comment.