Skip to content

Provide binaries using container images #81

@crazy-max

Description

@crazy-max

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions