DockerCLI/dockerfiles
Sebastiaan van Stijn b59752479b
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>
(cherry picked from commit 388646eab0)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-26 14:26:45 +01:00
..
Dockerfile.binary-native [18.09] Bump Golang 1.10.8 (CVE-2019-6486) 2019-01-24 02:07:03 +01:00
Dockerfile.cross Do not patch Dockerfiles in CI 2019-03-26 14:26:01 +01:00
Dockerfile.dev Do not patch Dockerfiles in CI 2019-03-26 14:26:01 +01:00
Dockerfile.e2e [18.09] Bump Golang 1.10.8 (CVE-2019-6486) 2019-01-24 02:07:03 +01:00
Dockerfile.lint Do not patch Dockerfiles in CI 2019-03-26 14:26:01 +01:00
Dockerfile.shellcheck Use official shellcheck image 2019-03-26 14:26:45 +01:00