Skip to content

Commit 664cd14

Browse files
committed
Revert "Stop updating ELK (deprecated)"
This reverts commit 618b2fe. See docker-library/docs#1043.
1 parent fdffad5 commit 664cd14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

update.sh/vars.groovy

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ def rawReposData = [
1616
['drupal', [
1717
'env': 'DRUPAL_VERSION',
1818
]],
19+
['elasticsearch', [
20+
'env': 'ELASTICSEARCH_VERSION',
21+
]],
1922
['gcc', [
2023
'env': 'GCC_VERSION',
2124
]],
@@ -41,6 +44,12 @@ def rawReposData = [
4144
['julia', [
4245
'env': 'JULIA_VERSION',
4346
]],
47+
['kibana', [
48+
'env': 'KIBANA_VERSION',
49+
]],
50+
['logstash', [
51+
'env': 'LOGSTASH_VERSION',
52+
]],
4453
['mariadb', [
4554
'env': 'MARIADB_VERSION',
4655
]],

0 commit comments

Comments
 (0)