Skip to content

Commit 3323324

Browse files
authored
Update README.md
1 parent 41d5f03 commit 3323324

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ docker pull keinos/sqlite3:latest
1111
- [![SQLite Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FKEINOS%2FDockerfile_of_SQLite3%2Fmaster%2FSQLite3-shields.io-badge.json)](https://github.com/KEINOS/Dockerfile_of_SQLite3/blob/master/VERSION_SQLite3.txt)
1212
- [View Available Tags (SQLite version)](https://hub.docker.com/r/keinos/sqlite3/tags) @ DockerHub
1313
- Supported Architecture:
14-
- AMD64, ARM64, ARMv6, ARMv7
14+
- ARM64, ARMv6, ARMv7 and Intel/AMD64
15+
- INIT System Support:
16+
- [Tini](https://github.com/krallin/tini) (Fix:[#65](https://github.com/KEINOS/Dockerfile_of_SQLite3/pull/65))
1517
- Scan Status:
1618
- [![Snyk Docker Scan](https://github.com/KEINOS/Dockerfile_of_SQLite3/actions/workflows/container-analysis.yml/badge.svg)](https://github.com/KEINOS/Dockerfile_of_SQLite3/actions/workflows/container-analysis.yml)
1719
- [![Container Scan](https://github.com/KEINOS/Dockerfile_of_SQLite3/actions/workflows/container_scan.yml/badge.svg)](https://github.com/KEINOS/Dockerfile_of_SQLite3/actions/workflows/container_scan.yml)
1820

1921
<details><summary>Image Information (Dockerfile, Security Scan, etc.)</summary>
2022

2123
- 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))
24+
- As of `3.47.2-20241207-tini`, the image supports [Tini](https://github.com/krallin/tini) as the default init process. (See issue [#65](https://github.com/KEINOS/Dockerfile_of_SQLite3/pull/65))
2325
- 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`).
2426
- Repositories/Registries:
2527
- [Image Registry](https://hub.docker.com/r/keinos/sqlite3) @ DockerHub

0 commit comments

Comments
 (0)