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:
parent
9ad48200d8
commit
ddb5623370
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
|
## [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)
|
## [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
|
- Update 'github.com/arangodb/arangosync-client' dependency to v0.7.0
|
||||||
|
|
|
@ -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}
|
FROM ${IMAGE}
|
||||||
|
|
||||||
RUN microdnf update && microdnf clean all
|
RUN microdnf update && microdnf clean all
|
2
Makefile
2
Makefile
|
@ -93,7 +93,7 @@ ifndef DEPLOYMENTNAMESPACE
|
||||||
DEPLOYMENTNAMESPACE := default
|
DEPLOYMENTNAMESPACE := default
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.0
|
BASEUBIIMAGE ?= registry.access.redhat.com/ubi8/ubi-minimal:8.4
|
||||||
|
|
||||||
ifndef OPERATORIMAGE
|
ifndef OPERATORIMAGE
|
||||||
OPERATORIMAGE := $(DOCKERNAMESPACE)/kube-arangodb$(IMAGESUFFIX)
|
OPERATORIMAGE := $(DOCKERNAMESPACE)/kube-arangodb$(IMAGESUFFIX)
|
||||||
|
|
Loading…
Reference in a new issue