Skip to content

Commit

Permalink
new release from tak.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Dec 22, 2023
1 parent a645980 commit 53bb14c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RUN mkdir /jars \
&& ls -lah /jars /zips

FROM alpine as takgov_files
ARG TAK_VERSION="4.10"
ARG TAK_RELEASE="12"
ARG TAK_VERSION="5.0"
ARG TAK_RELEASE="29"
COPY takgov_assets/*${TAK_VERSION}-RELEASE-${TAK_RELEASE}.zip /zips/
COPY takgov_assets/*${TAK_VERSION}-sdk.zip /zips/
CMD ["cp", "-r", "/zips/", "/output/"]
Expand Down
9 changes: 9 additions & 0 deletions build_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ services:
args:
TAK_VERSION: "4.10"
TAK_RELEASE: "50"
v500:
image: pvarki/tak-server-dist:5.0.0-RELEASE-29
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "5.0"
TAK_RELEASE: "29"

0 comments on commit 53bb14c

Please sign in to comment.