Skip to content

Commit 1ed52bf

Browse files
authored
[7.17](backport #47641) deps: Bump ironbank version to 9.7 (#47685)
1 parent 65cae80 commit 1ed52bf

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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
@@ -13,7 +13,7 @@ tags:
1313
# Build args passed to Dockerfile ARGs
1414
args:
1515
BASE_IMAGE: "redhat/ubi/ubi9"
16-
BASE_TAG: "9.4"
16+
BASE_TAG: "9.7"
1717
ELASTIC_STACK: "{{ beat_version }}"
1818
ELASTIC_PRODUCT: "auditbeat"
1919

dev-tools/packaging/templates/ironbank/elastic-agent/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.4
7+
ARG BASE_TAG=9.7
88

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

dev-tools/packaging/templates/ironbank/elastic-agent/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
# Build args passed to Dockerfile ARGs
1414
args:
1515
BASE_IMAGE: "redhat/ubi/ubi9"
16-
BASE_TAG: "9.4"
16+
BASE_TAG: "9.7"
1717
ELASTIC_STACK: "{{ beat_version }}"
1818
ELASTIC_PRODUCT: "elastic-agent"
1919

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
@@ -13,7 +13,7 @@ tags:
1313
# Build args passed to Dockerfile ARGs
1414
args:
1515
BASE_IMAGE: "redhat/ubi/ubi9"
16-
BASE_TAG: "9.4"
16+
BASE_TAG: "9.7"
1717
ELASTIC_STACK: "{{ beat_version }}"
1818
ELASTIC_PRODUCT: "filebeat"
1919

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
@@ -13,7 +13,7 @@ tags:
1313
# Build args passed to Dockerfile ARGs
1414
args:
1515
BASE_IMAGE: "redhat/ubi/ubi9"
16-
BASE_TAG: "9.4"
16+
BASE_TAG: "9.7"
1717
ELASTIC_STACK: "{{ beat_version }}"
1818
ELASTIC_PRODUCT: "heartbeat"
1919

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
@@ -13,7 +13,7 @@ tags:
1313
# Build args passed to Dockerfile ARGs
1414
args:
1515
BASE_IMAGE: "redhat/ubi/ubi9"
16-
BASE_TAG: "9.4"
16+
BASE_TAG: "9.7"
1717
ELASTIC_STACK: "{{ beat_version }}"
1818
ELASTIC_PRODUCT: "metricbeat"
1919

0 commit comments

Comments
 (0)