forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes for Iron Bank * Add placeholder for ES tgz checksum
- Loading branch information
1 parent
ee66de9
commit 2df1b4d
Showing
3 changed files
with
48 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,9 @@ labels: | |
resources: | ||
- filename: "elasticsearch-${version}-linux-x86_64.tar.gz" | ||
url: "<artifact_path>/elasticsearch-${version}-linux-x86_64.tar.gz" | ||
validation: | ||
type: "sha512" | ||
value: "<insert SHA 512 here>" | ||
- filename: "tini" | ||
url: "https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64" | ||
validation: | ||
|
@@ -47,7 +50,14 @@ resources: | |
|
||
# List of project maintainers | ||
maintainers: | ||
- name: "Nassim Kammah" | ||
email: "[email protected]" | ||
- name: "Rory Hunter" | ||
email: "[email protected]" | ||
username: "rory" | ||
- email: "[email protected]" | ||
name: "Alexander Klepal" | ||
username: "alexander.klepal" | ||
cht_member: true | ||
- email: "[email protected]" | ||
name: "Yalabe Dukuly" | ||
username: "yalabe.dukuly" | ||
cht_member: true |