Skip to content

Commit

Permalink
change base image to ubi 9.2 (#36797)
Browse files Browse the repository at this point in the history
Co-authored-by: julienlind <[email protected]>
(cherry picked from commit 2393576)

# Conflicts:
#	dev-tools/packaging/templates/ironbank/auditbeat/Dockerfile
#	dev-tools/packaging/templates/ironbank/auditbeat/hardening_manifest.yaml
#	dev-tools/packaging/templates/ironbank/filebeat/Dockerfile
#	dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml
#	dev-tools/packaging/templates/ironbank/heartbeat/Dockerfile
#	dev-tools/packaging/templates/ironbank/heartbeat/hardening_manifest.yaml
#	dev-tools/packaging/templates/ironbank/metricbeat/Dockerfile
#	dev-tools/packaging/templates/ironbank/metricbeat/hardening_manifest.yaml
#	dev-tools/packaging/templates/ironbank/packetbeat/Dockerfile
#	dev-tools/packaging/templates/ironbank/packetbeat/hardening_manifest.yaml
  • Loading branch information
jlind23 authored and mergify[bot] committed Oct 9, 2023
1 parent aae1fa2 commit 7001e06
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-tools/packaging/templates/ironbank/auditbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
<<<<<<< HEAD
ARG BASE_TAG=8.7
=======
ARG BASE_TAG=9.2
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
<<<<<<< HEAD
BASE_TAG: "8.7"
=======
BASE_TAG: "9.2"
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "auditbeat"

Expand Down
4 changes: 4 additions & 0 deletions dev-tools/packaging/templates/ironbank/filebeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
<<<<<<< HEAD
ARG BASE_TAG=8.7
=======
ARG BASE_TAG=9.2
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
<<<<<<< HEAD
BASE_TAG: "8.7"
=======
BASE_TAG: "9.2"
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "filebeat"

Expand Down
4 changes: 4 additions & 0 deletions dev-tools/packaging/templates/ironbank/heartbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
<<<<<<< HEAD
ARG BASE_TAG=8.7
=======
ARG BASE_TAG=9.2
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))

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,11 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
<<<<<<< HEAD
BASE_TAG: "8.7"
=======
BASE_TAG: "9.2"
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "heartbeat"

Expand Down
4 changes: 4 additions & 0 deletions dev-tools/packaging/templates/ironbank/metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
<<<<<<< HEAD
ARG BASE_TAG=8.7
=======
ARG BASE_TAG=9.2
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
<<<<<<< HEAD
BASE_TAG: "8.7"
=======
BASE_TAG: "9.2"
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "metricbeat"

Expand Down
4 changes: 4 additions & 0 deletions dev-tools/packaging/templates/ironbank/packetbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
<<<<<<< HEAD
ARG BASE_TAG=8.7
=======
ARG BASE_TAG=9.2
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
<<<<<<< HEAD
BASE_TAG: "8.7"
=======
BASE_TAG: "9.2"
>>>>>>> 239357688c (change base image to ubi 9.2 (#36797))
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "packetbeat"

Expand Down

0 comments on commit 7001e06

Please sign in to comment.