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

annotate-eol-digests (manual) pipeline violates official/unofficial pipeline split

Open lbussell opened this issue 4 weeks ago • 1 comments

The annotate-eol-digests pipeline violates the official/unofficial pipeline split because it is an official pipeline, yet it requires adding a file to the repo (parameters.dataFile) in an unofficial branch in order to function.

We should do one of the following:

  • Remove the pipeline
  • Accept the file as raw text input in a parameter - is there a character limit on this?
  • Let the pipeline get the file from somewhere else - perhaps a GitHub gist?

lbussell avatar Dec 17 '25 19:12 lbussell