Skip to content

Commit 64f2851

Browse files
committed
doc: add tini support msg in image info section
1 parent 1fd80f0 commit 64f2851

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ docker pull keinos/sqlite3:latest
1818

1919
<details><summary>Image Information (Dockerfile, Security Scan, etc.)</summary>
2020

21+
- INIT Support:
22+
- As of `3.47.2-20241207-tini`, the image supports [Tini](https://github.com/krallin/tini) as the default init process. (See: [#65](https://github.com/KEINOS/Dockerfile_of_SQLite3/pull/65))
23+
- Originally SQLite3 was run as the PID 1 process. [This](https://github.com/KEINOS/Dockerfile_of_SQLite3/pull/65) change was made to ensure the container stops gracefully when receiving `SIGTERM` or `SIGINT` (e.g., `docker stop`).
2124
- Repositories/Registries:
2225
- [Image Registry](https://hub.docker.com/r/keinos/sqlite3) @ DockerHub
2326
- [Dockerfile](https://github.com/KEINOS/Dockerfile_of_SQLite3/blob/master/Dockerfile) @ GitHub
@@ -69,6 +72,7 @@ scanelf 1.3.7-r2 apk
6972
ssl_client 1.36.1-r29 apk
7073
zlib 1.3.1-r1 apk
7174
```
75+
7276
</details>
7377

7478
### Specify the version to pull

0 commit comments

Comments
 (0)