Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Drupal base image is not arm-compatible #119

Closed
geerlingguy opened this issue Aug 1, 2018 · 4 comments
Closed

Drupal base image is not arm-compatible #119

geerlingguy opened this issue Aug 1, 2018 · 4 comments

Comments

@geerlingguy
Copy link
Owner

geerlingguy commented Aug 1, 2018

This is kind of my own fault. I was building and testing locally on my Mac, then in VirtualBox, and finally on Travis CI... I never tested the new image on ARM platforms.

So I need to figure out how to push an ARM version in addition to the existing x86 version.

Kubectl logs shows:

root@kube1:/home/pi# kubectl logs drupal8-57d96d6fbc-wvlx6
standard_init_linux.go:190: exec user process caused "exec format error"

And describe shows:

Events:
  Type     Reason   Age                 From            Message
  ----     ------   ----                ----            -------
  Warning  BackOff  1m (x1124 over 4h)  kubelet, kube2  Back-off restarting failed container
@geerlingguy
Copy link
Owner Author

Hmm... I might just do a pi-compatible tag on my drupal-container project. Trying to do a multi-arch build on both the php-apache-container and drupal-container could be a bit of a windy road.

@geerlingguy
Copy link
Owner Author

geerlingguy commented Aug 5, 2018

New issue in drupal-container project: geerlingguy/drupal-container#6

@geerlingguy
Copy link
Owner Author

New latest-arm32v7 image is on Docker Hub, so next step is testing it on the Pi cluster! Hopefully will have that done today.

@geerlingguy
Copy link
Owner Author

All good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant