lein-docker icon indicating copy to clipboard operation
lein-docker copied to clipboard

Specify alternate versions

Open devth opened this issue 9 years ago • 2 comments

Need to be able to specify latest as is the Docker convention.

devth avatar Jan 06 '16 04:01 devth

It would be nice to be able to override the version from the command line, in order to use together with CI/CD, e.g:

lein docker build cd${BUILD_NUMBER}

I wonder if anyone is using this already or have found a workaround?

a1exsh avatar Apr 27 '16 09:04 a1exsh

See PRs #5 and #6. You could use our fork [gorillalabs/lein-docker "1.3.0"] with the contribution from #6 .

chrisbetz avatar Sep 28 '17 08:09 chrisbetz