From bee03449627d9994431908d9394d049fe516aea1 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:43:22 -0400 Subject: [PATCH 1/2] attempt graceful shutdown of chrome --- root/s6-overlay/s6-rc.d/svc-de/down | 1 + root/s6-overlay/s6-rc.d/svc-de/finish | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 root/s6-overlay/s6-rc.d/svc-de/down create mode 100755 root/s6-overlay/s6-rc.d/svc-de/finish diff --git a/root/s6-overlay/s6-rc.d/svc-de/down b/root/s6-overlay/s6-rc.d/svc-de/down new file mode 100644 index 0000000..cec7fee --- /dev/null +++ b/root/s6-overlay/s6-rc.d/svc-de/down @@ -0,0 +1 @@ +/etc/s6-overlay/s6-rc.d/svc-de/finish \ No newline at end of file diff --git a/root/s6-overlay/s6-rc.d/svc-de/finish b/root/s6-overlay/s6-rc.d/svc-de/finish new file mode 100755 index 0000000..0d44188 --- /dev/null +++ b/root/s6-overlay/s6-rc.d/svc-de/finish @@ -0,0 +1,4 @@ +#!/usr/bin/with-contenv bash +# shellcheck shell=bash + +pkill chrome \ No newline at end of file From 2c28a80c2eb52dc03b0f16f1ef3ae407c73388d1 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:21:10 -0400 Subject: [PATCH 2/2] update changelog --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f85feb4..dc8298e 100644 --- a/README.md +++ b/README.md @@ -432,4 +432,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **29.08.25:** - Attempt graceful shutdown of Chrome. * **12.06.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index 5e880ea..82b3810 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -114,4 +114,5 @@ init_diagram: | "chrome:latest" <- Base Images # changelog changelogs: + - {date: "29.08.25:", desc: "Attempt graceful shutdown of Chrome."} - {date: "12.06.25:", desc: "Initial release."}