Skip to content

Commit

Permalink
deps: Bump ironbank version to 9.5 (#41680)
Browse files Browse the repository at this point in the history
* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

* chore: deps(ironbank): Bump ubi version to 9.5

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] authored Nov 19, 2024
1 parent 2ea4a2b commit 83ce2f7
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.4
ARG BASE_TAG=9.5

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

Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
BASE_TAG: "9.5"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "auditbeat"

2 changes: 1 addition & 1 deletion dev-tools/packaging/templates/ironbank/filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.4
ARG BASE_TAG=9.5

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

Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
BASE_TAG: "9.5"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "filebeat"

Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.4
ARG BASE_TAG=9.5

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

Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
BASE_TAG: "9.5"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "heartbeat"

Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
BASE_TAG: "9.5"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "metricbeat"

Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.4
ARG BASE_TAG=9.5

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

Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.4"
BASE_TAG: "9.5"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "packetbeat"

0 comments on commit 83ce2f7

Please sign in to comment.