We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd18f32 + 2c28a80 commit 00a58b1Copy full SHA for 00a58b1
4 files changed
README.md
@@ -432,4 +432,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
432
433
## Versions
434
435
+* **29.08.25:** - Attempt graceful shutdown of Chrome.
436
* **12.06.25:** - Initial release.
readme-vars.yml
@@ -114,4 +114,5 @@ init_diagram: |
114
"chrome:latest" <- Base Images
115
# changelog
116
changelogs:
117
+ - {date: "29.08.25:", desc: "Attempt graceful shutdown of Chrome."}
118
- {date: "12.06.25:", desc: "Initial release."}
root/s6-overlay/s6-rc.d/svc-de/down
@@ -0,0 +1 @@
1
+/etc/s6-overlay/s6-rc.d/svc-de/finish
root/s6-overlay/s6-rc.d/svc-de/finish
@@ -0,0 +1,4 @@
+#!/usr/bin/with-contenv bash
2
+# shellcheck shell=bash
3
+
4
+pkill chrome
0 commit comments