Skip to content

Commit

Permalink
build main container with 5.0 assets
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Dec 22, 2023
1 parent 958a2ce commit e6f3431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# So work around like this #
########################################################################
ARG TEMURIN_VERSION="17"
ARG TAK_RELEASE="4.10-RELEASE-50"
ARG TAK_RELEASE="5.0-RELEASE-29"
FROM pvarki/tak-server-dist:$TAK_RELEASE as tak-files
RUN mv /zips/takserver-docker-*.zip /tmp/takserver.zip

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tldr::
or use docker compose.local.yml without gomplate for local dev (rebuilding containers)::

export DOCKER_TAG_EXTRA="-dev"
docker build --no-cache --progress=plain -t takserver:latest${DOCKER_TAG_EXTRA} -t takserver:4.7-RELEASE-32${DOCKER_TAG_EXTRA} -t pvarki/takserver:4.7-RELEASE-32${DOCKER_TAG_EXTRA} .
docker build --no-cache --progress=plain -t takserver:latest${DOCKER_TAG_EXTRA} -t takserver:5.0-RELEASE-29${DOCKER_TAG_EXTRA} -t pvarki/takserver:5.0-RELEASE-29${DOCKER_TAG_EXTRA} .
cp takserver.env.example takserver.env
# edit the env
docker compose -f docker-compose.local.yml -p tak up
Expand Down

0 comments on commit e6f3431

Please sign in to comment.