1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

[Feature] Update Go and UBI Versions (#785)

This commit is contained in:
Adam Janikowski 2021-09-09 16:32:11 +02:00 committed by GitHub
parent 9ad48200d8
commit ddb5623370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# Change Log
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
- Update UBI Image to 8.4
## [1.2.2](https://github.com/arangodb/kube-arangodb/tree/1.2.2) (2021-09-09)
- Update 'github.com/arangodb/arangosync-client' dependency to v0.7.0

View file

@ -1,4 +1,4 @@
ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.0
ARG IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM ${IMAGE}
RUN microdnf update && microdnf clean all

View file

@ -93,7 +93,7 @@ ifndef DEPLOYMENTNAMESPACE
DEPLOYMENTNAMESPACE := default
endif
BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.0
BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.4
ifndef OPERATORIMAGE
OPERATORIMAGE := $(DOCKERNAMESPACE)/kube-arangodb$(IMAGESUFFIX)