Skip to content
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

Built image nil #23

Open
magnars opened this issue Mar 27, 2015 · 2 comments
Open

Built image nil #23

magnars opened this issue Mar 27, 2015 · 2 comments

Comments

@magnars
Copy link

magnars commented Mar 27, 2015

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.

I'm using boot2docker with DOCKER_HOST and related vars set correctly.

Docker version 1.5.0, build a8a31ef

How can I help track down this error?

@garthy
Copy link

garthy commented Mar 27, 2015

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

@magnars
Copy link
Author

magnars commented Mar 27, 2015

I hit this bug with no :uberimage settings in my project.clj at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants