atomisthq / jibbit

Dockerless Clojure Image builds using deps.edn
Eclipse Public License 1.0
111 stars 9 forks source link

Support passing multiple tags to build #22

Closed kennyjwilli closed 1 year ago

kennyjwilli commented 1 year ago

Oftentimes you want to tag a single image with multiple tags. Jib supports the natively with the withAdditionalTag method.

To simplify, I opted to change the implementation jib-build to only work with the :tags key. This is not a breaking change -- the API-level fn build supports both :tag and :tags.

slimslenderslacks commented 1 year ago

@kennyjwilli Yes, this is a great idea! In the meantime, I actually work at Docker Inc. and I do now realize that it always hsould have been :tags.