mirror of
https://github.com/rancher/os.git
synced 2025-07-16 16:11:03 +00:00
13 lines
367 B
Cheetah
13 lines
367 B
Cheetah
NAME="${OS_NAME}"
|
|
VERSION="v${OS_VERSION} (${OS_GIT})"
|
|
ID="rancheros"
|
|
ID_LIKE="suse opensuse"
|
|
VERSION_ID="${OS_VERSION}"
|
|
PRETTY_NAME="${OS_NAME} v${OS_VERSION} (${OS_GIT})"
|
|
ANSI_COLOR="0;32"
|
|
BUG_REPORT_URL="https://github.com/rancher/os/issues"
|
|
HOME_URL="https://github.com/rancher/os"
|
|
IMAGE="${OS_REPO}:${OS_LABEL}"
|
|
IMAGE_REPO="${OS_REPO}"
|
|
IMAGE_LABEL="${OS_LABEL}"
|