-
Notifications
You must be signed in to change notification settings - Fork 1
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
e92860e
commit e18620a
Showing
1 changed file
with
23 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,23 @@ | ||
## 0.1.0 | ||
|
||
Initial development release. | ||
|
||
#### Notes | ||
|
||
- Based off [tklx/base:stretch](https://github.com/tklx/base) | ||
- Uses tini for zombie reaping and signal forwarding. | ||
- Includes blockstack core and virtualchain (rc-0.14.2). | ||
- Includes blockstack browser portal (v0.8). | ||
|
||
- Includes ``EXPOSE 1337 3000 3001 6720``: | ||
|
||
- 1337: cors | ||
- 3000: browser portal | ||
- 3001: browsersync | ||
- 6720: core api | ||
|
||
- Builds are automated via CircleCI: | ||
|
||
- Images tagged with ``latest`` are built from the master branch. | ||
- Images tagged with ``x.y.z`` refer to signed tagged releases. | ||
|