File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
4
+ - Update UBI Image to 8.4
4
5
5
6
## [ 1.2.2] ( https://github.com/arangodb/kube-arangodb/tree/1.2.2 ) (2021-09-09)
6
7
- 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
2
2
FROM ${IMAGE}
3
3
4
4
RUN microdnf update && microdnf clean all
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ ifndef DEPLOYMENTNAMESPACE
93
93
DEPLOYMENTNAMESPACE := default
94
94
endif
95
95
96
- BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.0
96
+ BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.4
97
97
98
98
ifndef OPERATORIMAGE
99
99
OPERATORIMAGE := $(DOCKERNAMESPACE)/kube-arangodb$(IMAGESUFFIX)
You can’t perform that action at this time.
0 commit comments