added 3 new variables to manifest:
-- parentTags supports Elixir and Clojure, allowing them to choose versions of Erlang and OpenJDK, respectively
-- defaultParentTag tracks the default tag for new version updates
-- parentSlug helps to differentiate from diverging repository/parent names and to help track for Dockerfile builds
Refactored parser to take in variables and account for all cases
Added build and push function to help generate Docker strings
added 3 new variables to manifest: -- parentTags supports Elixir and Clojure, allowing them to choose versions of Erlang and OpenJDK, respectively -- defaultParentTag tracks the default tag for new version updates -- parentSlug helps to differentiate from diverging repository/parent names and to help track for Dockerfile builds
Refactored parser to take in variables and account for all cases
Added build and push function to help generate Docker strings
waiting on: https://github.com/CircleCI-Public/cimg-clojure/pull/18 https://github.com/CircleCI-Public/cimg-elixir/pull/71
Closes #51
Closes #60