We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d13c2c commit 151ebb3Copy full SHA for 151ebb3
.travis.yml
@@ -8,6 +8,7 @@ node_js:
8
- "7"
9
- "8"
10
before_install:
11
+ - "docker build -t fork-hbase docker/hbase-1.1.2"
12
- "docker build -t hbase-rest docker/hbase-rest-reverse-proxy/"
13
- "docker run -d -p 60080:8100 hbase-rest"
14
script:
CHANGELOG.md
@@ -3,6 +3,7 @@
3
4
## Trunk
5
6
+* travis: update docker preparation
7
* docker: migrate base image to centos:7
* doc: rewrite the index documentation
* doc: rewrite the client documentation
0 commit comments