Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple image build tags? #388

Open
jalaziz opened this issue Mar 19, 2024 · 1 comment
Open

Support for multiple image build tags? #388

jalaziz opened this issue Mar 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jalaziz
Copy link
Contributor

jalaziz commented Mar 19, 2024

The documentation for t on BuildImageOptions states "You can provide several t parameters.". However, that doesn't seem to be actually possible since the t is of type T which is usually String (or a type that can convert into String).

Am I missing something or is multiple tags on build not actually supported yet?

@fussybeaver fussybeaver added the enhancement New feature or request label Mar 23, 2024
@fussybeaver
Copy link
Owner

It's not supported right now as far as I can see. I think it might need some experimentation to figure out if there's an easy way to build support for that, but it doesn't look that easy as I think the generic query string builder won't like having multiple duplicate keys. Possibly this is a good queue to move these query-string type structs to a builder pattern, though that's an even bigger piece of work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants