forked from elastic/kibana
-
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.
[Ops] ES Serverless image verification fixes (elastic#167223)
## Summary ### Error 1: Strict mode throws an error on non-filled variables. I forgot to add this when creating the script ``` .buildkite/scripts/steps/es_serverless/promote_es_serverless_image.sh: line 40: UPLOAD_MANIFEST: unbound variable ``` ### Error 2: Uploading multi-arch images https://elastic.slack.com/archives/C5UDAFZQU/p1695725623585409 We've noticed that the downloaded `latest-verified` images are slower to start up than normal. After inspecting the manifests, it seems we were getting `linux/amd64` on our arm devices as well. The solution is to grab and upload both platform variants. (using this blog: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/)
- Loading branch information
Showing
1 changed file
with
34 additions
and
6 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