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

Provide binaries using container images #81

Open
crazy-max opened this issue Jun 6, 2024 · 0 comments
Open

Provide binaries using container images #81

crazy-max opened this issue Jun 6, 2024 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@crazy-max
Copy link
Owner

We current download binaries using tarballs from https://download.docker.com/ when a version is specified in version input.

We could use the following images as version if user wants to be on edge:

These images distribute artifacts that we could extract with this action. User could then just set version with the list of images to download and extract:

      -
        name: Set up Docker
        uses: crazy-max/ghaction-setup-docker@v3
        with:
          version: |
            moby/moby-bin:master
            dockereng/cli-bin:master

cc @kiview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant