Andrew
Andrew
I love triq! Could we please submit triq to modern Erlang package manager repositories, like [CEAN](http://cean.process-one.net/contrib/) and [EXPM](http://expm.co/)?
I get warnings when explicitly listing out multiple files to `COPY`. However, when using glob patterns, e.g. `Gemfile*`, then dockerfile-utils does not present a warning, even though globs may expand...
As a developer, I want dockerfile-utils to automatically recurse over directories, scanning any `Dockerfile*` paths found, so that I can quickly lint large collections of Dockerfile's.
Please maintain a consistent precision for the bytes currently written value, so that the animation for `docker push` is less jarring. When the bytes come to an even value at...
Why does dockfmt add pointless tabs after Docker keywords? Why does dockfmt insert a blank line at the start of the Dockerfile?
`sudo pkg_add` works in a manual `vagrant ssh` session, but when I try to automate installing the same packages by specifying a `config.vm.provision` in the Vagrantfile, for some reason `pkg_add`...
Thank you for maintaining packer configuration for generating an OpenBSD v6.1 box! Could this be published to Vagrant Cloud to make it easier for non-packer users to obtain?
Shebangs are critical for most POSIX-y shell scripts, however they should not be present in configuration files. For example, .bashrc, bashrc, .bash_profile, bash_profile, .bash_login, bash_login, .bash_logout, bash_logout, .ashrc, ashrc, .dashrc,...
Note that on many systems, sh is linked to bash, so `sh -n` may report satisfactory syntax, when in fact the script contains bashisms. And checkbashisms misses many bashisms. Maybe...
Shell scripts that rely on features from bash v4 should use `bash4 -n`, etc. We should add this to the list of shell languages handled by shlint.