Skip to content

Commit

Permalink
[ MOSIP-38245 ] Release branch docker (#1943)
Browse files Browse the repository at this point in the history
* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* docker file changes

Signed-off-by: khuddus shariff <[email protected]>

* Doing the docker changes for the failure

Signed-off-by: khuddus shariff <[email protected]>

* docker file changes

Signed-off-by: khuddus shariff <[email protected]>

* docker file changes

Signed-off-by: khuddus shariff <[email protected]>

---------

Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 authored Dec 13, 2024
1 parent 9090ea6 commit 51e23b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ENV loader_path_env=${loader_path}

# copying shaded jar into docker image
ADD ./target/*.jar ./target/
RUN find target/ -regex '.*registration-processor-common-camel-bridge-[0-9\.]+[-A-Za-z0-9]*\.jar' -exec cp {} ./ \; \
RUN find target/ -regextype posix-extended -regex '.*registration-processor-common-camel-bridge-[0-9\.]+[-A-Za-z0-9\.]*jar' "-print0" | xargs "-0" cp -t ./ \
&& rm -rf ./target \
&& rm -rf original*.jar \
&& rm -rf *-sources.jar \
Expand Down

0 comments on commit 51e23b8

Please sign in to comment.