Skip to content

Commit

Permalink
ironbank: use ubi8:8.7 in ElasticAgent (#36620)
Browse files Browse the repository at this point in the history
The backport didn't work since Elastic Agent is not anymore in 8.x
  • Loading branch information
v1v authored Sep 20, 2023
1 parent fd8fe01 commit 3f3f0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.6
ARG BASE_TAG=8.7

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.6"
BASE_TAG: "8.7"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "elastic-agent"

Expand Down

0 comments on commit 3f3f0ce

Please sign in to comment.