docker-tools icon indicating copy to clipboard operation
docker-tools copied to clipboard

annotate-eol-digests pipeline not migrated to new pipeline system

Open mthalman opened this issue 3 months ago • 0 comments

The annotate-eol-digests pipeline fails to run in AzDO. It will get the following error:

Encountered error(s) while parsing pipeline YAML:
A value for the 'sourceBuildPipelineRunId' parameter must be provided.
/eng/pipelines/templates/variables/image-builder.yml (Line: 13, Col: 10): Key not found 'sourceBuildPipelineRunId'

It's also missing some required parameters that need to be passed to https://github.com/dotnet/docker-tools/blob/main/eng/common/templates/steps/annotate-eol-digests.yml

mthalman avatar Sep 23 '25 17:09 mthalman