- Jun 21, 2018
-
-
Renovate Bot authored
-
- Jun 13, 2018
-
-
Renovate Bot authored
-
- Jun 06, 2018
-
-
renovate[bot] authored
chore: update node:8.11.2-alpine docker digest to 04d1f7
-
- May 25, 2018
-
-
Renovate Bot authored
-
- May 16, 2018
-
-
Renovate Bot authored
-
- May 08, 2018
-
-
renovate[bot] authored
chore: update node:8.11.1-alpine docker digest to dcee83
-
- Apr 15, 2018
-
-
renovate[bot] authored
-
- Apr 04, 2018
-
- Apr 03, 2018
-
- Apr 01, 2018
-
-
Steven Hargrove authored
In alpine linux, the `/usr/src` dir is already configured to allow system users read access. Keeping the ownership to root, but permitting the `node` user read access. **Note**: Maybe a breaking change if users are mounting to `/src` path on docker run.
-
- Mar 30, 2018
-
- Mar 29, 2018
-
-
renovate[bot] authored
fix: update dockerfile node image 8.11.0-alpine digest (8af2ad)
-
Rhys Arkins authored
This reverts commit 81b6d7a9.
-
- Mar 19, 2018
-
-
Renovate Bot authored
-
- Mar 18, 2018
-
-
Rhys Arkins authored
New alpine node images has problem finding `yarn`.
-
- Mar 16, 2018
-
-
Renovate Bot authored
-
Renovate Bot authored
-
- Mar 12, 2018
-
-
Rhys Arkins authored
Trying again to close #1642
-
- Mar 11, 2018
-
- Mar 09, 2018
-
-
Rhys Arkins authored
Docker's build process doesn't allow you to ADD or COPY files from outside the directory tree. e.g. `ADD ../package.json .` is forbidden. The only option I can see is to move it and `hooks` back into the project root.
-
Rhys Arkins authored
Adds a Dockerfile for building with Docker Hub