envbuilder icon indicating copy to clipboard operation
envbuilder copied to clipboard

Do not pass techinal ENVs to user

Open strike opened this issue 1 year ago • 0 comments

For example, env DOCKER_CONFIG passed to userspace and broke docker build command:

docker run --rm -it -e INIT_SCRIPT='echo $DOCKER_CONFIG' -e GIT_URL=https://github.com/coder/envbuilder.git ghcr.io/coder/envbuilder
...
/.envbuilder

strike avatar Feb 14 '24 15:02 strike