Skip to content

Commit

Permalink
include new athenz-server-k8s-common module in maven and docker publish
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet V <31417623+abvaidya@users.noreply.github.com>
  • Loading branch information
abvaidya committed May 30, 2024
1 parent ea53814 commit 7c18f77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/util/athenz-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF
WORKDIR /athenz
COPY . .

RUN mvn -B install -pl core/zms -pl core/zts -pl core/msd -pl libs/java/auth_core -pl libs/java/client_common -pl libs/java/server_common -pl libs/java/syncer_common -pl libs/java/dynamodb_client_factory -pl libs/java/instance_provider -pl libs/java/cert_refresher -pl clients/java/zms -pl servers/zms -pl clients/java/zts -pl servers/zts -pl containers/jetty -pl assembly/zms -pl assembly/zts -DskipTests -Djacoco.skip=true -DdockerBuild=true
RUN mvn -B install -pl core/zms -pl core/zts -pl core/msd -pl libs/java/auth_core -pl libs/java/client_common -pl libs/java/server_common -pl libs/java/server_k8s_common -pl libs/java/syncer_common -pl libs/java/dynamodb_client_factory -pl libs/java/instance_provider -pl libs/java/cert_refresher -pl clients/java/zms -pl servers/zms -pl clients/java/zts -pl servers/zts -pl containers/jetty -pl assembly/zms -pl assembly/zts -DskipTests -Djacoco.skip=true -DdockerBuild=true

RUN mkdir -p /tmp/zms \
&& mkdir -p /tmp/zts \
Expand Down
1 change: 1 addition & 0 deletions docker/util/athenz-mvn-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ COPY ./core/zts/pom.xml ./core/zts/pom.xml
COPY ./libs/java/auth_core/pom.xml ./libs/java/auth_core/pom.xml
COPY ./libs/java/client_common/pom.xml ./libs/java/client_common/pom.xml
COPY ./libs/java/server_common/pom.xml ./libs/java/server_common/pom.xml
COPY ./libs/java/server_k8s_common/pom.xml ./libs/java/server_k8s_common/pom.xml
COPY ./libs/java/syncer_common/pom.xml ./libs/java/syncer_common/pom.xml
COPY ./libs/java/dynamodb_client_factory/pom.xml ./libs/java/dynamodb_client_factory/pom.xml
COPY ./libs/java/instance_provider/pom.xml ./libs/java/instance_provider/pom.xml
Expand Down
1 change: 1 addition & 0 deletions screwdriver/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ deployProject "com.yahoo.athenz:athenz-zts-java-client"
deployProject "com.yahoo.athenz:athenz-zpe-java-client"
deployProject "com.yahoo.athenz:athenz-msd-java-client"
deployProject "com.yahoo.athenz:athenz-server-common"
deployProject "com.yahoo.athenz:athenz-server-k8s-common"
deployProject "com.yahoo.athenz:athenz-instance-provider"
deployProject "com.yahoo.athenz:athenz-syncer-common"
deployProject "com.yahoo.athenz:athenz-gcp-zts-creds"
Expand Down

0 comments on commit 7c18f77

Please sign in to comment.