mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
Support legacy Docker Compose labels
This commit is contained in:
4
vendor/github.com/docker/libcompose/labels/labels.go
generated
vendored
4
vendor/github.com/docker/libcompose/labels/labels.go
generated
vendored
@@ -18,6 +18,10 @@ const (
|
||||
SERVICE = Label("com.docker.compose.service")
|
||||
HASH = Label("com.docker.compose.config-hash")
|
||||
VERSION = Label("com.docker.compose.version")
|
||||
|
||||
PROJECT_LEGACY = Label("io.docker.compose.project")
|
||||
SERVICE_LEGACY = Label("io.docker.compose.service")
|
||||
HASH_LEGACY = Label("io.docker.compose.config-hash")
|
||||
)
|
||||
|
||||
// EqString returns a label json string representation with the specified value.
|
||||
|
Reference in New Issue
Block a user