Skip to content

Commit d5cf398

Browse files
chore: deps(ironbank): Bump ubi version to 9.5 (#119039) (#119143)
<Actions> <action id="ad27da7f660d61c82c61599e0e6945827ced1590f4bf36a5f74db07e99c04215"> <h3>deps: Bump ironbank version</h3> <details id="c8ee27cd13736547d240c88751dee86bddfbda339d0ee25795d0cc066ff6ea01"> <summary>deps(ironbank): Bump ubi version to 9.5</summary> <p>change detected:&#xA;&#x9;* key &#34;$.args.BASE_TAG&#34; updated from &#34;\&#34;9.4\&#34;&#34; to &#34;\&#34;9.5\&#34;&#34;, in file &#34;distribution/docker/src/docker/iron_bank/hardening_manifest.yaml&#34;</p> </details> <details id="ddfe323476a100a4fecf1aab633e1209ffebe2f0e55366500df03a529b067050"> <summary>deps(ironbank): Bump ubi version to 9.5</summary> <p>changed lines [25] of file &#34;/tmp/updatecli/github/elastic/elasticsearch/distribution/docker/src/docker/Dockerfile&#34;</p> </details> <a href="https://github.com/elastic/elasticsearch/actions/runs/12407230468">GitHub Action workflow link</a> </action> </Actions> --- <table> <tr> <td width="77"> <img src="https://www.updatecli.io/images/updatecli.png" alt="Updatecli logo" width="50" height="50"> </td> <td> <p> Created automatically by <a href="https://www.updatecli.io/">Updatecli</a> </p> <details><summary>Options:</summary> <br /> <p>Most of Updatecli configuration is done via <a href="https://www.updatecli.io/docs/prologue/quick-start/">its manifest(s)</a>.</p> <ul> <li>If you close this pull request, Updatecli will automatically reopen it, the next time it runs.</li> <li>If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.</li> </ul> <p> Feel free to report any issues at <a href="https://github.com/updatecli/updatecli/issues">github.com/updatecli/updatecli</a>.<br /> If you find this tool useful, do not hesitate to star <a href="https://github.com/updatecli/updatecli/stargazers">our GitHub repository</a> as a sign of appreciation, and/or to tell us directly on our <a href="https://matrix.to/#/#Updatecli_community:gitter.im">chat</a>! </p> </details> </td> </tr> </table> (cherry picked from commit 46356bd) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc20a26 commit d5cf398

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)