Copyright | (C) 2016 Awake Networks |
---|---|
License | Apache-2.0 |
Maintainer | Awake Networks <opensource@awakenetworks.com> |
Stability | stable |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
fetchImage :: HockerMeta -> IO (Either HockerException Text) Source #
Fetch an image from the docker registery, assembling the artifacts into a Docker V1.2 Image.
fetchLayer :: HockerMeta -> IO (Either HockerException FilePath) Source #
Fetch a layer using its digest key from the docker registery.
fetchConfig :: HockerMeta -> IO (Either HockerException ByteString) Source #
Fetch the configuration JSON file of the specified image from the docker registry.
fetchImageManifest :: HockerMeta -> IO (Either HockerException ByteString) Source #
Fetch the docker registry manifest JSON file for the specified image from the docker registry..