AndersonPEM

Results 29 comments of AndersonPEM

Flatpak is one of the best implementation of package distribution that is distribution agnostic. Snap works mostly on Ubuntu. +1 for this enhancement.

+1 for this feature :)

Gotta tell you, Orbit is great to generate dockerfiles. I'll definitely use this in my projects.

![image](https://user-images.githubusercontent.com/6232674/168934816-b0090bfe-f68a-47b2-aa14-4dabb15e8b01.png) I managed to pass the entire process on a Mac. I had to comment out some tests that misbehave in terms of permissions on a Mac. Probably because of...

Although Docker Buildx allows mullti-architecture builds and multi-architecture manifest push to the registry, it cannot export a multi-architecture build manifest to the local machine for testing, at least for the...

The UTM project came to my knowledge. Now I can spin an ARM64 Debian on my M1 Mac and perform the tests properly. UTM allows you to run ARM64, AMD64...

All the tests passed in Debian running on ARM64. Except one: run Blackfire. However, the current Blackfire implementation prevents it from having an ARM version. I'll refactor this portion of...

PR is available if somebody wants to build this locally for testing or for using urgently: https://github.com/thecodingmachine/docker-images-php/pull/312

I made a mistake in variable naming in the Dockerfile according to Buildkit's specification. Working on it. Testing again.