mirror of
https://github.com/rancher/os.git
synced 2025-09-14 22:20:35 +00:00
v2.0.0-rc1
* Load apparmor on boot also when booting from disk * Rename system-dockerd to system-engine * Do not cache service metadatas * Do not cache Docker image to ISO file * Disable system-docker bridge by default * Remove deprecated --oom-score-adjust flag * Update VMware tools to 12.2.5 * Update QEMU guest agent to 7.2 * Remove broken VirtualBox tools
This commit is contained in:
@@ -18,14 +18,14 @@ const (
|
||||
StateDir = "/state"
|
||||
RosBin = "/usr/bin/ros"
|
||||
SysInitBin = "/usr/bin/ros-sysinit"
|
||||
SystemDockerHost = "unix:///var/run/system-docker.sock"
|
||||
SystemDockerHost = "unix:///var/run/system-engine.sock"
|
||||
DockerHost = "unix:///var/run/docker.sock"
|
||||
ImagesPath = "/usr/share/ros"
|
||||
InitImages = "images-init.tar"
|
||||
SystemImages = "images-system.tar"
|
||||
UserImages = "images-user.tar"
|
||||
Debug = false
|
||||
SystemDockerBin = "/usr/bin/system-dockerd"
|
||||
SystemDockerBin = "/usr/bin/system-engine"
|
||||
DefaultDind = "burmilla/os-dind:17.12.1"
|
||||
|
||||
DetachLabel = "io.rancher.os.detach"
|
||||
|
Reference in New Issue
Block a user