mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 18:19:36 +00:00
A 32-bit php was included in the images, instead of the 64-bit one. The base image is nanoserver-based, which does not support 32-bit apps. Because of this, httpd fails to start. Additionally, we've previously removed the busybox-helper dependency, but was left in in the httpd images. This removes the dependency from the httpd images.