Skip to content

Commit

Permalink
Update controllers baseimage to version `ubi-minimal:8.4-200.16225484…
Browse files Browse the repository at this point in the history
…83` (#1026)

If we used the version `ubi-minimal:8.3`, certification of kanister
failed in the red hat certification pipeline.
This PR updated the version so that kanister image would pass the
red hat certification pipeline.
  • Loading branch information
viveksinghggits committed Jun 16, 2021
1 parent 801d104 commit 035124b
Showing 1 changed file with 1 addition and 1 deletion.
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.3
ARG base_image=registry.access.redhat.com/ubi8/ubi-minimal:8.4-200.1622548483
FROM ${base_image}
ARG kanister_version

Expand Down

0 comments on commit 035124b

Please sign in to comment.