Keep timeout for Package Registry

Hi All,

from within a gitlab-ci.yml I’am publishing to the Package Registry:
curl --header “JOB-TOKEN: $CI_JOB_TOKEN” --upload-file “$outdir/$file” “${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/$(lsb_release -sc)/$CI_COMMIT_TAG/$file”

So far so fine.
There seems to be only a setting to remove duplicates, but is there also a possibility to set an expiration time/date for automated deletion?

thx!

Hi @Perschak

There is just the duplicate assets cleanup policy. There is no feature that would allow you to set rules to remove package versions completely.