??
This commit is contained in:
parent
4e99365d4a
commit
cfe2bfdc2d
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
container = pkgs.dockerTools.buildImage {
|
container = pkgs.dockerTools.buildImage {
|
||||||
name = "ps2.live/saerro/ws";
|
name = "ps2live/saerro";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
copyToRoot = [
|
copyToRoot = [
|
||||||
pkgs.dockerTools.caCertificates
|
pkgs.dockerTools.caCertificates
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pruner = pkgs.dockerTools.buildImage {
|
pruner = pkgs.dockerTools.buildImage {
|
||||||
name = "ps2.live/saerro/pruner";
|
name = "ps2live/saerro/pruner";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
copyToRoot = [
|
copyToRoot = [
|
||||||
pkgs.dockerTools.caCertificates
|
pkgs.dockerTools.caCertificates
|
||||||
|
|
Loading…
Add table
Reference in a new issue