-
Hello again, it seems I'm a regular customer here ;) I'm wondering if there's a better way to use your Docker containers. As it's hard to use the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hej @j-friedl , the example Docker containers are a showcase and will not be able to fit all use-cases. You are right the When it comes to a size reduction of the Docker images the multistage build is the way to go. As a small enhancement you can download a pre-built CMake version from the CMake project. |
Beta Was this translation helpful? Give feedback.
Hej @j-friedl , the example Docker containers are a showcase and will not be able to fit all use-cases. You are right the
aarch64
Docker host emulation is quite slow. We are internally discussing how we cloud provide pre build binaries to accelerate this.When it comes to a size reduction of the Docker images the multistage build is the way to go. As a small enhancement you can download a pre-built CMake version from the CMake project.