0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 11:28:41 +02:00
bitwarden_rs/docker
Jeremy Lin 5633b6ac94 Use Docker Buildx for multi-arch builds
The bitwarden_rs code is still cross-compiled exactly as before, but Docker
Buildx is used to rewrite the resulting Docker images with correct platform
metadata (reflecting the target platform instead of the build platform).
Buildx also now handles building and pushing the multi-arch manifest lists.
2021-01-09 02:33:36 -08:00
..
amd64 Updated Github Actions, Fixed Dockerfile 2020-12-16 19:31:39 +01:00
arm64 Use Docker Buildx for multi-arch builds 2021-01-09 02:33:36 -08:00
armv6 Use Docker Buildx for multi-arch builds 2021-01-09 02:33:36 -08:00
armv7 Use Docker Buildx for multi-arch builds 2021-01-09 02:33:36 -08:00
Dockerfile.buildx Use Docker Buildx for multi-arch builds 2021-01-09 02:33:36 -08:00
Dockerfile.j2 Use Docker Buildx for multi-arch builds 2021-01-09 02:33:36 -08:00
healthcheck.sh Healthcheck fixes/optimizations 2020-03-25 20:13:36 -07:00
Makefile Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
README.md Multi-arch image support 2020-07-15 20:03:34 -07:00
render_template Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
start.sh Add startup script to support init operations 2020-07-05 15:26:20 -07:00

The arch-specific directory names follow the arch identifiers used by the Docker official images:

https://github.com/docker-library/official-images/blob/master/README.md#architectures-other-than-amd64