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
When building the nextcloud image: .../22.0/fpm-alpine# docker build -t nextcloud:fpm-alpine .
Or nextcloud-full image (starting from a dockerhub nextcloud:fpm-alpine image): .../.examples/dockerfiles/full/fpm-alpine# docker build -t nextcloud-full:fpm-alpine .
The docker apt repo only provides 19.03.13 for debian buster armv7. Before looking for alternate ways to install a more recent docker version on the target server, I tried cross-building from my desktop amd64 (ubuntu docker 20.10.2), and it worked. For now I'll keep it that way. Thanks a lot for your help @J0WI !
When building the nextcloud image:
.../22.0/fpm-alpine# docker build -t nextcloud:fpm-alpine .
Or nextcloud-full image (starting from a dockerhub
nextcloud:fpm-alpine
image):.../.examples/dockerfiles/full/fpm-alpine# docker build -t nextcloud-full:fpm-alpine .
I get the following error at one point:
This used to work for many releases till a few months ago.
In case it's useful: I'm running on a debian buster armv7 platform.
The text was updated successfully, but these errors were encountered: