Closed jianlinliu closed 5 months ago
@jianlinliu: This pull request references OCPQE-22684 which is a valid jira issue.
/lgtm
/hold
@jianlinliu: This pull request references OCPQE-22684 which is a valid jira issue.
/unhold
/etc/containers/registries.conf is installed by containers-common package as a dependency of skopeo which is installed when running tools/install_os_deps.sh, so I revert the removal of containers-common, change anther way to fix it.
@liangxia pls help review again.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: liangxia
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@jianlinliu: all tests passed!
Full PR test history. Your PR dashboard.
Since https://github.com/openshift/verification-tests/pull/3613, several cucushift-upgrade prow ci steps hit such issues:
Manually reproduce it locally.
If run the container using root user, will not hit such issue, but in prow ci build farm, the containers using the image is not running as root user.
Per https://github.com/containers/image/blob/main/docs/containers-registries.conf.d.5.md#configuration-precedence, once
/etc/containers/registries.conf
exists, the conf files in$HOME/.config/containers/registries.conf.d
are being loaded, so the permission issue happened./etc/containers/registries.conf
is installed bycontainers-common
package as a dependency of skopeo which is installed when runningtools/install_os_deps.sh
.