Skip to content

Commit

Permalink
Rename docker images to represent the reality.
Browse files Browse the repository at this point in the history
Since you can only download the latest version of ANYK, the image version information will be incorrect most if the time.
  • Loading branch information
Res42 committed Jan 11, 2021
1 parent 92d20f3 commit bb7e2af
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ DockerHub: <https://hub.docker.com/r/reisingeradam/anyk>

## How to use without downloading the repository

Run the following command: `docker run -p 3390:3389 reisingeradam/anyk:2.98.0` or `docker run -p 3390:3389 reisingeradam/anyk:2.98.0-20kata`.
Run the following command: `docker run -p 3390:3389 reisingeradam/anyk:latest` or `docker run -p 3390:3389 reisingeradam/anyk:20kata`.

Or if you have an `.xml` file to import into the ÁNYK: `docker run -p 3390:3389 -v "<absolute path to the xml file>:/root/<file name>" reisingeradam/anyk:2.98.0-20kata`. With this the XML will be in the root home directory.
Or if you have an `.xml` file to import into the ÁNYK: `docker run -p 3390:3389 -v "<absolute path to the xml file>:/root/<file name>" reisingeradam/anyk:latest-20kata`. With this the XML will be in the root home directory.

## How to run locally

Expand Down
2 changes: 1 addition & 1 deletion anyk-19kata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM reisingeradam/anyk:2.98.0
FROM reisingeradam/anyk:latest
LABEL maintainer="Adam Reisinger"

# Download and install 19KATA plugin for ANYK
Expand Down
2 changes: 1 addition & 1 deletion anyk-19kata/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
anyk:
build: .
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:2.98.0-19kata
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:latest-19kata
ports:
- "3390:3389"
# - "2222:22"
Expand Down
2 changes: 1 addition & 1 deletion anyk-20hipa/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM reisingeradam/anyk:2.98.0
FROM reisingeradam/anyk:latest
LABEL maintainer="Adam Reisinger"

# Download and install 20HIPA plugin for ANYK
Expand Down
2 changes: 1 addition & 1 deletion anyk-20hipa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
anyk:
build: .
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:2.98.0-20hipa
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:latest-20hipa
ports:
- "3390:3389"
# - "2222:22"
Expand Down
2 changes: 1 addition & 1 deletion anyk-20kata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM reisingeradam/anyk:2.98.0
FROM reisingeradam/anyk:latest
LABEL maintainer="Adam Reisinger"

# Download and install 20KATA plugin for ANYK
Expand Down
2 changes: 1 addition & 1 deletion anyk-20kata/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
anyk:
build: .
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:2.98.0-20kata
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:latest-20kata
ports:
- "3390:3389"
# - "2222:22"
Expand Down
2 changes: 1 addition & 1 deletion anyk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ..
dockerfile: anyk/Dockerfile
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:2.98.0
image: ${DOCKER_REGISTRY:-reisingeradam}/anyk:latest
ports:
- "3390:3389"
# - "2222:22"
Expand Down

0 comments on commit bb7e2af

Please sign in to comment.