This repository contains Dockerfile of:
- Install Docker
- Pull automated build from public Docker Hub Registry:
docker pull moia/scala-nodejs-on-circleci
Alternatively, you can build an image from Dockerfile:
docker build -t moia/scala-nodejs-on-circleci github.com/moia-dev/scala-nodejs-on-circleci
docker run -it --rm moia/scala-nodejs-on-circleci
-
Pull latest version from github:
git pull origin master git fetch --tags
-
Build Docker image:
docker build -t moia/scala-nodejs-on-circleci:8u212-2.12.8-1.14.2-10.16.3 .
-
Push Docker image:
docker login docker push moia/scala-nodejs-on-circleci:8u212-2.12.8-1.14.2-10.16.3
This code is open source software licensed under the Apache 2.0 License.
- Edit
Dockerfile
and insert the latest versions of - Make sure the image can be built with
docker build .
- Commit and push the changes
- Create a release on GitHub (https://github.com/moia-dev/scala-on-circleci/releases)
- Docker Hub will build the image automatically