Skip to content

Commit ba4ea7b

Browse files
[DSD-4995] eSignet 1.4.0 release changes (#714)
* [DSD-4995] eSignet 1.4.0 release changes Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> * Update Dockerfile Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> --------- Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
1 parent 952d134 commit ba4ea7b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

artifacts/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
FROM nginx@sha256:af296b188c7b7df99ba960ca614439c99cb7cf252ed7bbc23e90cfda59092305
22

3+
ARG SOURCE
4+
ARG COMMIT_HASH
5+
ARG COMMIT_ID
6+
ARG BUILD_TIME
7+
LABEL source=${SOURCE}
8+
LABEL commit_hash=${COMMIT_HASH}
9+
LABEL commit_id=${COMMIT_ID}
10+
LABEL build_time=${BUILD_TIME}
11+
312
# can be passed during Docker build as build time environment for github branch to pickup configuration from.
413
ARG container_user=mosip
514

artifacts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<esignet-ida-wrapper.version>1.2.0.1</esignet-ida-wrapper.version>
131131
<esignet-ida-wrapper.fileName>esignet-ida-wrapper.jar</esignet-ida-wrapper.fileName>
132132
<!-- esignet sunbird wrapper -->
133-
<esignet-digital-credential-wrapper.version>0.1.0-SNAPSHOT</esignet-digital-credential-wrapper.version>
133+
<esignet-digital-credential-wrapper.version>0.1.0</esignet-digital-credential-wrapper.version>
134134
<esignet-digital-credential-wrapper.fileName>sunbird-rc-esignet-integration-impl.jar</esignet-digital-credential-wrapper.fileName>
135135
<!-- latest mock-sdk -->
136136
<mock-sdk-latest.version>1.2.0.1-B4</mock-sdk-latest.version>

0 commit comments

Comments
 (0)