tiennm99 5aa2bd33f3 Switch Scribe to CentOS 7 and add publish workflow
CentOS 7 eliminates the automake 1.14+ patch needed on Ubuntu.
Add GitHub Actions workflow to publish to GHCR and Docker Hub.
2026-04-06 13:32:15 +07:00
2025-10-07 21:49:30 +07:00
2025-10-06 00:31:29 +07:00
2025-10-04 21:02:02 +07:00
2026-04-06 13:08:13 +07:00

Docker Images

My custom Docker images. Most of them are legacy packages that not be supported anymore, so don't have a official Docker image.

Couchbase-2.5

Download

docker pull ghcr.io/tiennm99/couchbase-2.5:2.5.2

More options: https://github.com/tiennm99/docker-images/pkgs/container/couchbase-2.5

Docker compose example

Credits

Gradle 8

Credits

Oracle JDK 8

Credits

Scribe

Facebook's legacy real-time log aggregation daemon.

Docker compose example

services:
  scribe:
    image: ghcr.io/tiennm99/scribe:2.2
    ports:
      - "1463:1463"
    volumes:
      - scribe_logs:/var/log/scribe
      - ./scribe/config/scribe.conf:/etc/scribe/scribe.conf:ro
    restart: unless-stopped

volumes:
  scribe_logs:

Credits

GitHub Actions template

Credits

S
Description
Custom Docker images of legacy/discontinued software (Couchbase 2.5, …) — built and published to GHCR.
Readme Apache-2.0
419 KiB
Languages
Dockerfile 55.9%
Go 38.7%
Shell 5.4%