Milas Bowman
Milas Bowman
We are working on a new release to address many of the outstanding issues. Specifically, it should improve compatibility with the latest Python releases (PRs are also running unit tests...
6.0.0 has been released: https://github.com/docker/docker-py/releases/tag/6.0.0 See the "Upgrade Notes" section for details around upgrading – API-wise, it should be drop-in compatible with 5.0.x, so it's hopefully a pain-free upgrade for...
Since cross compilation in Go works well, I built an ARM binary on my desktop using Docker and then copied it over (following the manual instructions other than the download...
I'm not totally sure that changing this example will help ease confusion. I think we should: * Clarify in the Compose spec that `published` can be of type `number |...
See above. Additionally, here's a snippet `docker/compose` where it does exactly this: https://github.com/docker/compose/blob/a95cc4074a38a65c02e349ef284a9a4f28e2a0cc/pkg/compose/compose.go#L95-L104
This issue (and many others) should be fixed now. Thanks for reporting and the PR(s) to fix it!
I think this is an unlikely scenario, but if you have a button whose text is dynamic, you can also use the optional `text` argument and provide a stable value...
This will also fix #193 because buttons created with built-ins are automatically GC'd by the engine.
@nicks wdyt about this proposal? I both want to make sure I didn't miss any subtlety around `image_deps` wrt `custom_build` and sanity check that this is a reasonable approach for...
That makes sense! Having `image_keys` be build arg key names is straightforward enough