17 #ifndef __PROVISIONER_DOCKER_REGISTRY_PULLER_HPP__
18 #define __PROVISIONER_DOCKER_REGISTRY_PULLER_HPP__
39 class RegistryPullerProcess;
62 const ::docker::spec::ImageReference& reference,
63 const std::string& directory,
64 const std::string& backend,
81 #endif // __PROVISIONER_DOCKER_REGISTRY_PULLER_HPP__
Definition: puller.hpp:42
Definition: option.hpp:28
Definition: registry_puller.hpp:44
#define flags
Definition: decoder.hpp:18
process::Future< std::vector< std::string > > pull(const ::docker::spec::ImageReference &reference, const std::string &directory, const std::string &backend, const Option< Secret > &config=None())
Pulls an image into a download directory.
Definition: resolver.hpp:34
static Try< process::Owned< Puller > > create(const Flags &flags, const process::Shared< uri::Fetcher > &fetcher, SecretResolver *secretResolver)
Definition: future.hpp:57