Dockerfile_of_SQLite3
Dockerfile_of_SQLite3 copied to clipboard
Latest SQLite3 on Alpine Docker image.
- [Working with the Container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) @ docs.github.com
```shellsession $ docker scout version | grep version version: v1.13.0 (go1.22.5 - darwin/amd64) $ docker scout quickview keinos/sqlite3:latest ✓ SBOM of image already cached, 17 packages indexed ✓ Policy evaluation...
To sign the built binary in the container ensures more security. - https://github.com/actions/attest-build-provenance?tab=readme-ov-file - [Example](https://github.com/actions/attest-build-provenance?tab=readme-ov-file#examples) ```yaml name: build-attest on: workflow_dispatch: jobs: build: runs-on: ubuntu-latest permissions: id-token: write contents: read attestations:...