diff --git a/content/rancher/v2.x/en/installation/server-tags/_index.md b/content/rancher/v2.x/en/installation/server-tags/_index.md index 826770291bc..37383ad1129 100644 --- a/content/rancher/v2.x/en/installation/server-tags/_index.md +++ b/content/rancher/v2.x/en/installation/server-tags/_index.md @@ -5,10 +5,12 @@ weight: 200 # Rancher Server Tags -{{< product >}} Server has a tag that you can use during installation. +{{< product >}} Server is distributed as Docker image, tags are used to identify what version is included in the image. We also have additional tags that will point to a specific version. Keep in mind that if you use the additional tags, you will need to explicitely pull a new version of that image tag otherwise it will use the cached image on the host. + +The images can be found on [DockerHub](https://hub.docker.com/r/rancher/rancher/tags/). - `rancher/rancher:latest`: Our latest development builds. These builds are validated through our CI automation framework. These releases aren't for production environments. -Please don't use any release with a `rc{n}` suffix. These rc builds are meant for the {{< product >}} team to test out builds. +Please don't use the `master` tag or any release with a `rc{n}` suffix. These builds are meant for the {{< product >}} team to test out builds.