Closed caseywebdev closed 7 years ago
@apocas thoughts on this?
👍 The lack of standardization in Docker's API, drives me nuts.
Sorry, completely missed this PR.
Will ping when published. Probably later tonight.
Thanks! You've saved me the extra tag
calls in my build process 😉
Hey @apocas would you mind publishing this?
Published v1.0.1
🎆 Thanks
As you can see at https://docs.docker.com/engine/api/v1.29/#operation/ImageBuild, the
build
command is the only operation that supports multiplet=foo&t=bar
parameters instead of everywhere else where it's a JSON arrayother=["foo","bar"]
. This minor change allows multiple tags to be specified through the API when building and saves me from having to create atmp
tag that I have to retag with the actual tags I want later.