Remove blobs #185

Closed
rarias wants to merge 459 commits from remove-blobs into old-master
Showing only changes of commit ca0937859d - Show all commits

View File

@@ -21,6 +21,19 @@
SHELL = "${pkgs.bash}/bin/bash";
};
};
gitlab-bsc-es-docker = {
registrationConfigFile = config.age.secrets.gitlabToken.path;
dockerImage = "debian:stable";
tagList = [ "docker" "xeon" ];
registrationFlags = [
"--locked='false'"
"--docker-network-mode host"
];
environmentVariables = {
https_proxy = "http://localhost:23080";
http_proxy = "http://localhost:23080";
};
};
};
};