-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: updated for 0.1.0 release
- Loading branch information
1 parent
c74c09a
commit e855b63
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 0.1.0 | ||
|
||
Initial development release. | ||
|
||
#### Notes | ||
|
||
- Based off [tklx/base:0.1.0](https://github.com/tklx/base/releases/tag/0.1.0). | ||
- MongoDB installed directly from Debian. | ||
- Uses tini for zombia reaping and signal forwarding. | ||
- Uses gosu for dropping privileges to mongodb user. | ||
- Includes ``VOLUME /data/db`` for dbPath persistence. | ||
- Includes ``EXPOSE 27017`` for container linking. | ||
- Basic bats testing suite. | ||
|