This Docker image is maintained by WeltN24 GmbH Developers and its main purpose is the CI build of our Frontend Project Funkotron.
- aws
- git
- pip
- chrome
- node
- npm
- yarn
- Make changes in Dockerfile
- Run following command in the folder where the Dockerfile is located
docker run .
- You can add debug outputs temporary at the end of the Dockerfile, e.g.
RUN node -v
- This Dockerfile is automatically built and released on Docker Hub
- Every release will be tagged as
latest
- If a different tagging strategy is desired hub.docker.com needs to be configured according to branch naming conventions
- Login to Docker Hub is done via personalized accounts, which have to be connected to r/weltn24
- Find your desired version here: https://deb.nodesource.com/node_8.x/pool/main/n/nodejs/
- Replace .deb url in Dockerfile