This commit is contained in:
parent
7f6f1166a4
commit
ce7b147d04
1 changed files with 0 additions and 0 deletions
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
pkgs_linux ? import <nixpkgs> { system = "x86_64-linux"; },
|
||||
}:
|
||||
|
||||
with pkgs;
|
||||
dockerTools.buildImage {
|
||||
name = "default";
|
||||
tag = "latest";
|
||||
|
||||
copyToRoot = buildEnv {
|
||||
name = "image-root";
|
||||
pathsToLink = [ "/bin" ];
|
||||
paths = with pkgs_linux; [
|
||||
coreutils
|
||||
u-root-cmds
|
||||
bash
|
||||
nix
|
||||
nodejs
|
||||
podman
|
||||
];
|
||||
};
|
||||
|
||||
config = {
|
||||
User = "runner";
|
||||
Cmd = [ "${lib.getExe bashInteractive}" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue