From 8a86233bc00825bd72f796fcba656210b884b330 Mon Sep 17 00:00:00 2001 From: kdoroszko-splunk Date: Thu, 5 Dec 2024 16:26:09 +0100 Subject: [PATCH] docs: minor changes --- runbooks/addonfactory-workflow-addon-release-docker-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbooks/addonfactory-workflow-addon-release-docker-images.md b/runbooks/addonfactory-workflow-addon-release-docker-images.md index afc36ef4e..645ce0235 100644 --- a/runbooks/addonfactory-workflow-addon-release-docker-images.md +++ b/runbooks/addonfactory-workflow-addon-release-docker-images.md @@ -8,7 +8,7 @@ Once there is new Splunk release, and [matrix](https://github.com/splunk/addonfa - if any is missing in [ta-automation-docker-images](https://cd.splunkdev.com/taautomation/ta-automation-docker-images/-/tree/main/dockerfiles) then add new Dockerfile #### Create images and publish them to ECR -- figure out what version of Splunk is needed (sha) using go/fetcher +- figure out what version of Splunk is needed (sha) using `BUILD` field from [splunk_matrix](https://github.com/splunk/addonfactory-test-matrix-action/blob/main/config/splunk_matrix.conf#L7) (alternatively use go/fetcher) - trigger [pipeline](https://cd.splunkdev.com/taautomation/ta-automation-docker-images/-/pipelines/new) for every OS flavor separately ## Runbook to publish unreleased Splunk image for testing