mirror of
https://github.com/moby/buildkit.git
synced 2025-08-01 02:04:26 +03:00
11 lines
211 B
Go
11 lines
211 B
Go
package srctypes
|
|
|
|
const (
|
|
DockerImageScheme = "docker-image"
|
|
GitScheme = "git"
|
|
LocalScheme = "local"
|
|
HTTPScheme = "http"
|
|
HTTPSScheme = "https"
|
|
OCIScheme = "oci-layout"
|
|
)
|