Skip to content

docker-image: specify docker password through stdin

Kevin Daudt requested to merge docker-login-password-stdin into master

Instead of supplying it as an argument, pass it through stdin so that the password will not be visible in the process output.

Add validation that the password has been specified as well.

Merge request reports