Add new docker gitLab runner for gitlab.bsc.es #93
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "docker-gitlab-runner"
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?
Add a new gitlab runner that runs in docker but it can use the nix store of hut, so we can reuse most of the builds from there. New derivations can be persistently built by the host nix daemon as the socket is shared with the container.
I tried to isolate the network from docker so we only expose the proxy to the container, as otherwise it can communicate with other hosts in the LAN or other services running in localhost.
This runner will be used by other groups to build NixOS images.
@ -35,0 +80,4 @@
ProxyCommand nc -X connect -x hut:23080 %h %p
EOF
cat >> "$HOME/.ssh/known_hosts" << EOF
bscpm03.bsc.es ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2NuSUPsEhqz1j5b4Gqd+MWFnRqyqY57+xMvBUqHYUS
Is this still bscpm03?
7db60299d5
to3c407e1af9
Merged in
edf744db8d
Pull request closed