Setup MinIO in runner
This commit is contained in:
@@ -31,6 +31,7 @@ lib.attrsets.recursiveUpdate {
|
|||||||
curl
|
curl
|
||||||
gawk
|
gawk
|
||||||
git
|
git
|
||||||
|
minio-client
|
||||||
p7zip
|
p7zip
|
||||||
packer
|
packer
|
||||||
pup
|
pup
|
||||||
@@ -67,6 +68,7 @@ lib.attrsets.recursiveUpdate {
|
|||||||
registrationConfigFile = config.age.secrets.runner-reg.path;
|
registrationConfigFile = config.age.secrets.runner-reg.path;
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
|
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
|
||||||
|
STORAGE_URL = "http://localhost:9000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ in {
|
|||||||
registrationConfigFile = config.age.secrets.runner-qemu.path;
|
registrationConfigFile = config.age.secrets.runner-qemu.path;
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
|
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
|
||||||
|
STORAGE_URL = "http://localhost:9000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -132,6 +133,7 @@ in {
|
|||||||
curl
|
curl
|
||||||
gawk
|
gawk
|
||||||
git
|
git
|
||||||
|
minio-client
|
||||||
p7zip
|
p7zip
|
||||||
packer
|
packer
|
||||||
pup
|
pup
|
||||||
|
|||||||
Reference in New Issue
Block a user