Skip to content

Commit ddb5623

Browse files
authored
[Feature] Update Go and UBI Versions (#785)
1 parent 9ad4820 commit ddb5623

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

Dockerfile.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.0
1+
ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.4
22
FROM ${IMAGE}
33

44
RUN microdnf update && microdnf clean all

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ifndef DEPLOYMENTNAMESPACE
9393
DEPLOYMENTNAMESPACE := default
9494
endif
9595

96-
BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.0
96+
BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.4
9797

9898
ifndef OPERATORIMAGE
9999
OPERATORIMAGE := $(DOCKERNAMESPACE)/kube-arangodb$(IMAGESUFFIX)

0 commit comments

Comments
 (0)