Piotr Tabor (ptab)

Results 5 issues of Piotr Tabor (ptab)

In https://github.com/chainguard-dev/rules_apko/pull/64/files/78c551af671b24f2b5c80a404005761b90147bbe#diff-9912b6950a30993bc94f913745c42a5d3b00be7b99eb96fe6f4b6342886a5420 we observed lock files to be generated with duplicates like: ``` { "name": "dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64", "url": "https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz", "architecture": "x86_64" }, { "name": "dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64", "url": "https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz", "architecture": "x86_64" }, {...

Currently when signature part of package changes, it triggers immediate failure of the build process (especially when the lock-file is used). Here we prefer to use the predefined hash to...

### Which image/versions are related to this issue/feature request? cgr.dev/chainguard/bazel:6.1.1 & 6.2.0 ### Issue/Feature description Official bazel distribution assumes presence of 2 tools in the underlying environment: - zip (https://github.com/bazelbuild/bazel/blob/85dcafeba92479bee5b2cd2cb3f33f84be7de7f7/tools/test/test-setup.sh#L430)...

needs-triage

1. crun is dependency of podman (the only used in wolfi tree is podman). podman already depends on systemd-dev. 2. podman fails due to crun by default: ``` podman run...

1. Conmon without support for systemd fails like: ``` [conmon:e] Include journald in compilation path to log to systemd journal ``` 2. journald is the default mode for operating of...