File tree 1 file changed +1
-7
lines changed
distribution/docker/src/docker/iron_bank
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : v1
3
-
4
3
# The repository name in registry1, excluding /ironbank/
5
4
name : " elastic/elasticsearch/elasticsearch"
6
-
7
5
# List of tags to push for the repository in registry1
8
6
# The most specific version should be the first tag and will be shown
9
7
# on ironbank.dsop.io
10
8
tags :
11
9
- " ${version}"
12
10
- " latest"
13
-
14
11
# Build args passed to Dockerfile ARGs
15
12
args :
16
13
BASE_IMAGE : " redhat/ubi/ubi9"
17
- BASE_TAG : " 9.4"
18
-
14
+ BASE_TAG : " 9.5"
19
15
# Docker image labels
20
16
labels :
21
17
org.opencontainers.image.title : " elasticsearch"
@@ -34,7 +30,6 @@ labels:
34
30
mil.dso.ironbank.image.type : " commercial"
35
31
# Product the image belongs to for grouping multiple images
36
32
mil.dso.ironbank.product.name : " elasticsearch"
37
-
38
33
# List of resources to make available to the offline build context
39
34
resources :
40
35
- filename : " elasticsearch-${version}-linux-x86_64.tar.gz"
@@ -47,7 +42,6 @@ resources:
47
42
validation :
48
43
type : " sha256"
49
44
value : " 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c"
50
-
51
45
# List of project maintainers
52
46
maintainers :
53
47
- name : " Rory Hunter"
You can’t perform that action at this time.
0 commit comments