Skip to content

Commit

Permalink
[MOSIP-27370] added lts sdk for biosdk-lib.zip (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 committed May 10, 2023
1 parent 040a249 commit fa1983a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions artifacts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ ENV clamav_jar_url_env=${release_maven_path}/kernel/kernel-virusscanner-clamav/1
ENV clamav_client_url_env=https://oss.sonatype.org/service/local/repositories/releases/content/xyz/capybara/clamav-client/1.0.4/clamav-client-1.0.4.jar

# environment variable for sdk url
ENV sdk_jar_url_env=https://oss.sonatype.org/content/repositories/snapshots/io/mosip/mock/sdk/mock-sdk/1.2.1-SNAPSHOT/mock-sdk-1.2.1-20230508.080150-93-jar-with-dependencies.jar
#ENV sdk_jar_url_env=https://oss.sonatype.org/service/local/repositories/releases/content/io/mosip/mock/sdk/mock-sdk/1.1.5.1-SNAPSHOT/mock-sdk-1.1.5.1-20230504.132404-1.jar
ENV sdk_jar_url_lts_env=https://oss.sonatype.org/content/repositories/snapshots/io/mosip/mock/sdk/mock-sdk/1.2.1-SNAPSHOT/mock-sdk-1.2.1-20230508.080150-93-jar-with-dependencies.jar
ENV sdk_jar_url_env=https://repo1.maven.org/maven2/io/mosip/mock/sdk/mock-sdk/1.1.5/mock-sdk-1.1.5.jar

# environment variable for cache URL
ENV cache_url_env=https://repo1.maven.org/maven2/com/hazelcast/hazelcast-all/3.12.12/hazelcast-all-3.12.12.jar
Expand Down Expand Up @@ -172,7 +172,7 @@ rm -rf ${biosdk_client_zip_path}/biosdk-client &&\

echo "folder biosdk client deleted" &&\

wget ${sdk_jar_url_env} -P ${biosdk_lib_zip_path}/biosdk-lib/ &&\
wget ${sdk_jar_url_lts_env} -P ${biosdk_lib_zip_path}/biosdk-lib/ &&\

zip -r -j ${biosdk_lib_zip_path}/biosdk-lib.zip ${biosdk_lib_zip_path}/biosdk-lib/* &&\

Expand Down

0 comments on commit fa1983a

Please sign in to comment.