does anyone have a link to an example Dockerfile f...
# ask-community
m
does anyone have a link to an example Dockerfile for a custom image that a flow might run on?
m
interesting
so there is no ENTRYPOINT or CMD?
a
for 2.0 you'd need to change to:
Copy code
FROM prefecthq/prefect:2.0b5-python3.9
nope, no need for entrypoint, Prefect takes care of that
m
to sanity check my understanding, ☝️ that image would be passed in to the
image=""
value in, say, an
ECSRun
config?
k
Yes if you build ahead of time and upload somewhere. The agent just needs permissions to download
m
awesome, ty Kevin & Anna!
👍 1