Organizr / docker-organizr-v2

Fork of the LSIO Organizr Docker container to include the Organizr v2 development branch.
https://hub.docker.com/r/organizrtools/organizr-v2/
17 stars 6 forks source link

armhf exec format error #6

Closed ChaosMarc closed 5 years ago

ChaosMarc commented 5 years ago

Since the latest commit a1c3430b4bc095d3d8849ed8e777eea6e5fcb80b the armhf and dev-armhf cannot be started anymore due to an exec format error.

# uname -a
Linux odroid 4.14.47-132 #1 SMP PREEMPT Sun Jun 3 22:33:16 UTC 2018 armv7l armv7l armv7l GNU/Linux
        organizr:
                container_name: organizr
                restart: unless-stopped
                volumes:
                        - '/mnt/sd/docker/config/organizr:/config'
                ports:
                        - '82:80'
                image: organizrtools/organizr-v2:armhf
# docker-compose logs -f organizr
Attaching to organizr
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr        | standard_init_linux.go:190: exec user process caused "exec format error"
organizr exited with code 1
tronyx commented 5 years ago

Sorry about that. I've reverted the update to the base image and rebuilt the images. Please try them again.

ChaosMarc commented 5 years ago

It works again. Thank you very much for the quick support 😃

tronyx commented 5 years ago

No problem! Sorry for the issue caused. Will close this out now.