Default user doesn't have permissions to write to GOCACHE / home directory
Big Bang team has a tool called bbctl. We would like to use this image for our CI testing of that utility. Our CI testing runs a go lint and go test stage. Our stages attempt to compile a binary which requires the default user write to it's GOCACHE env. GOCACHE by default in Linux is usually $HOME/.cache/go-build
Our pipeline is failing with permission denied for the default user creating the path $HOME/.cache/go-build.
Please grant the default user permissions to write to it's $HOME path.
Referencing a stackoverflow thread