Releases: reactioncommerce/base
Releases · reactioncommerce/base
v4.0.2
Updates
- Added test script to presence of Meteor and other dependencies in base image #17
- Added Dockerfile (Hadolint) linting job to CircleCI #20
- Added condition to not run docker-push for PRs from forks #21
- Moved CI commands from scripts into circle config #18
- Added Docker image labels to annotate built images with CI information #18
- Updated job to publish all built Docker artifacts [git sha1, git branch, git tags (if applicable) and
:latest
if it is the highest tagged version on master. #18
v4.0.1
v4.0.0
- Multi-stage build support https://docs.docker.com/develop/develop-images/multistage-build/
- Switch to
node:8.9.4
base image for builder (same Debian base as before, but with Node 8 preinstalled) - Meteor 1.6.1 preinstalled
- Removed mongo installation step (use mongo as a service in docker-compose, see "Run" section of README)
- Removed PhantomJS installation step
- Rewrite most of the CircleCI jobs, add complete tests with a full Reaction build