John Osborne
John Osborne
The command: oci-image-tool create --ref latest busybox-oci busybox-bundle Should read: oci-image-tool create --ref name=latest busybox-oci busybox-bundle In order to work properly. It's just missing the "name="
Signed-off-by: John Osborne
I'd like to share my open source Pygments plugin with a broader audience. Is there a recommended way to get it to added to the FAQ or some other community...
Per user feedback, some people have tried using other package manager instead of compiling from source, suggest updating the README with more clarity. Here is one suggestion (feel free to...
We set the epoch to 1970 so we can create reproducible builds, we should add some information to the FAQ for places where this might break something. For example, urlwatch...
Even though the README install instructions run inside of a container, they run as privileged and leverage workstation dependencies. On Fedora I had to install: dnf install qemu-user-static for instance...
Since Kafka 3.6 Chainguard has been building the kafka image to be bitnami compat which has a different entrypoint and directory structure but the current docs still reference the non-bitnami...