Skip to content

Commit 204a794

Browse files
deps: Bump ironbank version to 9.7 (#47641)
* chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.7 Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 49a69e3 commit 204a794

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

dev-tools/packaging/templates/ironbank/auditbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################################
55
ARG BASE_REGISTRY=registry1.dsop.io
66
ARG BASE_IMAGE=redhat/ubi/ubi9
7-
ARG BASE_TAG=9.6
7+
ARG BASE_TAG=9.7
88

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

dev-tools/packaging/templates/ironbank/auditbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.6"
17+
BASE_TAG: "9.7"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "auditbeat"
2020

dev-tools/packaging/templates/ironbank/filebeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################################
55
ARG BASE_REGISTRY=registry1.dsop.io
66
ARG BASE_IMAGE=redhat/ubi/ubi9
7-
ARG BASE_TAG=9.6
7+
ARG BASE_TAG=9.7
88

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

dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.6"
17+
BASE_TAG: "9.7"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "filebeat"
2020

dev-tools/packaging/templates/ironbank/heartbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################################
55
ARG BASE_REGISTRY=registry1.dsop.io
66
ARG BASE_IMAGE=redhat/ubi/ubi9
7-
ARG BASE_TAG=9.6
7+
ARG BASE_TAG=9.7
88

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

dev-tools/packaging/templates/ironbank/heartbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.6"
17+
BASE_TAG: "9.7"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "heartbeat"
2020

dev-tools/packaging/templates/ironbank/metricbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################################
55
ARG BASE_REGISTRY=registry1.dsop.io
66
ARG BASE_IMAGE=redhat/ubi/ubi9
7-
ARG BASE_TAG=9.6
7+
ARG BASE_TAG=9.7
88

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

dev-tools/packaging/templates/ironbank/metricbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.6"
17+
BASE_TAG: "9.7"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "metricbeat"
2020

dev-tools/packaging/templates/ironbank/packetbeat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################################
55
ARG BASE_REGISTRY=registry1.dsop.io
66
ARG BASE_IMAGE=redhat/ubi/ubi9
7-
ARG BASE_TAG=9.6
7+
ARG BASE_TAG=9.7
88

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

dev-tools/packaging/templates/ironbank/packetbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.6"
17+
BASE_TAG: "9.7"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "packetbeat"
2020

0 commit comments

Comments
 (0)