File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
distribution/docker/src/docker/iron_bank Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11---
22apiVersion : v1
3-
43# The repository name in registry1, excluding /ironbank/
54name : " 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
108tags :
119- " ${version}"
1210- " latest"
13-
1411# Build args passed to Dockerfile ARGs
1512args :
1613 BASE_IMAGE : " redhat/ubi/ubi9"
17- BASE_TAG : " 9.4"
18-
14+ BASE_TAG : " 9.5"
1915# Docker image labels
2016labels :
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
3934resources :
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
5246maintainers :
5347 - name : " Rory Hunter"
You can’t perform that action at this time.
0 commit comments