From b914a626c3493b18253fe903aa18688c540cc68b Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Sat, 12 Oct 2024 04:28:43 +1100 Subject: [PATCH] [8.15] deps: Bump ironbank version to 9.4 (#195864) (#195956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.15`: - [deps: Bump ironbank version to 9.4 (#195864)](https://github.com/elastic/kibana/pull/195864) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../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'