diff --git a/README.md b/README.md index 780a981..c7fa142 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Requires _leiningen 2.4.3 or later_. ## Usage -Put `[com.palletops/uberimage "0.2.0"]` into the `:plugins` vector of your +Put `[com.palletops/uberimage "0.3.0"]` into the `:plugins` vector of your `:user` profile. $ lein uberimage diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 65e044e..ea82964 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,12 @@ +## 0.3.0 + +- Include additional instructions in Dockerfiles + Allow the insertion of additional Dockerfile instructions + + The :instructions value is taken from the :uberimage options map in + project.clj and specifies a list of Dockerfile instructions to be inserted + immediately after the FROM instruction at the start of the Dockerfile. + ## 0.2.0 - Add comment on pulling base image to README diff --git a/project.clj b/project.clj index 9a46d51..adbaf5e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.palletops/uberimage "0.2.1-SNAPSHOT" +(defproject com.palletops/uberimage "0.3.0" :description "Leiningen plugin to create a docker image for a project uberjar" :url "http://github.com/palletops/lein-uberimage" :license {:name "Eclipse Public License"