-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI:DOCS] Fix multi-arch image build clone:failure #10692
[CI:DOCS] Fix multi-arch image build clone:failure #10692
Conversation
LGTM, love getting Docker out of our CI whenever possible. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fudged-workflow testing of this shows it fixed the problem. Removing the fudging, and this will be ready to go... |
A suspected recent change in docker (in github-actions Ubuntu environment) results in a error: ``` cannot clone: Operation not permitted Error: cannot re-exec process ``` Fix this by using podman to execute the container instead of docker. Signed-off-by: Chris Evich <cevich@redhat.com>
...note to self: after this merges, need to manually run and/or check on the workflow to make sure it pushed v3.2.0 |
LGTM |
/lgtm |
/lgtm |
Just following up, @rhatdan the run with this change successfully pushed a |
A suspected recent change in docker (in github-actions Ubuntu
environment) results in a error:
Fix this by using podman to execute the container instead of docker.