-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
The context is that we have some projects on PHP 5.5 which we are trying get rid of, but unfortunately we need to maintain in the near-term (and in any case we need to add tests and tooling to move forward).
Unfortunately, one such part of the toolchain is buildkit, which doesn't like the extremely old image format or meta or something - I don't really know exactly what.
At the suggestion of some AI agent, I tried pulling php:5.5-apache and pushing it back to some personal docker hub account - which worked wonderfully and only took a couple of seconds. Granted, it would be useful to have someone more knowledgable in Docker confirm that this wouldn't produce any undesired side-effects.
So here's the big ask - would it be possible to do that on the official image to help us avoiding making a messy situation (depending on php 5.5) even worse (depending on php 5.5 in some account somewhere)?