colossal-room-15708
09/08/2019, 4:52 AMhigh-translator-22614
09/09/2019, 5:11 PMpulumi_docker
does not exist for Python yetcolossal-room-15708
09/09/2019, 8:46 PMwhite-balloon-205
docker.Image
component to be a native component so that it can more easily fit into deployment lifecycle (a few of the issues in that repro are blocked on doing this before we can address them properly). Doing so would also make this available in Python.
But this library is also just some convenience wrappers - you can do the same yourself if you want for targeted use cases - or port some/all of the existing library there to Python. So definitely these same scenarios are possible in Python as well - and we hope to have the exact same libraries also available in the future.colossal-room-15708
09/09/2019, 10:42 PMwhite-balloon-205
docker.Image
it is done inside a resource, but you don’t really have to. You could just have a function which invokes docker build
and conditionally docker push
only when not in preview.colossal-room-15708
09/09/2019, 10:55 PM