Skip to content

Commit

Permalink
Update Elastic Agent docker image to use ubi 9.4 within the Ironbank …
Browse files Browse the repository at this point in the history
…context (#4983)

Update Elastic Agent docker image to use ubi 9.4 within the Ironbank context
  • Loading branch information
jlind23 committed Jun 21, 2024
1 parent 8a30900 commit f33b754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/packaging/templates/ironbank/Dockerfile.tmpl
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=redhat/ubi/ubi9
ARG BASE_TAG=9.3
ARG BASE_TAG=9.4

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

Expand Down

0 comments on commit f33b754

Please sign in to comment.