DockerCLI/dockerfiles
Sebastiaan van Stijn 388646eab0
Use official shellcheck image
This patch switches the shellcheck image to use the official image
from Docker Hub.

Note that this does not yet update shellcheck to the latest version (v0.5.x);
Shellcheck v0.4.7 added some new checks, which makes CI currently fail, so will
be done in a follow-up PR. Instead, the v0.4.6 version is used in this PR, which
is closest to the same version as was installed in the image before this change;

```
docker run --rm docker-cli-shell-validate shellcheck --version
ShellCheck - shell script analysis tool
version: 0.4.4
license: GNU General Public License, version 3
website: http://www.shellcheck.net
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-26 15:10:38 +01:00
..
Dockerfile.binary-native Bump Golang 1.11.5 (CVE-2019-6486) 2019-01-24 02:50:10 +01:00
Dockerfile.cross Bump Golang 1.11.5 (CVE-2019-6486) 2019-01-24 02:50:10 +01:00
Dockerfile.dev Use gotest.tools/gotestsum binary to run unit and e2e tests and simplify the output. 2019-02-01 11:16:20 +01:00
Dockerfile.e2e Use gotest.tools/gotestsum binary to run unit and e2e tests and simplify the output. 2019-02-01 11:16:20 +01:00
Dockerfile.lint Bump Golang 1.11.5 (CVE-2019-6486) 2019-01-24 02:50:10 +01:00
Dockerfile.shellcheck Use official shellcheck image 2019-02-26 15:10:38 +01:00