mirror of
https://github.com/rancher/os.git
synced 2025-09-16 06:59:12 +00:00
build v0.3.1
This commit is contained in:
@@ -385,7 +385,7 @@ func NewConfig() *Config {
|
||||
},
|
||||
Repositories: map[string]Repository{
|
||||
"core": Repository{
|
||||
Url: "https://raw.githubusercontent.com/rancherio/os-services/master",
|
||||
Url: "https://raw.githubusercontent.com/rancherio/os-services/" + DEFAULT_IMAGE_VERSION,
|
||||
},
|
||||
},
|
||||
Services: map[string]*project.ServiceConfig{},
|
||||
|
@@ -3,7 +3,7 @@ package config
|
||||
import "github.com/rancherio/rancher-compose/librcompose/project"
|
||||
|
||||
const (
|
||||
DEFAULT_IMAGE_VERSION = "v0.3.0-rc2"
|
||||
DEFAULT_IMAGE_VERSION = "v0.3.1"
|
||||
CONSOLE_CONTAINER = "console"
|
||||
DOCKER_BIN = "/usr/bin/docker"
|
||||
DOCKER_SYSTEM_HOME = "/var/lib/system-docker"
|
||||
|
@@ -1 +1 @@
|
||||
VERSION=v0.3.1-rc2
|
||||
VERSION=v0.3.1
|
||||
|
Reference in New Issue
Block a user