summaryrefslogtreecommitdiff
path: root/hack/dockerfile/install/dockercli.installer
Commit message (Collapse)AuthorAgeFilesLines
* ldmode=pie is not supported for the mips archXiaodong Liu2020-05-211-1/+1
| | | | | | | | reference: https://github.com/docker/cli/pull/2507 https://github.com/containerd/containerd/commit/4c99c81326f4026fb8c0b8c5e10542205d99c321 Signed-off-by: Xiaodong Liu <liuxiaodong@loongson.cn>
* Use build args to override binary commits in dockerfileJusten Martin2019-10-101-2/+2
| | | | Signed-off-by: Justen Martin <jmart@the-coder.com>
* Use 17.06 stable channel for CLI used in CISebastiaan van Stijn2019-01-311-5/+5
| | | | | | | | | | Update to the latest patch release of 17.06.2. This keeps the same API requirements. This also enables pre-built binaries for armhf instead of compiling from source. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Bash scripts; use double brackets, fix bare variables, add quotesSebastiaan van Stijn2018-12-241-4/+3
| | | | | | | | | | | These scripts explicitly use Bash, so we should be able to use `[[` instead of `[` (which seems to be recommended). Also added curly brackets to some bare variables, and quoted some paths. This makes my IDE a bit more silent :-) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Split binary installers/commit scriptsBrian Goff2018-02-211-0/+31
Originally I worked on this for the multi-stage build Dockerfile changes. Decided to split this out as we are still waiting for multi-stage to be available on CI and rebasing these is pretty annoying. Signed-off-by: Brian Goff <cpuguy83@gmail.com>