docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

Download Docker CLI instead of building it #730

Closed chris-crone closed 4 years ago

chris-crone commented 4 years ago

- What I did Download the CLI for macOS and Linux as they are available on download.docker.com. This should make the build slightly faster.

Note the CLI is only used for testing – we do not ship it.

- How I did it Replace build with curl.

- How to verify it Existing tests should pass.

- Description for the changelog

N/A

- A picture of a cute animal (not mandatory)

codecov[bot] commented 4 years ago

Codecov Report

Merging #730 into master will decrease coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #730     +/-   ##
=========================================
- Coverage   70.57%   70.48%   -0.1%     
=========================================
  Files          62       62             
  Lines        3208     3208             
=========================================
- Hits         2264     2261      -3     
- Misses        639      641      +2     
- Partials      305      306      +1
Impacted Files Coverage Δ
types/parameters/parameters.go 92.06% <0%> (-4.77%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 44932b6...88fcef1. Read the comment docs.