use layered image so that we don't need kvm
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2bcd499ebb
commit
13ad91f72e
1 changed files with 2 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
packages.${system}.default = pkgs.dockerTools.buildImage
|
||||
packages.${system}.default = pkgs.dockerTools.buildLayeredImage
|
||||
{
|
||||
name = "radarr";
|
||||
tag = "latest";
|
||||
|
@ -43,10 +43,9 @@
|
|||
pkgs.cacert
|
||||
pkgs.coreutils-full
|
||||
pkgs.bash
|
||||
pkgs.radarr
|
||||
pkgs.util-linux
|
||||
];
|
||||
runAsRoot = ''
|
||||
fakeRootCommands = ''
|
||||
mkdir /config
|
||||
mkdir /media
|
||||
chown 5000:5000 /config
|
||||
|
|
Loading…
Reference in a new issue