Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
Update tcore to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaszuqueto committed Jul 15, 2022
1 parent 996c7f5 commit 079d75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ WORKDIR /app

RUN apk add --no-cache libstdc++

RUN wget https://downloads.tagocore.com/v0.4.1/tagocore-v0.4.1-alpine-x64.tar.gz && \
tar -xzf tagocore-v0.4.1-alpine-x64.tar.gz && \
rm tagocore-v0.4.1-alpine-x64.tar.gz
RUN wget https://downloads.tagocore.com/v0.5.0/tagocore-v0.5.0-alpine-x64.tar.gz && \
tar -xzf tagocore-v0.5.0-alpine-x64.tar.gz && \
rm tagocore-v0.5.0-alpine-x64.tar.gz

COPY docker-entrypoint.sh .

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ Docker image for TagoCore platform

## Versions

* Latest
* v0.4.1
* v0.5.0
* Latest

## Install

```bash
docker run -d --name tcore -p 8080:8888 douglaszuqueto/tcore:v0.4.1
docker run -d --name tcore -p 8080:8888 douglaszuqueto/tcore:v0.5.0
```

## Docker Hub
Expand Down

0 comments on commit 079d75c

Please sign in to comment.