-
Notifications
You must be signed in to change notification settings - Fork 379
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
Error docker inspect runner-... failed with exit status: 1 #1351
Comments
this is on a gitlab instance right? has there maybe been an update done in the base container that could've changed something? |
it looks like cross tries to get info from not available container |
We get the name using |
yeah, I saw it, but Docker does not see any of the containers inside. Seems no one value fits because nothing is available. |
can you run |
sure
|
Interesting, that seems wrong |
What do you expect to see from |
Sorry, I meant that it seems correct. I'm not sure how to proceed with this. |
should we maybe try to ask Gitlab to restore that functionality using a bugreport on their tracker? or create a thread asking about it on their forum? |
If you have the gitlab container spawn a new container that runs the cross command it allows the cross container to work correctly
|
Checklist
Describe your issue
A similar issue I found there #1153 but
CROSS_REMOTE=1
is set and does not help.For some reason build does not work anymore(it worked without problems ~6 months before) and I can't figure out what the issue is. Below some related verbose info and error at the end:
This is the dind config with CROSS_REMOTE = 1 for gitlab ci:
Dockefile body in use:
What target(s) are you cross-compiling for?
x86_64-unknown-linux-musl
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5 (ed713d9 2023-05-23)
Example
No response
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: