DockerCLI/scripts
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
..
build Add some simple e2e tests for executing CLI plugins 2019-01-30 13:44:05 +00:00
docs Add AUTHORS file and script 2018-01-02 17:00:22 +01:00
gen Add scripts folder to shellcheck 2017-07-19 16:33:58 +01:00
test/e2e Better coverage output, removing unnecessary unit scripts. 2019-02-01 11:16:20 +01:00
validate Fixes some unit tests to be able to run them on windows 2018-03-07 18:18:13 +01:00
winresources Remove unused windows resourcefiles. 2017-05-15 22:50:33 -04:00
make.ps1 Remove unused powershell function 2018-03-07 18:18:14 +01:00
warn-outside-container Use official shellcheck image 2019-02-26 15:10:38 +01:00