tiennm99 2bb2e13279 Add Scribe 2.2 Docker image
Multi-stage build of Facebook's legacy log aggregation daemon
from source (facebookarchive/scribe) with Apache Thrift 0.9.1
and fb303. Includes default config and entrypoint script.
2026-04-06 13:08:13 +07:00
2025-10-07 21:49:30 +07:00
2026-04-06 13:08:13 +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
My custom Docker images
Readme Apache-2.0 262 KiB
Languages
Dockerfile 55.9%
Go 38.7%
Shell 5.4%