You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the most complete Dockerfile linter seems to be hadolint, this basically implements the same principles from pylint and eslint+[semi]standard to Dockerfiles.
Currently the most complete Dockerfile linter seems to be
hadolint
, this basically implements the same principles from pylint and eslint+[semi]standard to Dockerfiles.Open items on main as of dc0a034:
docker/1.14.5/bullseye/Dockerfile
Line 28 in dc0a034
docker/1.14.5/bullseye/Dockerfile
Line 93 in dc0a034
docker/1.14.5/bullseye/Dockerfile
Line 37 in dc0a034
docker/1.14.5/bullseye/Dockerfile
Line 40 in dc0a034
docker/1.14.5/bullseye/Dockerfile
Line 54 in dc0a034
docker/1.14.5/bullseye/Dockerfile
Line 80 in dc0a034
Note that after fixing some items, new findings can arise. For example, after fixing DL3027 with #42, we will get the following:
apt-get install <package>
useapt-get install <package>=<version>
The text was updated successfully, but these errors were encountered: