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

Docker: Add to default packages installed: curl git jq unzip #3320

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ccosby
Copy link

@ccosby ccosby commented Jun 6, 2024

These tools are very commonly used in most builds. Including them makes sense. This PR includes #3319 makes #3056 unnecessary and fixes #3222

@ccosby ccosby requested a review from a team as a code owner June 6, 2024 21:04
@ccosby ccosby changed the title Add to default packages installed: curl git jq unzip Docker: Add to default packages installed: curl git jq unzip Jun 10, 2024
Chris Cosby and others added 4 commits June 20, 2024 11:39
…s#3277)"

This partially reverts commit 00888c1.

DOCKER_VERSION=25.0.5 is fine but BUILDX_VERSION=0.13.2 doesn't exist
upstream.
This reduces the overall runtime image size by ~301MB. (1.24GB to 939MB).
These packages are used in a ton of actions on the marketplace. It would
be nice if they were installed and ready for use instead of having to
install them with `apt-get` on every single Github workflow.
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.

Action Runner service setup on RHEL9.2 fails
2 participants