Klashe
10/25/2024, 4:12 AMMarvin
10/25/2024, 4:12 AMKlashe
10/25/2024, 4:13 AMNate
10/25/2024, 4:14 AMprefect worker start
unless you otherwise configure / redirect to some log fileKlashe
10/25/2024, 4:15 AMKlashe
10/25/2024, 4:19 AMNate
10/25/2024, 4:47 AMsome-local-image
and it can find that image locally, it will pull that
if you have image
like zzstoatzz/some-dockerhub-repo:latest
then the docker client knows to pull from dockerhub, but you'd need some docker login
so that process can pull from the repo
for example, when people deploy a worker as an ECS service, it needs to have the right IAM permissions to pull from ECR - does that make sense?
you can setup a docker work pool to use some registry credentials, but some big orgs for example dont trust us to store those credentials so they put them where the prefect worker start
process can use them client-sideKlashe
10/25/2024, 4:50 AMNate
10/25/2024, 4:52 AMlatest
?Nate
10/25/2024, 4:52 AMKlashe
10/25/2024, 4:56 AMKlashe
10/26/2024, 5:33 AMwork_pool:
name: test_pool
work_queue_name: default
job_variables:
image: "{{ build-image.image }}" <-------
Thanks again for all your help.Nate
10/26/2024, 6:36 PMNate
10/26/2024, 6:36 PM