Skip to content
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

Update github actions versions #110

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Update github actions versions #110

merged 1 commit into from
Oct 3, 2024

Conversation

dflook
Copy link
Owner

@dflook dflook commented Oct 1, 2024

GitHub decided to use nodejs for their github actions, such as checkout/upload-artifact/download-artifact etc. This is problematic when running actions jobs inside containers, as node needs to get in there somehow. The actions runner rams a nodejs runtime into your containers, whether it works there or not.

GitHub are threatening to use a newer nodejs runtime, which certainly does NOT work in some of the older python containers.

To address this there is a new composite action called 'run-in-container', which tries to approximate the same behaviour as running jobs inside containers, but for a single step. This means that the GitHub provided actions in the job can now run outside the container.

@dflook dflook force-pushed the checkout branch 2 times, most recently from c9a8e5e to 80c0a89 Compare October 2, 2024 16:26
GitHub decided to use nodejs for their github actions, such as checkout/upload-artifact/download-artifact etc.
This is problematic when running actions jobs inside containers, as node needs to get in there somehow.
The actions runner rams a nodejs runtime into your containers, whether it works there or not.

GitHub are threatening to use a newer nodejs runtime, which certainly does NOT work in some of the older python containers.

To address this there is a new composite action called 'run-in-container', which tries to approximate the same behaviour
as running jobs inside containers, but for a single step. This means that the GitHub provided actions in the job can now
run outside the test container.
@dflook dflook merged commit 66b0858 into main Oct 3, 2024
81 checks passed
@dflook dflook deleted the checkout branch October 3, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant