-
Running this: (pack/docker {
:tags #{"latest"}
:image-name "..."
:image-type :docker
:base-image "ghcr.io/graalvm/jdk:ol8-java17-22"
:basis (b/create-basis {:aliases [:prod]})
:jvm-opts ["..."]}
) returns:
I added some logging to help debug:
should that :paths-layer ever be nil? There are other parts of the code getting NPEs as well.
|
Beta Was this translation helpful? Give feedback.
Answered by
nivekuil
May 25, 2022
Replies: 1 comment
-
This was caused by a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SevereOverfl0w
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was caused by a
:paths
value in deps.edn pointing to a nonexisting directory. Worth handling?