Commits
Click on a commit to change the comparison rangeperf(docker): replace inline SQLite compilation with pre-built GHCR image5 months ago
by desertaxle fix: add ca-certificates and rename Dockerfile.sqlite -> Dockerfile.sqlite-builder5 months ago
by desertaxle ci: add GHCR login to docker-images workflow to pull private sqlite-builder image5 months ago
by desertaxle Merge branch 'main' into feat/sqlite-builder-cache-image5 months ago
by desertaxle ci: switch sqlite-builder image from GHCR to DockerHub5 months ago
by desertaxle ci: trigger sqlite-builder on PR branch to publish prefect-sqlite image5 months ago
by desertaxle ci: trigger sqlite-builder when the workflow file itself changes5 months ago
by desertaxle ci: remove temporary branch trigger from sqlite-builder workflow5 months ago
by desertaxle fix: pull prefect-sqlite from DockerHub in client/Dockerfile5 months ago
by desertaxle fix(ci): allow overriding SQLITE_YEAR and SQLITE_FILE_VERSION in workflow_dispatch5 months ago
by desertaxle ci: trigger sqlite-builder on client/Dockerfile changes and enforce version sync5 months ago
by desertaxle ci: publish prefect-sqlite on pull_request to unblock version-bump PRs5 months ago
by desertaxle fix(ci): always rebuild on push/dispatch, skip only on pull_request if tag exists5 months ago
by desertaxle fix(ci): skip build on fork PRs where secrets are unavailable5 months ago
by desertaxle fix: add SQLite from-source fallback for fork PRs bumping SQLITE_VERSION5 months ago
by desertaxle fix(ci): pass SQLITE_SOURCE=from-source in time-docker-build for fork PRs5 months ago
by desertaxle fix(ci): always rebuild sqlite image on same-repo PRs, push, and dispatch5 months ago
by desertaxle docs: fix stale GHCR reference in Dockerfile.sqlite-builder comment5 months ago
by desertaxle ci: validate SQLITE_VERSION is consistent across all Dockerfiles5 months ago
by desertaxle