-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Use UUID for Steps #983
Comments
cc @LamaAni |
Hi Agreed on this. There is an issue also with improper conversion to spaces. e.g. If the name is "A B". A fix will come once I get a moment. I plan some bug fixes session soon. Best |
The new name will be |
Hum. I dont see the same issue in kubectl... The Specific random run_id I add there resolves this issue. Did you run this in docker? |
yes |
I think the run_id is not within the docker backend ... |
Hi, The run_id is not within it. That is way I needed the random number on my executor. Which branch lead to the error in the run_id? Did you check if this exists on the original docker backed? I would assume so. |
-> #1802 |
9449b67 do show that we should not rely on a name to identify containers
(https://ci.woodpecker-ci.org/woodpecker-ci/woodpecker/build/2736/8)
->
Error response from daemon: Conflict. The container name "/pipeline.build-web" is already in use by container "8b762354d71226969e0b4f87f5244b93c0d0c092fd004362b5d71def5fd63ddc". You have to remove (or rename) that container to be able to reuse that name.
The text was updated successfully, but these errors were encountered: