From 46356bd64d84ca28d3189f7a41486793b1189ad7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:55:35 +1100 Subject: [PATCH] chore: deps(ironbank): Bump ubi version to 9.5 (#119039)

deps: Bump ironbank version

deps(ironbank): Bump ubi version to 9.5

change detected: * key "$.args.BASE_TAG" updated from "\"9.4\"" to "\"9.5\"", in file "distribution/docker/src/docker/iron_bank/hardening_manifest.yaml"

deps(ironbank): Bump ubi version to 9.5

changed lines [25] of file "/tmp/updatecli/github/elastic/elasticsearch/distribution/docker/src/docker/Dockerfile"

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!

--- .../docker/src/docker/iron_bank/hardening_manifest.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/distribution/docker/src/docker/iron_bank/hardening_manifest.yaml b/distribution/docker/src/docker/iron_bank/hardening_manifest.yaml index e3bdac51cc5c5..19b4a13dc9f22 100644 --- a/distribution/docker/src/docker/iron_bank/hardening_manifest.yaml +++ b/distribution/docker/src/docker/iron_bank/hardening_manifest.yaml @@ -1,21 +1,17 @@ --- apiVersion: v1 - # The repository name in registry1, excluding /ironbank/ name: "elastic/elasticsearch/elasticsearch" - # 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.5" # Docker image labels labels: org.opencontainers.image.title: "elasticsearch" @@ -34,7 +30,6 @@ labels: mil.dso.ironbank.image.type: "commercial" # Product the image belongs to for grouping multiple images mil.dso.ironbank.product.name: "elasticsearch" - # List of resources to make available to the offline build context resources: - filename: "elasticsearch-${version}-linux-x86_64.tar.gz" @@ -47,7 +42,6 @@ resources: validation: type: "sha256" value: "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c" - # List of project maintainers maintainers: - name: "Mark Vieira"