Is there any alpine based prefect image available ...
# ask-community
j
Is there any alpine based prefect image available ? It seems like the image on docker hub comes pre-installed with a lot of unecessary tools, and it gets to deal with vulnerabilities then deploying to production environments.
1
z
Hi! We do not build these at this time, we just use the standard Python images. It should be feasible to create your own base image though.
j
alright, I,ll try
j
if you succeed please share what you can!