mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
The Ironbank Docker context contains a list of checksums for installed
assets. The Kibana checksum listed currently contains a static,
outdated checksum from a previous release. This is usually replaced at
publish time via automation, but in cases where we have to do a manual
release it can be easy to overlook and cause confusion.
This nulls out the checksum to make it clear it hasn't been updated.
(cherry picked from commit e34de5b989
)
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
This commit is contained in:
parent
ad0ac807f6
commit
abf598be9a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ resources:
|
|||
url: <artifact_path>/kibana-{{version}}-linux-x86_64.tar.gz
|
||||
validation:
|
||||
type: sha512
|
||||
value: aa68f850cc09cf5dcb7c0b48bb8df788ca58eaad38d96141b8e59917fd38b42c728c0968f7cb2c8132c5aaeb595525cdde0859554346c496f53c569e03abe412
|
||||
value: null
|
||||
- filename: tini
|
||||
url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64
|
||||
validation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue