-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Labels
RequestRequest for image modification or featureRequest for image modification or feature
Description
Hi,
docker-ce for Raspbian should again support older Raspberry Pi devices (arm32v5) as it did up until 18.06 (see moby/moby#38175). While I try to debug that issue, I couldn't find a debian stretch based golang image for arm32v5 anymore, using the available alpine-based images leads to dependencies to musl-libc:
cd /go/src/github.com/docker/cli && \
LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20190204010345-8a8ad78fb1 GITCOMMIT=8a8ad78fb1 dynbinary manpages
make[2]: Entering directory '/go/src/github.com/docker/cli'
./scripts/build/dynbinary
/lib/ld-musl-armhf.so.1: No such file or directory
Makefile:63: recipe for target 'dynbinary' failed
Metadata
Metadata
Assignees
Labels
RequestRequest for image modification or featureRequest for image modification or feature