Closed DeanAyalon closed 3 months ago
FROM amd64/ubuntu:20.04
FROM amd64/ubuntu:22.04 # Some package updates
FROM arm64v8/ubuntu:22.04 # Same package updates as u22amd64
Split files into dockerfile.u20 and dockerfile.u22. Within prep/installations/fms, put the dockerfiles and all .deb packages the user may install
dockerfile.u20
dockerfile.u22
prep/installations/fms
.deb
ubuntu
amd64/ubuntu
arm64v8/ubuntu
Current dockerfile variations
Ubuntu20 AMD64
Ubuntu22 AMD64
Ubuntu22 ARM64
Consideration
Split files into
dockerfile.u20
anddockerfile.u22
. Withinprep/installations/fms
, put the dockerfiles and all.deb
packages the user may installObstacles
ubuntu
can be used instead ofamd64/ubuntu
andarm64v8/ubuntu