Skip to content

Draft: Allow dast container uid to be set via env

What does this MR do?

allows current user's uid to be configured in tests and scripts.

Why?

when you mount a volume with docker, the uid of the files and directories remain the same as those on the host. as a result, you may not be able to to write to those files or directories when you mount them. this issue is manifest on my local development environment which uses docker-machine and virtualbox and i've also been able to reproduce it on a fresh debian installation on a vm.

What are the relevant issue numbers?

gitlab-org/gitlab#288010 (closed)

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports