Skip to content

Commit 08cf2be

Browse files
committed
Add list of version builds to readme
1 parent 5f7922a commit 08cf2be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
[![Circle CI](https://circleci.com/gh/reactioncommerce/base/tree/master.svg?style=svg)](https://circleci.com/gh/reactioncommerce/base/tree/master)
44

5+
With the release of Meteor 1.7, we changed the versioning of this repo and it's Docker builds to align with Meteor's release. Henceforth, releases in this repo will be tied to the corresponding Meteor release.
6+
7+
Current version builds:
8+
9+
| reactioncommerce/base version | Meteor version |
10+
| :----------------------------------:|:---------------:|
11+
| v1.7.0.1-meteor | v1.7.0.1 |
12+
| v1.7-meteor | v1.7 |
13+
| v1.6.1-meteor | v1.6.1 |
14+
| v4.0.2 | v1.6.1 |
15+
16+
See [Docker Hub](https://hub.docker.com/r/reactioncommerce/base/tags/) for full list.
17+
518
### Build
619

720
Add the following to a `Dockerfile` in the root of your Reaction Commerce project:

0 commit comments

Comments
 (0)