Skip to content

Commit 0c3151b

Browse files
authored
Merge pull request #140 from naomijub/beta-5
beta-5
2 parents fc2b8c3 + 491d9c9 commit 0c3151b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM rust:latest
22
RUN apt-get update && apt-get install make
33

4-
ADD https://github.com/naomijub/wooridb/archive/0.1.4.tar.gz /
5-
RUN tar -zxvf 0.1.4.tar.gz
6-
WORKDIR /wooridb-0.1.4
4+
ADD https://github.com/naomijub/wooridb/archive/0.1.5.tar.gz /
5+
RUN tar -zxvf 0.1.5.tar.gz
6+
WORKDIR /wooridb-0.1.5
77
RUN rm -rf book/ woori-db/data/ benches/ data/*.txt
88

99
EXPOSE 1438

book/src/sec-2-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To run WooriDB it is necessary to have Rust installed in the machine. There are
1616

1717
### Docker
1818

19-
You can find the latest docker image at **[naomijub/wooridb](https://hub.docker.com/repository/docker/naomijubs/wooridb)**. Currently the most stable tag is [**`beta-4`**](https://github.com/naomijub/wooridb/releases/tag/0.1.4). To execute the docker container run:
19+
You can find the latest docker image at **[naomijub/wooridb](https://hub.docker.com/repository/docker/naomijubs/wooridb)**. Currently the most stable tag is [**`beta-4`**](https://github.com/naomijub/wooridb/releases/tag/0.1.5). To execute the docker container run:
2020

2121
* `docker run -p 1438:1438 naomijubs/wooridb:beta-4 debug` for debug mode.
2222
* `docker run -p 1438:1438 -e AUTH_HASHING_COST=8 -e ADMIN=your-admin-id -e ADMIN_PASSWORD=your-admin-pswd naomijubs/wooridb:beta-4 run` for size optimization.

woori-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "woori-db"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Julia Naomi <[email protected]>"]
55
description = "WooriDB is a general purpose time serial database with some relation algebra"
66
readme = "README.md"

0 commit comments

Comments
 (0)