mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[build] Update ironbank UBI base image to 8.6 (#132281)
* [build] Update ironbank UBI base image to 8.6 * update base tag
This commit is contained in:
parent
395a98bd3e
commit
7dbffc4a40
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
################################################################################
|
||||
ARG BASE_REGISTRY=registry1.dso.mil
|
||||
ARG BASE_IMAGE=redhat/ubi/ubi8
|
||||
ARG BASE_TAG=8.5
|
||||
ARG BASE_TAG=8.6
|
||||
|
||||
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ tags:
|
|||
# Build args passed to Dockerfile ARGs
|
||||
args:
|
||||
BASE_IMAGE: 'redhat/ubi/ubi8'
|
||||
BASE_TAG: '8.5'
|
||||
BASE_TAG: '8.6'
|
||||
|
||||
# Docker image labels
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue