DeanAyalon / fms-docker

A repository for building Docker containers running FileMaker Server and Devin.fm
2 stars 2 forks source link

[considering] Minimize dockerfiles #9

Closed DeanAyalon closed 3 months ago

DeanAyalon commented 5 months ago

Current dockerfile variations

Ubuntu20 AMD64

Ubuntu22 ARM64

Consideration

Split files into dockerfile.u20 and dockerfile.u22. Within prep/installations/fms, put the dockerfiles and all .deb packages the user may install

Obstacles