KEINOS / Dockerfile_of_SQLite3

Latest SQLite3 on Alpine Docker image. (AMD64/Intel, Arm64, Arm6, Arm7)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use GitHub Actions to auto-update

KEINOS opened this issue · comments

Use GitHub Actions' cron to update the built image

Due to changes in Docker's terms of service, free use of Automated Build is now limited.

This is true even for public repositories, and if we want to continue using them for free, we must apply to use them as an OSS organization and have the repos reviewed.

In the meantime, we should consider using GitHub Actions.

  1. Monitor the latest version of SQLite3 via GitHub Actions' scheduled workflow(cron)
  2. On change found rebuild the container image and push it to both DockerHub and GitHub Registry.