Skip to content

Fix release docker warning

Pedro Pombeiro requested to merge fix-release_docker-warning into master

What does this MR do?

When passing the password as an argument, docker complains that it is insecure and prefers that --password-stdin is used. I also simplified the cp syntax, since we're copying everything to the same target folder.

Why was this MR needed?

To clean up the log output.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Pedro Pombeiro

Merge request reports