Build all images with nix-snapshotter
This commit is contained in:
parent
ab3a068066
commit
708e6b4336
14 changed files with 125 additions and 184 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
self,
|
||||
config,
|
||||
utils,
|
||||
lib,
|
||||
|
@ -27,7 +26,7 @@
|
|||
|
||||
spec = {
|
||||
containers.radicale = {
|
||||
image = utils.nixSnapshotterRef (utils.mkNixNGImage "radicale" "${self}/images/radicale.nix");
|
||||
image = utils.mkNixNGImage "radicale";
|
||||
ports.web.containerPort = 5232;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue