1.9.13. RHSA-2021:2121 - OpenShift Container Platform 4.7.13 程序错误修复和安全更新
发布日期:2021 年 5 月 31 日
OpenShift Container Platform release 4.7.13 现已正式发布,其中包括安全更新。此更新包括的程序错误修正信息包括在 RHSA-2021:2121 公告中。此更新中包括的 RPM 软件包由 RHSA-2021:2122 公告提供。
您可以运行以下命令来查看此发行版本中的容器镜像:
$ oc adm release info 4.7.13 --pullspecs
1.9.13.1. 程序错误修复
-
在以前的版本中,当使用带有加重符的字符(例如
é
)的文件名启动oc start-build foo --from-dir=. --wait --follow
命令时,构建将失败并返回以下错误:error: unable to extract binary build input, must be a zip, tar, or gzipped tar, or specified as a file: exit status 1
在这个版本中,当用户创建的文件的名称中包括带有加重符的字符时,构建将可以成功完成。(BZ#1935165)