-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multi-arch support for container images. (#885)
* Add multi-arch support for container images Currently we have a arch-specific binary that gets installed on an amd64 container. This change ensures that the container image matches the arch-specific binary. Using alpine archictecture-specific images as mentioned under https://hub.docker.com/_/alpine To support architectures different from host architecture, this uses qemu-static. * Lint Dockerfile Use COPY instead of ADD https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy
- Loading branch information
Showing
2 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters