mirror of
https://github.com/rancher/os.git
synced 2025-07-07 11:58:38 +00:00
Merge pull request #409 from imikushin/os-services-fix
get services from os-services branch v0.3.2
This commit is contained in:
commit
6f1c99a1a9
@ -3,7 +3,6 @@ package config
|
||||
import "github.com/rancherio/rancher-compose/librcompose/project"
|
||||
|
||||
const (
|
||||
DEFAULT_IMAGE_VERSION = "v0.3.1"
|
||||
CONSOLE_CONTAINER = "console"
|
||||
DOCKER_BIN = "/usr/bin/docker"
|
||||
DOCKER_SYSTEM_HOME = "/var/lib/system-docker"
|
||||
@ -29,7 +28,6 @@ const (
|
||||
|
||||
var (
|
||||
VERSION string
|
||||
IMAGE_VERSION string
|
||||
OsConfigFile = "/os-config.yml"
|
||||
CloudConfigFile = "/var/lib/rancher/conf/cloud-config-rancher.yml"
|
||||
ConfigFile = "/var/lib/rancher/conf/rancher.yml"
|
||||
@ -136,7 +134,4 @@ func init() {
|
||||
if VERSION == "" {
|
||||
VERSION = "v0.0.0-dev"
|
||||
}
|
||||
if IMAGE_VERSION == "" {
|
||||
IMAGE_VERSION = DEFAULT_IMAGE_VERSION
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ network:
|
||||
address: 127.0.0.1/8
|
||||
repositories:
|
||||
core:
|
||||
url: https://raw.githubusercontent.com/rancherio/os-services/v0.3.1
|
||||
url: https://raw.githubusercontent.com/rancherio/os-services/v0.3.2
|
||||
state:
|
||||
fstype: auto
|
||||
dev: LABEL=RANCHER_STATE
|
||||
|
Loading…
Reference in New Issue
Block a user