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,
|
||||||
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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user