Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 6, 2023
1 parent 55e950c commit f3db30c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions dev-tools/packaging/templates/ironbank/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
# Extract Elastic Agent and make various file manipulations.
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
<<<<<<< HEAD
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.8
=======
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.2
>>>>>>> a956f6436a (ironbank: move to ubi9 (#3691))

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,13 +13,8 @@ tags:

# Build args passed to Dockerfile ARGs
args:
<<<<<<< HEAD
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.8"
=======
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.2"
>>>>>>> a956f6436a (ironbank: move to ubi9 (#3691))
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "elastic-agent"

Expand Down

0 comments on commit f3db30c

Please sign in to comment.