Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: works around statx issues by avoiding coreutils (#225)
I noticed a confusing glitch and raised an upstream bug. It may be limited to aarch64, not sure. ```bash $ docker run --platform=linux/arm64 --rm -it --entrypoint=/bin/sh ghcr.io/openzipkin/java:17.0.10_p7 /java # apk add --no-cache coreutils --snip-- /java # cat /etc/profile Error relocating /bin/cat: statx: symbol not found ``` https://gitlab.alpinelinux.org/alpine/aports/-/issues/16002 Signed-off-by: Adrian Cole <[email protected]>
- Loading branch information