Fail-Fast Policy
The "latest
" image will be updated within a week using the latest source code as soon as the official source code has been updated.
Version-tagged Docker images are available to enable a fallback. (From SQLite v3.38.2).
docker pull keinos/sqlite3:3.38.2
- View Available Tags (SQLite version) @ DockerHub
As a minimum security measure, we take the following:
- We use the latest
Alpine
as a base image. - We use the official latest released source code.
- Image Scan
- The following services are used to check the vulnerability of the created images.
- Images are scanned on:
- push, pull request, and merge.
- The Dockerfile is also scanned on a weekly basis.
Note: As of Aug 3, 2023, Azure Container Scan Action (for both Trivy and Dockle) is deprecated. We've replaced with Grype Container Scan.