CentOS 9 (Apple Silicon) PHP Images ready for Beta Testing! #616
Replies: 4 comments 39 replies
-
Awesome work @navarr. Just installed an instance and it works well. A lot faster on Mac M2 Max processor than the previous images. If I run into any issues later I'll report here. |
Beta Was this translation helpful? Give feedback.
-
After migrating as described above, I get the following error when running
It looks like bash variable expansion isn't being applied, and the literal string is used as the version. |
Beta Was this translation helpful? Give feedback.
-
Setting up a new project on silicon, I'm encountering an issue with rabbitmq after the first This is my
(the only thing I changed was the node version) And this is the rabbitmq container log:
|
Beta Was this translation helpful? Give feedback.
-
Beta Testing is now closed. Please see https://github.com/orgs/wardenenv/discussions/620 |
Beta Was this translation helpful? Give feedback.
-
Happy Wednesday, everyone!
The good news today is that the CentOS 9 PHP images are now ready for beta testing. These images support both amd64 and arm64 operating systems - so it's imperative that both are well tested!
Please, please help me test out these images and report any issues with them. Ideally, I'd like to make these the primary images starting March 20th, assuming there are no major issues left unresolved.
How to Test
Two steps must be taken to test out these images. The first, is that you must be using the current in-development version of Warden. To do so, you can either checkout the
develop
branch if you installed via git, or you can runbrew install wardenenv/warden/warden --HEAD
to have brew upgrade to the develop version.After you have done this, you need to add to either your
~/.warden/.env
file (recommended) or a project's.env
file:WARDEN_NIGHTLY=1
. If you have WARDEN_NIGHTLY set, Warden will instead use the-indev
images. You can verify this by runningwarden env config
in an environment and checking theimage
underneath your php services.How to Report
Please report issues as normal through the Warden New Issue Wizard.
Beta Was this translation helpful? Give feedback.
All reactions