Preliminary makefile support for building inside docker #384
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "cr_dockerinside"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just streamlines building with docker and the upstream golang container of appropriate version.
I had to add
:z
to the volume spec to appease SELinux, does this cause any porblems on non-SELinux systems?@ -0,0 +6,4 @@
fi
git config --global --add safe.directory /abra # work around funky file permissions
# fixme for some reason we need to do this
I probably go the same error locally. Running
go mod tidy
fixed this for me (see coop-cloud/abra#387)👏
Hope you don't mind, I tucked the script into the
scripts/
dir. Tested the build and it seems to work. Maybe we can create a separate target to deal with coop-cloud/abra#384 (comment)? Unsure. Can review/merge whatever else comes up.