Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.40.0
Choose a base ref
...
head repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.41.0
Choose a head ref
  • 17 commits
  • 16 files changed
  • 2 contributors

Commits on Oct 17, 2024

  1. docker/install: Support version: master

    Add support for installing Docker `master` packages from `moby/moby-bin`
    and `dockereng/cli-bin` images.
    
    This could also allow to install arbitrary version from these images but
    for now it's only used for `master`.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1335f08 View commit details
    Browse the repository at this point in the history
  2. docker/install: Install source

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    10424fa View commit details
    Browse the repository at this point in the history
  3. docker/install: Handle missing v prefix when searching GH release

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b8a9607 View commit details
    Browse the repository at this point in the history
  4. docker/install: Remove deprecated version and channel

    Use InstallSource instead
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de390e0 View commit details
    Browse the repository at this point in the history
  5. docker/install: Add tests for installing from image

    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b143889 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Support image source on darwin

    Use undock inside lima to pull the image content.
    We could mount the downloaded binaries from the host, but for some
    reason lima mounts are not always mounted when the provisioning script
    is run.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e3d0e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Merge pull request #438 from vvoland/install-from-binimage

    docker(install): support image source
    crazy-max authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    517a5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. ci: undock releases json workflow

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    be5b9d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #471 from crazy-max/undock-releases

    ci: undock releases json workflow
    crazy-max authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5b53556 View commit details
    Browse the repository at this point in the history
  3. github: update .github/undock-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8e2d2ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #472 from docker/bot/undock-releases-json

    Update `.github/undock-releases.json`
    crazy-max authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a2e60f6 View commit details
    Browse the repository at this point in the history
  5. undock install

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    faef3be View commit details
    Browse the repository at this point in the history
  6. ci: test latest qemu

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a9dd20a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #473 from crazy-max/undock

    undock install
    crazy-max authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    52919ae View commit details
    Browse the repository at this point in the history
  8. Merge pull request #474 from crazy-max/test-latest-qemu

    ci: test latest qemu
    crazy-max authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68dcb5a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. github: update .github/buildx-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a994171 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #475 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    crazy-max authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5abb5fc View commit details
    Browse the repository at this point in the history
Loading