17 #ifndef __PROVISIONER_STORE_HPP__ 18 #define __PROVISIONER_STORE_HPP__ 93 const std::string& backend) = 0;
109 const std::vector<Image>& excludedImages,
117 #endif // __PROVISIONER_STORE_HPP__ Protocol< RecoverRequest, RecoverResponse > recover
virtual ~Store()
Definition: store.hpp:70
Option<::appc::spec::ImageManifest > appcManifest
Definition: store.hpp:53
Option< std::string > config
Definition: store.hpp:56
Option<::docker::spec::v1::ImageManifest > dockerManifest
Definition: store.hpp:50
URI image(const std::string &repository, const std::string &reference, const std::string ®istry, const Option< std::string > &scheme=None(), const Option< int > &port=None())
Definition: docker.hpp:30
Definition: attributes.hpp:24
std::vector< std::string > layers
Definition: store.hpp:47
Try< Nothing > create(const std::string &hierarchy, const std::string &cgroup, bool recursive=false)
Definition: resolver.hpp:34