Matt Cengia
86185e8186
Document packages for installing Canvas via Docker
...
Signed-off-by: Matt Cengia <mattcen@mattcen.com >
2020-07-31 22:27:16 +10:00
Matt Cengia
fb79373a6d
Bump node build version
...
When trying to build the Docker image, I kept receiving an out-of-memory
error from Webpack. This issue is apparently explained at
https://github.com/webpack/webpack/issues/1914 .
Several comments in the issue suggested using Node 12 or above. Doing so
resolved this issue for me.
Signed-off-by: Matt Cengia <mattcen@mattcen.com >
2020-07-16 16:21:00 +10:00
Matt Cengia
846cebe9ff
Add build dependencies for 'canvas' to Dockerfile
...
When building the Docker image on amd64, canvas can be installed
from a pre-built binary. When building on an another architecture,
however, such as arm (e.g. on a Raspberry Pi), these binaries need to be
built locally, as per https://www.npmjs.com/package/canvas#compiling .
These added dependencies facilitate this. See also, issue #14400 .
Signed-off-by: Matt Cengia <mattcen@mattcen.com >
2020-07-16 16:21:00 +10:00
J. Ryan Stinnett
b6963d0e5c
Use bash in Docker scripts
...
Our Docker scripts use Bash-style conditionals that aren't supported by the
default Debian shell.
2020-01-22 17:45:22 +00:00
Travis Ralston
51a97571a0
Use debian to build the Docker image
...
Fixes not having certain OS capabilities to build some packages.
2020-01-22 09:08:05 -07:00
Will Hunt
625c21a8af
@babolivier showed me the way
2020-01-15 17:07:38 +00:00
Half-Shot
d515bad46f
Support application/wasm in docker
...
Signed-off-by: Half-Shot <will@half-shot.uk >
2020-01-15 13:13:03 +00:00
Travis Ralston
726bf35b76
Fix Docker build for develop and publish a /version file
...
Fixes https://github.com/vector-im/riot-web/issues/10426
2019-12-02 16:58:50 -07:00
Slavi Pantaleev
4e63e3b0de
Base Docker image on nginx:alpine, not the larger nginx:latest
...
`nginx:latest` is based on Debian Stretch and is listed as being 45MB,
while `nginx:alpine` is based on Alpine 3.9 and is just 7MB.
Basing the riot-web Docker image on `nginx:alpine` should
make it 38MB smaller compared to the current situation.
The nginx version seems to be "latest mainline" on both (currently 1.15.12),
judging by each Dockerfile:
- https://github.com/nginxinc/docker-nginx/blob/e5123eea0d29c8d13df17d782f15679458ff899e/mainline/stretch/Dockerfile
- https://github.com/nginxinc/docker-nginx/blob/e5123eea0d29c8d13df17d782f15679458ff899e/mainline/alpine/Dockerfile
2019-05-27 11:57:37 +03:00
Travis Ralston
3123b429f7
Increase timeout for yarn install in Docker builds
...
Otherwise we run into problems where Docker Hub's limited machines timeout trying to download our dependencies
2019-05-15 16:24:25 -06:00
Travis Ralston
1bb70930fa
Support custom SDKs and use yarn
2019-04-10 15:47:02 -06:00
kaiyou
e47fae034a
Add some layers to cache installed dependencies at build time
2018-12-06 10:00:20 +01:00
kaiyou
045b0b9889
Add a two-stages Dockerfile for building Riot
2018-12-04 16:51:37 +01:00