mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[artifacts/container-image] Add annotation containing image metadata (#149627)
Adds a buildkite annotation with the built image tags. https://buildkite.com/elastic/kibana-artifacts-container-image/builds/157
This commit is contained in:
parent
d9197fc1d5
commit
3727091344
1 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,16 @@ echo "--- Push manifest"
|
|||
docker manifest push "$KIBANA_IMAGE"
|
||||
docker logout docker.elastic.co
|
||||
|
||||
cat << EOF | buildkite-agent annotate --style "info" --context image
|
||||
### Container Images
|
||||
|
||||
Manifest: \`$KIBANA_IMAGE\`
|
||||
|
||||
AMD64: \`$KIBANA_IMAGE-amd64\`
|
||||
|
||||
ARM64: \`$KIBANA_IMAGE-arm64\`
|
||||
EOF
|
||||
|
||||
echo "--- Build dependencies report"
|
||||
node scripts/licenses_csv_report "--csv=target/dependencies-$GIT_ABBREV_COMMIT.csv"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue