Fix/dockerhub remove ci pkg tag
Issue/feature addressed
Accumulation of many environment images consumes diskspace on the CI.
Proposed solution
Move all the packaging environment images under a single repository pkg-env
. Add clean-up jobs which delete the images from the server when the pipeline succeeds.
Implementation
Uses the regctl
utility to delete images from the server using the docker API.
Tests
Suggested reviewers
Notes
Checklist
[ ] Functions and classes, or changes to them, are documented.[ ] User guide/documentation is updated.-
Changelog is updated. [ ] Suitable tests added for new functionality.[ ] Contributed code is correctly formatted. (See the contributing guidelines).[ ] License added to any new files.[ ] No extraneous files have been added (e.g. compiler output or test data files).
Edited by Chris Cantwell