devtool:dependabot/go_modules/github.com/docker/docker-20.10.24incompatible

Last commit made on 2023-08-15
Get this branch:
git clone -b dependabot/go_modules/github.com/docker/docker-20.10.24incompatible https://git.launchpad.net/devtool

Branch merges

Branch information

Name:
dependabot/go_modules/github.com/docker/docker-20.10.24incompatible
Repository:
lp:devtool

Recent commits

473ccb2... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump github.com/docker/docker

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 0.7.3-0.20190521182756-12b837e474e2 to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/commits/v20.10.24)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <email address hidden>

31d3a26... by Leif Huhn <email address hidden>

Add project_command_aliases config option.

c61b8c4... by Leif Huhn <email address hidden>

Call docker pull directly. Add option for post download command.

cec01d0... by Leif Huhn <email address hidden>

Use docker compose v2.

c2b1e86... by Leif Huhn <email address hidden>

Use --nobuild arg for up command. We want users to build / download container in separate command

60150e2... by lhuhn-wish <email address hidden>

Add download subcommand (can be used instead of build) (#48)

Add download subcommand (can be used instead of build)

366772a... by Leif Huhn <email address hidden>

Fix misformatted config/config.go

ddcdd86... by Leif Huhn <email address hidden>

Move from Go 1.13 to 1.16 to match the homebrew formula

aa279e3... by Leif Huhn <email address hidden>

Fix TestRunOnContainer

7030339... by lhuhn-wish <email address hidden>

Add minimum_version entry to config file. Prompt user to upgrade if version too low. (#47)