Closed dbuades closed 2 years ago
thank you for reporting the issue @dbuades!
cc @aarnphm for bentoml containerize
, the -t
should support multi-options, see https://click.palletsprojects.com/en/7.x/options/#multiple-options
The progress will now be tracked and bugs will be fixed at #2797. Thanks for reporting this.
Describe the bug
The method
buildx.build
support a list of tags here butcontainerize
only send a single tag here.This causes that when passing multiple
--docker-image-tag
arguments tobentoml containerize
, only the last one is kept.To reproduce
Pass multiple
--docker-image-tag
tobentoml containerize
and only the last one will be kept.Expected behavior
In my opinion, if multiple
--docker-image-tag
are passed tobentoml containerize
, all of them should be passed to buildx.Environment
bentoml
: 1.0.0python
: 3.9.10platform
: macOS-12.5-arm64-arm-64bit