All Cobble really needs to know about artifacts is how to identify them and how to compute a content hash for them. (And potentially how to cache them.) It'd be worth looking into creating an interface for defining custom artifacts. This could be useful for defining artifacts that are docker images managed by a local docker daemon, or a package managed by a locally-running package manager.
All Cobble really needs to know about artifacts is how to identify them and how to compute a content hash for them. (And potentially how to cache them.) It'd be worth looking into creating an interface for defining custom artifacts. This could be useful for defining artifacts that are docker images managed by a local docker daemon, or a package managed by a locally-running package manager.