#How do I add docker LABELS?
1 messages · Page 1 of 1 (latest)
That's not currently not possible, @karmic dune. I'm pretty sure it's something that we could implement, though. @vocal raft @gray yoke any thoughts on this? Or the more general problem of changing ImageConfig?
Hey -- not currently possible AFAIK, but fairly trivial to add. Would you mind filing an issue? /cc @severe panther
I don't mind! I will open one
Thank you!
What are you trying to do? Allow to set OCI image config through cloak. Some other users in Discord are requesting this also. https://discord.com/channels/707636530424053791/1042489428788138025 htt...
New issue I opened - https://github.com/dagger/dagger/issues/3887
What are you trying to do? Generate and publish a docker image which has LABELs. Related discussion : https://discord.com/channels/707636530424053791/1042501877906022481 Why is this important to yo...
If someone can point me to a entry-point I am more than happy to implement this featre 🙂
👋 I guess the most difficult part is to come up with the API before starting to implement. Is adding something like withLabels to the Container type enough? there's also https://github.com/dagger/dagger/issues/4245 from @buoyant jewel which is relevant as well.
I think the initial step is to create an issue and suggest an API proposal to address this.
Commented on #4245 /cc @halcyon flame
God, I was looking for this issue to link it here and got focused on the one for the Build Args. So I thought I imagined this one. But no, it existed.
@karmic dune @cyan plinth this feature has just been merged on main branch of Dagger. It will be part of next release, but you could directly use it with the dev version of the engine 😇