leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Louis Kottmann 2020-11-11T14:13:50.084Z

@jarvinenemil I'm a DevOps and here's how I do build & cache for Docker images: - use :local-repo "vendor/m2" in lein - that build script:

Louis Kottmann 2020-11-11T14:14:55.084100Z

Louis Kottmann 2020-11-11T14:15:44.084900Z

the uberjar is created during the docker build

Louis Kottmann 2020-11-11T14:16:57.086Z

generally speaking, you want the dependency fetching & artifact building to be done inside the resulting docker image during its build, that way you do not get bitten by platform differences (between host and FROM image)