sark
09/25/2020, 4:57 AM~/.docker/config.json
but does this mean for flows i have to pack the credentials in the image, instead of being able to mount a volume when the container is run?
i have looked at API documentation and couldn’t find any options for specifying volumes for flow containersnicholas
sark
09/25/2020, 5:00 AMnicholas
Secret
with Cloud that contains the token or JSON key file that you need, then pulling the Secret
in an upstream task and authenticating with the gcloud auth
commands before trying to pull your images in a downstream task.sark
09/25/2020, 5:06 AMnicholas
sark
09/25/2020, 5:10 AMnicholas