From a00d77ade6b101930609017597e8d8930c09d583 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 06:23:49 +0000 Subject: [PATCH] chore: deps(ironbank): Bump ubi version to 9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .../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"