jonasbn / ebirah

Experimental Docker project for Dist::Zilla
https://jonasbn.github.io/ebirah/
MIT License
3 stars 1 forks source link

Delete phony package built by accident #13

Closed jonasbn closed 3 years ago

jonasbn commented 3 years ago

When automating the Docker guild I accidently created a package named "image". This should be deleted.

The documentation explains how, but the options do not seem available.

The documentation says it cannot be done via the API, but all examples seem to point to that this is the only option

jonasbn commented 3 years ago

Solution seems to be to make the repository private, delete the relevant package and then make it public again.

REF: StackOverflow

I found a solution how to remove the package.

  1. Go to the repository settings and change the visibility to "private".
  2. Go to the repository, click on "packages" >> "Manage versions"
  3. On the page we see the "delete" button.
  4. After deleting, return to the repository settings and change the visibility to "public".
  5. Profit!

This will mean that the following will be lost.

You will permanently lose:

All stars and watchers of this repository. All pages published from this repository.

jonasbn commented 3 years ago

With only a single stargazer, I thought it would be okay and now it should be done.

I hope @thibaultduponchelle will decide to become a stargazer again at some point.