mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-28 20:33:54 +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.