Commit graph

6 commits

Author SHA1 Message Date
Eduardo Figueroa
a6b2cea31f
Migrate to Podman, Forgejo Actions; clean up cruft
Some checks failed
CI / syntax-check (push) Has been cancelled
CI / security-scan (push) Has been cancelled
CI / container-lint (push) Has been cancelled
CI / container-build (push) Has been cancelled
Publish / publish (push) Has been cancelled
Container:
- Dockerfile → Containerfile; drop gosu, entrypoint, PUID/PGID user-switching
- HOME=/config so Path.home()/.aws resolves to runtime-mounted credentials
- docker-compose.yml → compose.yml with userns_mode: keep-id for Podman rootless
- .dockerignore → .containerignore
- boto3 unpinned from 1.34.0 to >=1.34.0

CI:
- Remove Woodpecker (.woodpecker.yml, .woodpecker/)
- Add Forgejo Actions (.forgejo/workflows/ci.yml, publish.yml)
- CI: syntax check, security scan, container lint (hadolint), build test
- Publish: build and push to Quay.io on main push and version tags

Cleanup:
- Remove entrypoint.sh (no longer needed)
- Remove scripts/build-and-push.sh and PUBLISHING.md (superseded by CI)
- All docker → podman command references updated

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 15:41:08 -07:00
Eduardo Figueroa
e0fc3bdd42
wiki 2025-11-20 14:41:17 -08:00
Eduardo Figueroa
ff19326100
simple readme 2025-11-20 14:32:14 -08:00
Eduardo Figueroa
e38d74f6d8
jobs, update readme, add source links 2025-11-20 14:27:44 -08:00
edfig
7cb647d437 Update README.md 2025-11-20 22:55:21 +01:00
Eduardo Figueroa
6886c8871c
Initial Commit 2025-11-20 12:03:30 -08:00