[build] Update ironbank UBI base image to 8.6 (#132281) (#132345)

* [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:
Kibana Machine 2022-05-17 12:29:17 -05:00 committed by GitHub
parent b239a118b5
commit 9fc5d3db09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: