Hopefully streamline it
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (bitwarden) (push) Failing after 15s
Build images / Build (immich) (push) Failing after 40s
Build images / Build (sword-container-builder) (push) Failing after 38s
Build images / Build (builder) (push) Has been cancelled
Build images / Build (vm-test) (push) Has been cancelled
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (bitwarden) (push) Failing after 15s
Build images / Build (immich) (push) Failing after 40s
Build images / Build (sword-container-builder) (push) Failing after 38s
Build images / Build (builder) (push) Has been cancelled
Build images / Build (vm-test) (push) Has been cancelled
This commit is contained in:
@@ -23,6 +23,13 @@ let
|
|||||||
destination = "/etc/containers/policy.json";
|
destination = "/etc/containers/policy.json";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
nix-conf = writeTextFile {
|
||||||
|
name = "nix.conf";
|
||||||
|
text = ''
|
||||||
|
extra-experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
|
destination = "/etc/nix/nix.conf";
|
||||||
|
};
|
||||||
in
|
in
|
||||||
lib'.mkImage {
|
lib'.mkImage {
|
||||||
name = name "builder";
|
name = name "builder";
|
||||||
@@ -30,6 +37,7 @@ lib'.mkImage {
|
|||||||
buildah
|
buildah
|
||||||
git
|
git
|
||||||
nix
|
nix
|
||||||
|
nix-conf
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nodejs_24
|
nodejs_24
|
||||||
podman
|
podman
|
||||||
|
|||||||
@@ -2,15 +2,20 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
basePackages = with pkgs; [
|
basePackages = with pkgs; [
|
||||||
bashInteractive
|
(pkgs.buildEnv {
|
||||||
cacert
|
name = "base-env";
|
||||||
coreutils-full
|
paths = [
|
||||||
dockerTools.binSh
|
bashInteractive
|
||||||
dockerTools.caCertificates
|
cacert
|
||||||
dockerTools.usrBinEnv
|
coreutils-full
|
||||||
findutils
|
dockerTools.binSh
|
||||||
gnugrep
|
dockerTools.caCertificates
|
||||||
gnused
|
dockerTools.usrBinEnv
|
||||||
|
findutils
|
||||||
|
gnugrep
|
||||||
|
gnused
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
mkImage =
|
mkImage =
|
||||||
|
|||||||
Reference in New Issue
Block a user