Yeah
I was trying to rebuild docker image for clearml-server and I have attached the whole log.
[+] Building 2.2s (18/22)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/centos/nodejs-12-centos7:latest 2.0s
=> [internal] load metadata for docker.io/library/centos:7 1.3s
=> [internal] load build context 0.0s
=> => transferring context: 2B 0.0s
=> CANCELED [webapp 1/6] FROM docker.io/centos/nodejs-12-centos7@sha256:8aa17f1f4b866954802fa48ef2094f136a93817755c090385a2cfebe8569caa0 0.0s
=> => resolve docker.io/centos/nodejs-12-centos7@sha256:8aa17f1f4b866954802fa48ef2094f136a93817755c090385a2cfebe8569caa0 0.0s
=> => sha256:8aa17f1f4b866954802fa48ef2094f136a93817755c090385a2cfebe8569caa0 2.21kB / 2.21kB 0.0s
=> CACHED [staging_image 1/4] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s
=> ERROR [staging_image 2/4] COPY --chmod=744 docker/build/internal_files/entrypoint.sh /opt/clearml/ 0.0s
=> ERROR [staging_image 3/4] COPY fileserver /opt/clearml/fileserver/ 0.0s
=> ERROR [staging_image 4/4] COPY apiserver /opt/clearml/apiserver/ 0.0s
=> CACHED [webapp 2/6] WORKDIR /opt 0.0s
=> CACHED [webapp 3/6] RUN git clone
clearml-web 0.0s
=> CACHED [webapp 4/6] RUN mv clearml-web /opt/open-webapp 0.0s
=> ERROR [webapp 5/6] COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/ 0.0s
=> CACHED [stage-2 2/8] COPY --from=staging_image /opt/clearml/ /opt/clearml/ 0.0s
=> ERROR [stage-2 3/8] COPY --chmod=744 docker/build/internal_files/final_image_preparation.sh /tmp/internal_files/ 0.0s
=> ERROR [stage-2 4/8] COPY docker/build/internal_files/clearml.conf.template /tmp/internal_files/ 0.0s
=> ERROR [stage-2 5/8] COPY docker/build/internal_files/clearml_subpath.conf.template /tmp/internal_files/ 0.0s
------
> [staging_image 2/4] COPY --chmod=744 docker/build/internal_files/entrypoint.sh /opt/clearml/:
------
------
> [staging_image 3/4] COPY fileserver /opt/clearml/fileserver/:
------
------
> [staging_image 4/4] COPY apiserver /opt/clearml/apiserver/:
------
------
> [webapp 5/6] COPY --chmod=744 docker/build/internal_files/build_webapp.sh /tmp/internal_files/:
------
------
> [stage-2 3/8] COPY --chmod=744 docker/build/internal_files/final_image_preparation.sh /tmp/internal_files/:
------
------
> [stage-2 4/8] COPY docker/build/internal_files/clearml.conf.template /tmp/internal_files/:
------
------
> [stage-2 5/8] COPY docker/build/internal_files/clearml_subpath.conf.template /tmp/internal_files/:
------
failed to compute cache key: "/docker/build/internal_files/clearml_subpath.conf.template" not found: not found
should I update nodejs in centos image ?
I think so, it might have been forgotten
Hi @<1523701205467926528:profile|AgitatedDove14> the above error got resolved but upon building the image I got this (Node.js version v12.21.0 detected.
The Angular CLI requires a minimum Node.js version of either v14.15, or v16.10. ) should I update nodejs in centos image ? can you provide some insights on this.
Hi ThoughtfulElephant4
I was trying to build an image using clearml server dockerfile ,
Are you saying you are rebuilding the docker image for the clearml-server and it fails ?
Can you provide the full console log?