-
Notifications
You must be signed in to change notification settings - Fork 417
pull build deps from apk.cgr.dev/chainguard #32061
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
Conversation
Signed-off-by: Jason Hall <[email protected]>
|
Have we done a world build with this to ensure we aren't missing any APKs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ apkrane ls https://apk.cgr.dev/chainguard/x86_64/APKINDEX.tar.gz | sort > x86.list
$ ls *.yaml | xargs -I{} sh -c 'melange query {} "{{.Package.Name}}-{{.Package.Version}}-r{{.Package.Epoch}}.apk"; echo' >> melange.list
$ cat melange.list | sort | sponge melange.list
$ comm -13 x86.list melange.list | wc -l
201
$ apkrane ls https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz | sort > old-url.x86.list
$ comm -13 old-url.x86.list melange.list | wc -l
0Either i am doing something wrong, or 201 .yaml files are missing.
Should I commit them to backfill-packages.txt ?
|
I just backfilled a bunch of packages in #32100 If there are more that are missing we should backfill them. |
ok! i will wait for https://github.com/wolfi-dev/os/actions/runs/11557396223 to complete and then will re-run the check. |
|
The backfill is complete, let me know if I missed anything. |
Is missing. |
But we do have and Were these withdrawn? 🤔 |
Let's just move past that by doing a rebuild to epoch 4 #32153 |
xnox
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apk.cgr.dev is up to date with all melange files.
No description provided.