worker: add file resolve job
Implement a file resolution job which fetches the contents of a remote file.
This commit is contained in:
parent
b7e7bafb2e
commit
4fee181fec
2 changed files with 82 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ func main() {
|
|||
AuthFilePath: containersAuthFilePath,
|
||||
},
|
||||
worker.JobTypeOSTreeResolve: &OSTreeResolveJobImpl{},
|
||||
worker.JobTypeFileResolve: &FileResolveJobImpl{},
|
||||
worker.JobTypeAWSEC2Copy: &AWSEC2CopyJobImpl{
|
||||
AWSCreds: awsCredentials,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue