Replies: 2 comments 4 replies
-
I guess there must be some delay, the builds can't complete instantly. But I don't think we can check this as the package builds don't seem to be done in GitHub Actions. Perhaps parsing the APKINDEX is a 'safe' or reliable way to know what's actually reached the repository and is latest? |
Beta Was this translation helpful? Give feedback.
-
@kastl-ars @cflee there is a webservice and also command line tools for this. See https://apk.dag.dev/ for access to apk.cgr.dev/chainguard and also packages.wolfi.dev/os and other repos. Or you can use json or text output from
Note the |
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.
-
Dear all,
I am using WolfiOS to build some container images, which is really nice using apko.
One thing I did not solve properly: How do I find out the latest published version of a package during building the image with e.g. the apko GitHub action?
Can I just look at the
main
branch and check the version inside the package's definition, e.g.for apko ?
Or is there some delay between merging things to
main
and the build being finished and the package published?There is a Github Action to find the latest release of a repository, which is what I am currently using as a workaround. But just because apko releases a new version does not mean the WolfiOS package of apko is available in that version...
Maybe someone has ideas on how to solve this.
Thanks in advance!
Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions