26-Jan-2024 16:06:40 |
|
26-Jan-2024 16:06:40 |
#20 [linux/amd64 dev 6/10] RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/ |
26-Jan-2024 16:06:40 |
#20 0.147 cp: cannot stat ‘/openmrs_distro/distro/target/sdk-distro/web/openmrs.war’: No such file or directory |
26-Jan-2024 16:06:40 |
#20 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:06:40 |
|
26-Jan-2024 16:06:40 |
#14 [linux/arm64 dev 1/10] FROM docker.io/openmrs/openmrs-core:dev@sha256:1555d20bac8e3bdd3492f8a72edc5bfb895fc31e4c6729d63fcedac4fe72bd97 |
26-Jan-2024 16:06:40 |
#14 extracting sha256:4268d539bde74997f07a9ffbc029a820f77d963063b5a60cff5ac67645c57704 |
26-Jan-2024 16:06:40 |
#14 extracting sha256:4268d539bde74997f07a9ffbc029a820f77d963063b5a60cff5ac67645c57704 3.1s done |
26-Jan-2024 16:06:40 |
#14 DONE 22.4s |
26-Jan-2024 16:06:40 |
|
26-Jan-2024 16:06:40 |
#21 [linux/arm64 dev 2/10] WORKDIR /openmrs_distro |
26-Jan-2024 16:06:40 |
#21 CANCELED |
26-Jan-2024 16:06:40 |
------ |
26-Jan-2024 16:06:40 |
> [linux/amd64 dev 6/10] RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/: |
26-Jan-2024 16:06:40 |
#20 0.147 cp: cannot stat ‘/openmrs_distro/distro/target/sdk-distro/web/openmrs.war’: No such file or directory |
26-Jan-2024 16:06:40 |
------ |
26-Jan-2024 16:06:40 |
Dockerfile:17 |
26-Jan-2024 16:06:40 |
-------------------- |
26-Jan-2024 16:06:40 |
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:06:40 |
16 | |
26-Jan-2024 16:06:40 |
17 | >>> RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/ |
26-Jan-2024 16:06:40 |
18 | |
26-Jan-2024 16:06:40 |
19 | RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs-distro.properties /openmrs/distribution/ |
26-Jan-2024 16:06:40 |
-------------------- |
26-Jan-2024 16:06:40 |
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 |