Skip to content

Commit 3352b82

Browse files
authored
chore: deps(ironbank): Bump ubi version to 9.5 (#119039) (#119142)
1 parent cb9bf31 commit 3352b82

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

distribution/docker/src/docker/iron_bank/hardening_manifest.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
22
apiVersion: v1
3-
43
# The repository name in registry1, excluding /ironbank/
54
name: "elastic/elasticsearch/elasticsearch"
6-
75
# List of tags to push for the repository in registry1
86
# The most specific version should be the first tag and will be shown
97
# on ironbank.dsop.io
108
tags:
119
- "${version}"
1210
- "latest"
13-
1411
# Build args passed to Dockerfile ARGs
1512
args:
1613
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.4"
18-
14+
BASE_TAG: "9.5"
1915
# Docker image labels
2016
labels:
2117
org.opencontainers.image.title: "elasticsearch"
@@ -34,7 +30,6 @@ labels:
3430
mil.dso.ironbank.image.type: "commercial"
3531
# Product the image belongs to for grouping multiple images
3632
mil.dso.ironbank.product.name: "elasticsearch"
37-
3833
# List of resources to make available to the offline build context
3934
resources:
4035
- filename: "elasticsearch-${version}-linux-x86_64.tar.gz"
@@ -47,7 +42,6 @@ resources:
4742
validation:
4843
type: "sha256"
4944
value: "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"
50-
5145
# List of project maintainers
5246
maintainers:
5347
- name: "Rory Hunter"

0 commit comments

Comments
 (0)