Add sleep command
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (sword-container-builder) (push) Failing after 2s
Build images / Build (vm-test) (push) Failing after 2s
Build images / Build (bitwarden) (push) Failing after 2s
Build images / Build (immich) (push) Failing after 2s
Build images / Build (builder) (push) Failing after 24s

This commit is contained in:
Greg Hellings
2026-01-23 17:54:24 -06:00
parent 2076c5e3a4
commit 7612f521a1
2 changed files with 12 additions and 17 deletions
+1 -2
View File
@@ -5,7 +5,6 @@
nix, nix,
nix-output-monitor, nix-output-monitor,
nodejs_24, nodejs_24,
pkgs,
podman, podman,
writeTextFile, writeTextFile,
@@ -27,7 +26,7 @@ let
in in
lib'.mkImage { lib'.mkImage {
name = name "builder"; name = name "builder";
contents = [ contents = lib'.basePackages ++ [
buildah buildah
git git
nix nix
+11 -15
View File
@@ -1,21 +1,17 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
basePackages = with pkgs; rec { basePackages = with pkgs; [
copyToRoot = paths; bashInteractive
paths = [ cacert
bashInteractive coreutils-full
cacert dockerTools.binSh
coreutils-full dockerTools.caCertificates
dockerTools.binSh dockerTools.usrBinEnv
dockerTools.caCertificates findutils
dockerTools.shadowSetup gnugrep
dockerTools.usrBinEnv gnused
findutils ];
gnugrep
gnused
];
};
mkImage = mkImage =
options: options: