26-Jan-2024 16:39:02 |
#19 20.43 [INFO] ------------------------------------------------------------------------ |
26-Jan-2024 16:39:02 |
#19 DONE 20.5s |
26-Jan-2024 16:39:02 |
|
26-Jan-2024 16:39:02 |
#23 [linux/arm64 dev 5/10] RUN --mount=type=secret,id=m2settings,target=/root/.m2/settings.xml if [[ "deploy" != "deploy" || "$(arch)" = "x84_64" ]]; then mvn -U deploy; else mvn -U install; fi |
26-Jan-2024 16:39:02 |
#23 ... |
26-Jan-2024 16:39:02 |
|
26-Jan-2024 16:39:02 |
#24 [linux/amd64 dev 6/10] RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/ |
26-Jan-2024 16:39:02 |
#24 0.145 cp: cannot stat ‘/openmrs_distro/distro/target/sdk-distro/web/openmrs.war’: No such file or directory |
26-Jan-2024 16:39:02 |
#24 ERROR: process "/bin/sh -c cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/" did not complete successfully: exit code: 1 |
26-Jan-2024 16:39:02 |
|
26-Jan-2024 16:39:02 |
#23 [linux/arm64 dev 5/10] RUN --mount=type=secret,id=m2settings,target=/root/.m2/settings.xml if [[ "deploy" != "deploy" || "$(arch)" = "x84_64" ]]; then mvn -U deploy; else mvn -U install; fi |
26-Jan-2024 16:39:02 |
#23 CANCELED |
26-Jan-2024 16:39:02 |
------ |
26-Jan-2024 16:39:02 |
> [linux/amd64 dev 6/10] RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/: |
26-Jan-2024 16:39:02 |
#24 0.145 cp: cannot stat ‘/openmrs_distro/distro/target/sdk-distro/web/openmrs.war’: No such file or directory |
26-Jan-2024 16:39:02 |
------ |
26-Jan-2024 16:39:02 |
Dockerfile:17 |
26-Jan-2024 16:39:02 |
-------------------- |
26-Jan-2024 16:39:02 |
15 | RUN --mount=type=secret,id=m2settings,target=/root/.m2/settings.xml if [[ "$MVN_ARGS" != "deploy" || "$(arch)" = "x84_64" ]]; then mvn $MVN_ARGS_SETTINGS $MVN_ARGS; else mvn $MVN_ARGS_SETTINGS install; fi |
26-Jan-2024 16:39:02 |
16 | |
26-Jan-2024 16:39:02 |
17 | >>> RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/ |
26-Jan-2024 16:39:02 |
18 | |
26-Jan-2024 16:39:02 |
19 | RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs-distro.properties /openmrs/distribution/ |
26-Jan-2024 16:39:02 |
-------------------- |
26-Jan-2024 16:39:02 |
error: failed to solve: process "/bin/sh -c cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/" did not complete successfully: exit code: 1 |