Avi Deitcher
Avi Deitcher
We have the two current API-compatible workflows in [api/API.md](https://github.com/lf-edge/eve/blob/master/api/API.md). I agree wholeheartedly we need to document: * any potential future workflows that may be accepted into the API. We had...
There was #539 which added it, and then #550 which fixed a single error. It has worked every time I tried it. If we have a reproduction of an error,...
Can we close this? I just ran another test, using the below `apko.yaml`, worked like a charm: ```yaml contents: keyring: - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub repositories: - "@local /tmp/apk" packages: - glibc@local -...
> cgr.dev/chainguard/melange Did you mean cgr.dev/chainguard/apko ?
Can you try the latest explicitly more recently? `cgr.dev/chainguard/apko:latest-20230322` Not 100% convinced that is the issue, but maybe it _is_ a tagging issue; let's rule it out.
OK @Lunarequest I can reproduce it now using the image, although a locally built version fails. It would help if I could see the commit on your version, but there...
Good suggestion from @kaniini , can you try this image? ghcr.io/wolfi-dev/sdk:latest
Oh sorry. Forgot that it is the whole big sdk, not just apko. This is what I do: ```sh $ docker run -it --rm -v /path/to/apko.yaml:/tmp/apko.yaml:ro ghcr.io/wolfi-dev/sdk:latest Welcome to the...
I just hit the same problem. If you try to run `cargo build` with vendoring configured into `config.toml`, it fails, as it should. But `cargo vendor` works without `vendor/` (which...
This is a good question, so I will take it. I do not speak for Zededa, but I do have an opinion (even if my own). I have not seen...