From 778870786152e9cda51b76ca3f4af13c98304013 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 20 Nov 2024 15:35:19 -0800
Subject: [PATCH] deps: Bump ironbank version to 9.5 (#200863)
deps: Bump ironbank version
deps(ironbank): Bump ubi version to 9.5
changed lines [7] of file
"/tmp/updatecli/github/elastic/kibana/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/Dockerfile"
deps(ironbank): Bump ubi version to 9.5
change detected:
* key "$.args.BASE_TAG" updated
from "\"9.4\"" to "\"9.5\"", in file
"src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"
GitHub
Action workflow link
---
|
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its
manifest(s).
- If you close this pull request, Updatecli will automatically reopen
it, the next time it runs.
- If you close this pull request and delete the base branch, Updatecli
will automatically recreate it, erasing all previous commits made.
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub
repository as a sign of appreciation, and/or to tell us directly on
our chat!
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.../os_packages/docker_generator/templates/ironbank/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/Dockerfile b/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/Dockerfile
index f7849bff06ead..9993381fb4332 100644
--- a/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/Dockerfile
+++ b/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/Dockerfile
@@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
-ARG BASE_TAG=9.4
+ARG BASE_TAG=9.5
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files