We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting
Using jar file xyz/target/xyz-0.1.0-SNAPSHOT-standalone.jar Built image nil
as the output from lein uberimage. There are no new images in the docker images list either. No warnings, no exceptions.
lein uberimage
docker images
I'm using boot2docker with DOCKER_HOST and related vars set correctly.
DOCKER_HOST
Docker version 1.5.0, build a8a31ef
How can I help track down this error?
The text was updated successfully, but these errors were encountered:
I just hit this because I was using ADD in :instructions instead of using :files in config.
Hmm.; OK it was also due to a file not existing that I specified in :files
Sorry, something went wrong.
I hit this bug with no :uberimage settings in my project.clj at all.
:uberimage
project.clj
No branches or pull requests
I'm getting
as the output from
lein uberimage
. There are no new images in thedocker images
list either. No warnings, no exceptions.I'm using boot2docker with
DOCKER_HOST
and related vars set correctly.How can I help track down this error?
The text was updated successfully, but these errors were encountered: