Skip to content

Commit

Permalink
[ MOSIP-38245 ] Release branch docker regex changes (#1945)
Browse files Browse the repository at this point in the history
Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 authored Dec 13, 2024
1 parent 5dac63c commit 7e313e6
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/ -regextype posix-extended -regex '.*registration-processor-common-camel-bridge-[0-9\.]+[-A-Za-z0-9]*\.jar' "-print0" | xargs "-0" cp -t ./ \
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 7e313e6

Please sign in to comment.