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
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:
+1
-2
@@ -5,7 +5,6 @@
|
||||
nix,
|
||||
nix-output-monitor,
|
||||
nodejs_24,
|
||||
pkgs,
|
||||
podman,
|
||||
writeTextFile,
|
||||
|
||||
@@ -27,7 +26,7 @@ let
|
||||
in
|
||||
lib'.mkImage {
|
||||
name = name "builder";
|
||||
contents = [
|
||||
contents = lib'.basePackages ++ [
|
||||
buildah
|
||||
git
|
||||
nix
|
||||
|
||||
@@ -1,21 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
basePackages = with pkgs; rec {
|
||||
copyToRoot = paths;
|
||||
paths = [
|
||||
bashInteractive
|
||||
cacert
|
||||
coreutils-full
|
||||
dockerTools.binSh
|
||||
dockerTools.caCertificates
|
||||
dockerTools.shadowSetup
|
||||
dockerTools.usrBinEnv
|
||||
findutils
|
||||
gnugrep
|
||||
gnused
|
||||
];
|
||||
};
|
||||
basePackages = with pkgs; [
|
||||
bashInteractive
|
||||
cacert
|
||||
coreutils-full
|
||||
dockerTools.binSh
|
||||
dockerTools.caCertificates
|
||||
dockerTools.usrBinEnv
|
||||
findutils
|
||||
gnugrep
|
||||
gnused
|
||||
];
|
||||
|
||||
mkImage =
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user