We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
agent
Trying to run pipeline with a service in IPv6-only cluster. Get error:
Woodpecker next-619858e0 K3s 1.28.4
woodpecker-agent.log
services: database: image: mysql environment: - MYSQL_DATABASE=test - MYSQL_ROOT_PASSWORD=example ports: - 3306/tcp steps: get-version: image: ubuntu commands: - ( apt update && apt dist-upgrade -y && apt install -y mysql-client 2>&1 )> /dev/null - sleep 30s # need to wait for mysql-server init - echo 'SHOW VARIABLES LIKE "version"' | mysql -uroot -hdatabase test -pexample
next
The text was updated successfully, but these errors were encountered:
Fix IPv6 host aliases for kubernetes (#2992)
253d702
Closes #2991 [Tests](#2993 (comment)) --------- Co-authored-by: 6543 <6543@obermui.de>
Successfully merging a pull request may close this issue.
Component
agent
Describe the bug
Trying to run pipeline with a service in IPv6-only cluster. Get error:
System Info
Additional context
woodpecker-agent.log
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: