File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/setup/production-environment Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,7 @@ sudo apt-get install cri-o-1.17
219
219
{{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}
220
220
# Install prerequisites
221
221
curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers: stable .repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/CentOS_7/devel:kubic:libcontainers:stable.repo
222
-
223
- curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:[ REQUIRED VERSION] .repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:[REQUIRED VERSION] /CentOS_7/devel:kubic:libcontainers:stable:cri-o:[ REQUIRED VERSION] .repo
222
+ curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:{{< skew latestVersion >}}.repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:{{ < skew latestVersion >}}/CentOS_7/devel:kubic:libcontainers:stable:cri-o:{{< skew latestVersion >}}.repo
224
223
225
224
# Install CRI-O
226
225
yum install -y cri-o
You can’t perform that action at this time.
0 commit comments