Skip to content

Commit

Permalink
new takserver release 5.3-24
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Jan 25, 2025
1 parent b6e2b15 commit f51e1d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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="5.2-RELEASE-30"
ARG TAK_RELEASE="5.3-RELEASE-24"
FROM pvarki/tak-server-dist:$TAK_RELEASE AS tak-files
RUN mv /zips/takserver-docker-*.zip /tmp/takserver.zip

Expand Down
10 changes: 10 additions & 0 deletions build_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ services:
args:
TAK_VERSION: "5.2"
TAK_RELEASE: "30"

v530:
image: pvarki/tak-server-dist:5.3-RELEASE-24
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "5.3"
TAK_RELEASE: "24"
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
x-takbuilds: &takbuildinfo
image: "pvarki/takserver:${TAK_RELEASE:-5.2-RELEASE-30}${DOCKER_TAG_EXTRA:-}"
image: "pvarki/takserver:${TAK_RELEASE:-5.3-RELEASE-24}${DOCKER_TAG_EXTRA:-}"
build:
context: .
dockerfile: Dockerfile
args:
TAK_RELEASE: ${TAK_RELEASE:-5.2-RELEASE-30}
TAK_RELEASE: ${TAK_RELEASE:-5.3-RELEASE-24}

services:

Expand Down

0 comments on commit f51e1d2

Please sign in to comment.