1
0
mirror of https://github.com/rancher/os.git synced 2025-07-21 18:31:31 +00:00
os/files/usr/lib/os-release.tmpl

13 lines
367 B
Cheetah
Raw Normal View History

2021-06-06 00:31:50 +00:00
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"
2021-06-25 18:01:35 +00:00
IMAGE="${OS_REPO}:${OS_LABEL}"
IMAGE_REPO="${OS_REPO}"
IMAGE_LABEL="${OS_LABEL}"