From fb614edce3ca05f15b24fd2a3a571e20e8cd4fa7 Mon Sep 17 00:00:00 2001 From: kdoroszko-splunk Date: Fri, 6 Dec 2024 13:22:27 +0100 Subject: [PATCH] docs: minor changes (#348) ### Description This PR contains minor changes in documentation. ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releaes test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here) --- 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