-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Request to Disable IPv6 in Ubuntu Images to Enable JDK Installations #2482
Comments
@ChristopherHX Could you please review the above issue? Your assistance would be greatly appreciated. Thank you! |
Hi, How do you know it is related to IP v6 ? What kind of error do you get ? Are you using setup-java to install the azul jdk ? or wget ? some other command ? |
Thanks for your reply. I give the more detailed information below. act command
workflow
CI log
|
My backlog for act is full for the next months I don't get this message inside this action.. My internet service provider can connect to that ipv6 outside of docker, inside docker e.g. curl instantly skips it via curl verbose log / act log working
act-log same device
You should really upgrade this action..... This is my successful test on: push
jobs:
_:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '8'
- run: java HelloWorldApp.java |
Thank you for your response and your time. I believe the issue might be on my end. @ChristopherHX |
Act version
act version 0.0.0-SNAPSHOT-a30d171
Feature description
Issue Description
We are encountering an issue where our continuous integration (CI) process fails during JDK installation via IPv6 connections. Specifically, attempts to access the JDK bundles from Azul's API through IPv6 consistently fail, while IPv4 connections are successful.
Affected Images
The issue affects the following Docker images used in our GitHub Actions workflows:
catthehacker/ubuntu:act-latest-20240822
catthehacker/ubuntu:act-22.04-20240822
catthehacker/ubuntu:act-20.04-20240822
Expected Behavior
We propose to disable IPv6 in the aforementioned Docker images to ensure reliable access to necessary external resources like JDK downloads during CI processes. This change would help not only our workflows but also other users who might face similar networking issues.
Steps to Reproduce
https://api.azul.com/zulu/download/community/v1.0/bundles/?os=linux&ext=tar.gz&bundle_type=jdk&javafx=false&arch=x86&hw_bitness=64
Additional Information
Disabling IPv6 would be a temporary solution until a more robust handling of IPv4 and IPv6 compatibility issues can be implemented. This adjustment would facilitate a smoother development and testing process for teams relying on these Docker images.
Thank you for considering this enhancement to support better CI configuration and stability.
The text was updated successfully, but these errors were encountered: