a year ago
Filter
[build 6/9] RUN chmod +x mvnw
[build 5/9] COPY mvnw mvnw.cmd ./
[build 4/9] COPY .mvn/ .mvn/
[build 3/9] COPY pom.xml .
[internal] load build context
[build 2/9] WORKDIR /build
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1
[stage-1 5/5] COPY --from=build --chown=185 /build/target/quarkus-app/quarkus/ /deployments/quarkus/
[stage-1 4/5] COPY --from=build --chown=185 /build/target/quarkus-app/app/ /deployments/app/
[stage-1 3/5] COPY --from=build --chown=185 /build/target/quarkus-app/*.jar /deployments/
[stage-1 2/5] COPY --from=build --chown=185 /build/target/quarkus-app/lib/ /deployments/lib/
[build 9/9] RUN ./mvnw package -DskipTests
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb
[internal] load build context ✔ 0ms
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb ✔ 8ms
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb ✔ 0ms
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb
[internal] load build context
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1 ✔ 0ms
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1 ✔ 19ms
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1
[internal] load build context ✔ 30ms
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb ✔ 0ms – CACHED
[build 2/9] WORKDIR /build ✔ 0ms – CACHED
[build 3/9] COPY pom.xml . ✔ 0ms – CACHED
✕ [build 4/9] COPY .mvn/ .mvn/
failed to calculate checksum of ref ce11lpwvpu48scpi5x2d3imqe::df5ml7yx0iqs2f87vpy0n9321: "/.mvn": not found
[build 5/9] COPY mvnw mvnw.cmd ./ ✔ 0ms – CACHED
[build 6/9] RUN chmod +x mvnw ✔ 0ms – CACHED
[build 7/9] RUN ./mvnw dependency:go-offline -B ✔ 0ms – CACHED
✕ [build 8/9] COPY src src
failed to calculate checksum of ref ce11lpwvpu48scpi5x2d3imqe::df5ml7yx0iqs2f87vpy0n9321: "/src": not found
✕ [build 3/9] COPY pom.xml .
failed to calculate checksum of ref ce11lpwvpu48scpi5x2d3imqe::df5ml7yx0iqs2f87vpy0n9321: "/pom.xml": not found
✕ [build 5/9] COPY mvnw mvnw.cmd ./
failed to calculate checksum of ref ce11lpwvpu48scpi5x2d3imqe::df5ml7yx0iqs2f87vpy0n9321: "/mvnw.cmd": not found
[build 1/9] FROM docker.io/library/maven:3.9.6-eclipse-temurin-21@sha256:8d63d4c1902cb12d9e79a70671b18ebe26358cb592561af33ca1808f00d935cb ✔ 57ms
[stage-1 1/5] FROM registry.access.redhat.com/ubi8/openjdk-21:1.20@sha256:28eb6abdec56ccee38f57c1c0a4acd6e87e569d97269d56b8523b65d700da9f1 ✔ 33ms
[build 9/9] RUN ./mvnw package -DskipTests ✔ 0ms – CACHED
✕ [stage-1 2/5] COPY --from=build --chown=185 /build/target/quarkus-app/lib/ /deployments/lib/
failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://registry.access.redhat.com/v2/ubi8/openjdk-21/blobs/sha256:facd750fb859fb92d818cca9dde2ff1a25f3b34b5ad1d1516971eec61cbf4849": context canceled: context canceled
Dockerfile:15
13 |
14 | # Copie des sources et build
15 | >>> COPY src src
16 | RUN ./mvnw package -DskipTests
17 |
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref ce11lpwvpu48scpi5x2d3imqe::df5ml7yx0iqs2f87vpy0n9321: "/src": not found
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
Hey!
This seems like an issue with your project/application. Unfortunately, we're unable to offer first-party support for issues unrelated to the Railway product or platform.
Other communities such as Stackoverflow might be able to help you out further.
Best,
Brody
Status changed to Closed brody • about 1 year ago