This repository contains a Dockerfile used for auto-build on docker hub.
The docker-swap-devbox image is published on Docker Hub at that URL
This image contains the following tools:
- Ubuntu Minimal LTS
- git tools:
NodeJSNodeJSdevelopment tools:
This image follows the same versionning rules of its base image ubuntu-node-git.
-
Any change on the branch
mastertriggers a rebuild on docker hub and updates the docker taglatest -
Any new pushed
1.xgit tag triggers a rebuild on docker hub and updates the docker tag as18.04-8andcarbon:- The first parts,
18.04andbionic, gives the major version ofUbuntu LTSused as the base image - The second parts,
8andcarbon, gives the major version ofNodeJS LTSinstalled in the image
- The first parts,
-
Any the git tag
2.x.ywill be created and pushed when the next LTS of Ubuntu or Node.js will be released. And this line will be updated.
Rémi Becheras
Julien Bonnet
Copyright © 2018 Groupe SIRAP
This software is open source software under the terms of the MIT license.
See LICENSE
