-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b'no such manifest #20
Comments
@basz can you send me an example of how you create the images? |
I have the following action that I run manually on my M1 laptop with 'act'. Arm is then build locally and amd on the linux box. I have no idea where that unknown/unknown comes from. That seems to be something that was introduced since i fugured this out.
|
@basz this needs a private machine that I don't have to run this
so I can debug the GitHub API |
@basz
2
|
Different sha 'cause that has been deleted manually...
|
so it look like that for some reason delete-untagged-ghcr-action/clean_ghcr.py Line 106 in 1e4bcb5
I will update the code |
repo created and ran build task as above... I used these two dockerfiles. I think you accept my invite first before i can grant you access to the packages pages...
|
@basz |
ah.
|
the repo "https://github.com/bushbaby/delete-action-issue" is need more debug |
repo online |
or you can add me in Package settings -> Manage access |
try now |
still not working |
now? |
uhm. that's weird. docker pull ghcr.io/bushbaby/delete-action-issue/php:8.1-cli pulls ok... no idea what that could be |
On you Mac is same error ? |
some pull ok some do not maybe one the cause is this additional job... running next to yours... https://github.com/bushbaby/delete-action-issue/actions/runs/4588802273/jobs/8103717098
|
reason for using two actions is that I want untagged packages deleted. But in addition want tagged packages deleted (with some constraints) which is something your action is not capable of i remember correctly... |
for debug |
another option to debug |
test 1. I am then able to pull every image... I then ran the delete-untagged-ghcr-action action which then suprisinlgy delete a bunch of stuff https://github.com/bushbaby/delete-action-issue/actions/runs/4589441325/jobs/8104330113#step:3:80 |
you want me to do the same with only arm? |
so probably the bug start because both action run in the same time |
hm, that makes sense. However on the next run it still run into issues. I think maybe 'actions/delete-package-versions@v4' also deletes untagged versions that are part of a multiplatform package... It has a flag of delete-only-untagged-versions but not the reverse 'delete-only-tagged-versions'. I guess that action is simply incompatible for multiplatform containers. Anyway thanks for working on this. Very much appreciated! |
@basz |
and
Looking at my packages, which are multiplatform, i did notice packages with an unknown/unknown platform in them, which is weird also...
anyway, mayby there is a simple fix... thx!
The text was updated successfully, but these errors were encountered: