Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
j
Josh
11/11/2021, 10:44 PM
Is there a way to automatically prune old images from a prefect docker agent to free up space on the box running my prefect flows?
k
Kevin Kho
11/11/2021, 11:37 PM
I have seen people use a Prefect flow to schedule a ShellTask that prunes the images.
j
Josh
11/12/2021, 12:01 AM
any examples?
would love to try that
didn’t think about prefect calling out to the shell on the vm it was running on
I’m assuming you’d want to use local agent for that?
k
Kevin Kho
11/12/2021, 12:03 AM
I haven’t seen someone actually do it but it would be the ShellTask with
docker image prune
. Yes for local.
3 Views
#prefect-community
Join Slack