You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/flolu/rules_oci-debian
cd rules_oci-debian
pnpm i
bazel build //app:image_tar
docker load --input $(bazel cquery --output=files //app:image_tar)
docker run -t rules_oci_debian_repro:latest
Error on Linux
During bazel build //app:image_tar
ERROR: /home/flolu/.cache/bazel/_bazel_flolu/3af270419fb798df87446cdc0a5f5c5f/external/debian/BUILD.bazel:1:6: @debian//:debian depends on @debian_linux_amd64//:debian_linux_amd64 in repository @debian_linux_amd64 which failed to fetch. no such package '@debian_linux_amd64//': key "auths" not found in dictionary
Error on macOS
During docker run -t rules_oci_debian_repro:latest
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
Minimal Reproduction
Error on Linux
During
bazel build //app:image_tar
Error on macOS
During
docker run -t rules_oci_debian_repro:latest
Notes
Everything works fine, when not using
load("@rules_oci//oci:pull.bzl", "oci_pull")
inWORKSPACE
and rather using pull.bzlThe text was updated successfully, but these errors were encountered: