-
Task
-
Resolution: Open
-
Highest
-
None
-
None
In order to limit the number of hicn packages into fdio/release to the minimum,
we need to implement a FIFO cache of the packages.
This requires some coordination with ci-management as we need to implement
DELETE in addition to ADD.
Remove / unpublish packages from the registry
To remove packages from your packagecloud registry, you can use the packagecloud CLI or the API directly to delete the package.
CLI Example:
package_cloud yank example-user/example-repository/node example-1.0.tgz
To remove scoped packages from your packagecloud registry, you pass the scope to the CLI, like so:
package_cloud yank example-user/example-repository/node @myuser/example-1.0.tgz
You can also delete packages from the web UI by visiting the repository page, selecting the package you want to delete, and choosing delete from the options presented. Deleting the package will trigger a reindex of the registry metadata.
Mitigation
File a ticket to remove unnecessary artifacts from fdio/release
https://jira.linuxfoundation.org/servicedesk/customer/portals