docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.58k stars 177 forks source link

Dockerfile.invocation-image: Fix for multi-arch #618

Closed doanac closed 4 years ago

doanac commented 4 years ago

The container used for compiling the application is only available on amd64. This change uses a multi-arch golang container and also fixes an issue where the apt cache can be out-of-date.

Fixes Bug #611 Verify by building on something like an rpi3.

Signed-off-by: Ricardo Salveti ricardo@foundries.io Reported-by: Andy Doan andy@foundries.io