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

Closed
wants to merge 3 commits into from

Commits on Aug 16, 2024

  1. Move Docker and git-core/ppa installs to the build stage.

    This reduces the overall runtime image size by ~301MB. (1.24GB to 939MB).
    ccosby authored and Chris Cosby committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7a079a3 View commit details
    Browse the repository at this point in the history
  2. Docker: Do a little cleanup on docker and plugin installations

    ccosby authored and Chris Cosby committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c02f5fd View commit details
    Browse the repository at this point in the history
  3. Add to default packages installed: curl git jq unzip

    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.
    ccosby authored and Chris Cosby committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5fb6b17 View commit details
    Browse the repository at this point in the history