Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

boot-clj/docker-boot

Repository files navigation

docker-boot

Official boot-clj docker images.


bootclj/openjdk

FROM bootclj/openjdk AS openjdk

This is our base openjdk image, we include a few build tools (bash, curl, build-base/build-essentials) to make the developer experience a bit more enjoyable.

base image: openjdk:8-alpine


bootclj/clojure

FROM bootclj/clojure AS clojure

Our clojure image is built to include Clojure Deps and Cli. This provides developers with a complete image for running clojure.

base image: bootclj/openjdk


bootclj/tooling

FROM bootclj/tooling AS tools

The build tooling image is provided as a convenience for developers looking to build clojure projects, it is built on top of the clojure image and includes the latest versions of boot and lein.

base image: bootclj/clojure


About

Official boot-clj docker images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /