mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [build] Update ironbank UBI base image to 8.6
* update base tag
(cherry picked from commit 7dbffc4a40
)
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
This commit is contained in:
parent
b239a118b5
commit
9fc5d3db09
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