Back to just dockerTools
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (bitwarden) (push) Failing after 27s
Build images / Build (immich) (push) Failing after 2s
Build images / Build (sword-container-builder) (push) Failing after 2s
Build images / Build (builder) (push) Failing after 2s
Build images / Build (vm-test) (push) Failing after 2s

This commit is contained in:
Greg Hellings
2026-01-23 17:48:04 -06:00
parent d6a1f4fb86
commit 5e98d29183
4 changed files with 37 additions and 135 deletions
+10 -32
View File
@@ -24,39 +24,17 @@ let
destination = "/etc/containers/policy.json";
}
);
nix-conf = writeTextFile {
name = "nix.conf";
text = ''
experimental-features = nix-command flakes
'';
destination = "/etc/nix/nix.conf";
};
in
lib'.mkImage pkgs {
lib'.mkImage {
name = name "builder";
copyToRoot = pkgs.buildEnv {
name = "policy";
paths = [
policy
nix-conf
];
};
initializeNixDatabase = true;
layers = [
{
deps = [
buildah
git
nix
nix-output-monitor
podman
policy
];
}
{
deps = [
nodejs_24
];
}
contents = [
buildah
git
nix
nix-output-monitor
nodejs_24
podman
policy
];
includeNixDB = true;
}