-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image build failing for latest master branch #907
Comments
you should be able to build on #908 |
@pdambrauskas seeing jar not found issue after 3.5.1 changes
=> [server 1/5] FROM docker.io/library/eclipse-temurin:17-jdk-jammy@sha256:fff4a27c817ab1e215bdbd8d3105703c2fb2b5af32cf215de67e383be3fadcc6 0.0s
|
Hm, strange, I’ll look into it a bit later. |
I've fixed Docker file on #908. It was failing because of framework update, after which artefact was built under a different path. |
=> CACHED [server 4/5] WORKDIR /home/app/server/ 0.0s
=> CANCELED [server 5/5] RUN ./gradlew build -x test -PSPARK_VERSION=3.5.0 1.3s
=> ERROR [frontend 4/6] RUN wget "https://downloads.apache.org/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz" -O - | tar -xz
Is there any working branch to build custom lighter image? @Minutis
The text was updated successfully, but these errors were encountered: