hi! is it possible to configure the Github storage...
# ask-community
e
hi! is it possible to configure the Github storage environment to use a container on ECR?
j
Hi Eric, are you asking how to configure an image to use when pulling a flow from github storage?
e
yes precisely
j
You can select an image to use by setting the
image
field in the
environment.metadata
dict.
Copy code
flow.environment.metadata["image"] = "my-awesome-image:1234"
e
ah thank you.