Hi! Is there any way to define a docker_environmen...
# general
f
Hi! Is there any way to define a docker_environment from a docker_image target? This would be very useful to run python tests in our production runtime. Thanks!
h
I believe that cannot currently be done in one pass. You would have to run Pants twice: once to build the image and then a second to consume it in the test.
f
Okay, thanks!
h
But this is a reasonable feature to expect!
❤️ 1