Hello, is it possible to use a docker image from A...
# ask-metaflow
c
Hello, is it possible to use a docker image from Artifactory for Batch jobs by pulling credentials from secrets manager? something like this: https://docs.aws.amazon.com/batch/latest/userguide/private-registry.html
Looks like we would need to include
repositoryCredentials
when calling
client.register_job_definition
, but this is explicitly left out in Metaflow. Any workarounds?
s
i just created a GH issue to introduce support for this - https://github.com/Netflix/metaflow/issues/1820
👍 1