Use SIGINT as container StopSignal
Some checks failed
deliver / deliver (push) Failing after 20s

This commit is contained in:
Paul Brinkmeier 2025-10-07 13:47:12 +02:00
parent c38574e005
commit 94ede9a168
2 changed files with 5 additions and 2 deletions

View File

@ -64,7 +64,10 @@
name = "git.pbrinkmeier.de/paul/yore"; name = "git.pbrinkmeier.de/paul/yore";
tag = yore.version; tag = yore.version;
copyToRoot = [ pkgs.cacert ]; copyToRoot = [ pkgs.cacert ];
config.Cmd = [ "${entrypoint}/bin/run" ]; config = {
Cmd = [ "${entrypoint}/bin/run" ];
StopSignal = "SIGINT";
};
}; };
entrypoint = pkgs.writeShellApplication { entrypoint = pkgs.writeShellApplication {

View File

@ -1,7 +1,7 @@
cabal-version: 3.4 cabal-version: 3.4
name: yore name: yore
version: 0.0.4 version: 0.0.5
author: Paul Brinkmeier author: Paul Brinkmeier
maintainer: hallo@pbrinkmeier.de maintainer: hallo@pbrinkmeier.de
copyright: 2023 Paul Brinkmeier copyright: 2023 Paul Brinkmeier