In case Docker is installed on the machine running the deploy.sh script, the attempt to log in to Docker Hub fails when the password contains special characters.
上次发布: November 8, 2021ArcGIS Enterprise on Kubernetes
漏洞 ID 编号
BUG-000143740
已提交
October 18, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Enterprise on Kubernetes
找到的版本
10.9
操作系统
Azure AKS
操作系统版本
1.21
修正版本
11.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use a password without special characters.
Comment out the following line in the deploy.sh script: docker login --username $user --password $pass $registry > /dev/null 2>&1