worker: add file resolve job

Implement a file resolution job which fetches
the contents of a remote file.
This commit is contained in:
Gianluca Zuccarelli 2023-01-31 12:17:32 +00:00 committed by Gianluca Zuccarelli
parent b7e7bafb2e
commit 4fee181fec
2 changed files with 82 additions and 0 deletions

View file

@ -466,6 +466,7 @@ func main() {
AuthFilePath: containersAuthFilePath,
},
worker.JobTypeOSTreeResolve: &OSTreeResolveJobImpl{},
worker.JobTypeFileResolve: &FileResolveJobImpl{},
worker.JobTypeAWSEC2Copy: &AWSEC2CopyJobImpl{
AWSCreds: awsCredentials,
},