Switch to multi-arch, install via npm

This commit is contained in:
aptalca
2020-05-17 20:40:11 -04:00
parent 84873a6b62
commit 9137da0f15
8 changed files with 156 additions and 13 deletions

View File

@@ -57,6 +57,8 @@ The architectures supported by this image are:
| Architecture | Tag |
| :----: | --- |
| x86-64 | amd64-latest |
| arm64 | arm64v8-latest |
| armhf | arm32v7-latest |
## Version Tags
@@ -234,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **18.05.20:** - Switch to multi-arch images, install via npm.
* **29.04.20:** - Update start arguments.
* **01.04.20:** - Structural changes required for v3.
* **17.01.20:** - Fix artifact url retrieval from github.