Some workarounds were needed to get Docker to behave in the environment with limited privileges, such as ignoring --rm and --cap-drop options.
Availability detection was changed from looking for the codeclimate script to checking the docker image, as we were never actually using the script for anything (we use the gem directly).
It was also necessary to set the codeclimate gem to the git master until the Safe YAML fix is released.
Some workarounds were needed to get Docker to behave in the environment with limited privileges, such as ignoring
--rm
and--cap-drop
options.Availability detection was changed from looking for the
codeclimate
script to checking the docker image, as we were never actually using the script for anything (we use the gem directly).It was also necessary to set the codeclimate gem to the git master until the Safe YAML fix is released.