No description
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Alexander Fortin 81a82a363e
All checks were successful
Build, push Docker Image, re-deploy / build-and-push-1 (push) Successful in 24s
Build, push Docker Image, re-deploy / build-and-push (push) Successful in 0s
Build, push Docker Image, re-deploy / deploy-1 (push) Successful in 4s
Build, push Docker Image, re-deploy / deploy (push) Successful in 0s
chore(ci): use resuable workflow for deployment
2026-07-15 09:46:32 +03:00
.forgejo/workflows chore(ci): use resuable workflow for deployment 2026-07-15 09:46:32 +03:00
Dockerfile fix: add ca-certificates install 2026-07-08 08:04:37 +00:00
README.md docs: update readme 2026-07-05 06:24:59 +00:00
renovate.json feat: Configure Renovate (#1) 2026-07-05 06:22:35 +00:00

soju

Container image for soju, the user-friendly IRC bouncer.

The purpose of this repository is to build the image that is then used by podman on the host to deploy soju. The image is built and pushed to the Forgejo container registry on every push to master.

Image

FROM debian:stable-slim

It simply installs the soju package from Debian and sets the entrypoint to launch soju with its config at /etc/soju/config.

The resulting image is published to:

forge.l3x.in/alex/soju:latest