diff --git a/config/types.go b/config/types.go index 104ecf83..7632bdaa 100644 --- a/config/types.go +++ b/config/types.go @@ -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 - } } diff --git a/os-config.yml b/os-config.yml index 8c05338a..117fe851 100644 --- a/os-config.yml +++ b/os-config.yml @@ -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