File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
4+ - Update UBI Image to 8.4
45
56## [ 1.2.2] ( https://github.com/arangodb/kube-arangodb/tree/1.2.2 ) (2021-09-09)
67- Update 'github.com/arangodb/arangosync-client' dependency to v0.7.0
Original file line number Diff line number Diff line change 1- ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.0
1+ ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.4
22FROM ${IMAGE}
33
44RUN microdnf update && microdnf clean all
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ ifndef DEPLOYMENTNAMESPACE
9393 DEPLOYMENTNAMESPACE := default
9494endif
9595
96- BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.0
96+ BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.4
9797
9898ifndef OPERATORIMAGE
9999 OPERATORIMAGE := $(DOCKERNAMESPACE)/kube-arangodb$(IMAGESUFFIX)
You can’t perform that action at this time.
0 commit comments