Replies: 2 comments 7 replies
-
I think im having a similar issue (yet different issue) that the package repository is broken? Im seeing this error in my docker build which runs in aws. Works locally and seems to be only broken since the last couple of days and possibly linked to https://packages.wolfi.dev/os to https://apk.cgr.dev/chainguard
EDIT: Im my case, it looks like i need to update some firewall policy stuff. But still interesting to know why the package repo is now changed to https://apk.cgr.dev/chainguard @cflee also looks like it might be a part of this change chainguard-images/images@eac6d64 |
Beta Was this translation helpful? Give feedback.
-
Last year we started to publish packages both to packages.wolfi.dev/os and apk.cgr.dev/chainguard. The horizon of history in the two is different. If you want to access packages.wolfi.dev/os you still can, but you need install wolfi-keys and add that repository. Note that we provide historical archives of packages, but they are frozen in time and do not support security support. The package in question is nodejs-20-20.13.1-r0 has become obsolete in May 28 18:19:32 2024 and no longer supported. @cflee Why do you need fresh access to it today in June 2025? nodejs-20-20.13.1-r0 is unchanged, meaning an image built with it back in May 27 2024 can still be used directly, and you should have cached it rather than rebuilding it a fresh. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Roughly 13 days ago, I was still able to install some older packages like
nodejs-20-20.13.1-r0
(usingapk add --no-cache nodejs-20=~20.13.1
) to run testing on whether vulnerability scanners were reporting correctly on that older package version. Previous comment from a maintainer also showed thatapk search
would reflect many older versions.However, on a
cgr.dev/chainguard/wolfi-base:latest
image as of today, it is no longer possible to get that specific package. This apk error indicates that the specified package version is not available in the repository.It looks to me that there has been a change in what
cgr.dev/chainguard/wolfi-base
uses as apk repository, fromhttps://packages.wolfi.dev/os
tohttps://apk.cgr.dev/chainguard
. There's a distinctly different number of packages available on the Wolfi repository:Questions
I can't find a commit in the wolfi-dev/os repository to match this change, am I looking in the wrong spot?
Is this just a repository URL migration and the older packages will be made available on
apk.cgr.dev
soon?Or is there a distinct change in what
cgr.dev/chainguard/wolfi-base
image now is?In particular, I had the impression that this image is supposed to be Wolfi, since the README says "Base image for the Wolfi Linux Distribution" and this repo's README refers to
packages.wolfi.dev
as the APK repository for Wolfi. Is this wolfi-base image now becoming something else like Chainguard OS instead of Wolfi?Will there be any future impact to the availability of
packages.wolfi.dev
and its contents?Beta Was this translation helpful? Give feedback.
All reactions