Skip to content

Commit

Permalink
update GOVERN_VERSION for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed May 15, 2021
1 parent 558c293 commit 4e572c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/rest-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# docker buildx build --push --platform linux/arm/v7 --build-arg GOVERN_VERSION=0.9.3 --build-arg JDK_VERSION=armv7l-centos-jre-11.0.11_9 -t ahoowang/govern-service:0.9.3-armv7 .
# docker buildx build --push --platform linux/amd64,linux/arm64 --build-arg GOVERN_VERSION=0.9.3 --build-arg JDK_VERSION=jre11u-centos-nightly -t ahoowang/govern-service:0.9.3 .
# docker buildx build --push --platform linux/arm/v7 --build-arg GOVERN_VERSION=0.9.5 --build-arg JDK_VERSION=armv7l-centos-jre-11.0.11_9 -t ahoowang/govern-service:0.9.5-armv7 .
# docker buildx build --push --platform linux/amd64,linux/arm64 --build-arg GOVERN_VERSION=0.9.5 --build-arg JDK_VERSION=jre11u-centos-nightly -t ahoowang/govern-service:0.9.5 .

ARG JDK_VERSION=jre11u-centos-nightly
ARG GOVERN_VERSION=0.9.3
ARG GOVERN_VERSION=0.9.5
ARG GOVERN_SERVICE_HOME=/govern-service
FROM adoptopenjdk/openjdk11:${JDK_VERSION} AS base

Expand Down

0 comments on commit 4e572c5

Please sign in to comment.