From aa4720d6629f57fab7b295e979fd1713ef2d3457 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:44:05 -0700 Subject: [PATCH] deps: Bump ironbank version to 9.4 (#195864)

deps: Bump ironbank version

deps(ironbank): Bump ubi version to 9.4

change detected: * key "$.args.BASE_TAG" updated from "'9.4'" to "\"9.4\"", in file "src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml"

GitHub Action workflow link
---
Updatecli
logo

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> Co-authored-by: Victor Martinez (cherry picked from commit 4ab5916429f86a145a4842b6434193eafd00310b) --- .../templates/ironbank/hardening_manifest.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml b/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml index 4dc8ff9868dc1..287739cc03fea 100644 --- a/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml +++ b/src/dev/build/tasks/os_packages/docker_generator/templates/ironbank/hardening_manifest.yaml @@ -1,21 +1,17 @@ --- apiVersion: v1 - # The repository name in registry1, excluding /ironbank/ name: 'elastic/kibana/kibana' - # List of tags to push for the repository in registry1 # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - '{{version}}' - 'latest' - # Build args passed to Dockerfile ARGs args: BASE_IMAGE: 'redhat/ubi/ubi9' - BASE_TAG: '9.4' - + BASE_TAG: "9.4" # Docker image labels labels: org.opencontainers.image.title: 'kibana' @@ -27,7 +23,6 @@ labels: # mil.dso.ironbank.image.keywords: "" # mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: 'Kibana' - # List of resources to make available to the offline build context resources: - filename: kibana-{{version}}-linux-x86_64.tar.gz @@ -45,7 +40,6 @@ resources: validation: type: sha512 value: 0ce56bde1853fed3e53282505bac65707385275a27816c29712ab04c187aa249797c82c58759b2b36c210d4e2683eda92359d739a8045cb8385c2c34d37cc9e1 - # List of project maintainers maintainers: - email: 'jon@elastic.co'