mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-05-29 18:22:59 +00:00
2bb2e13279eb5f0e42eb07af80069d5871a8bc57
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.
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
- https://docs.couchbase.com/couchbase-manual-2.5/cb-install/
- https://github.com/couchbase/docker/tree/14f9e5f37723ef15affa8cf3227b15409805f668/enterprise/couchbase-server/2.5.2
- https://github.com/couchbase/docker/tree/a9e69006c4dae3d6b8aa4055436c83e9cd51d9e4/enterprise/couchbase-server/2.5.2
Gradle 8
Credits
- https://gradle.org/releases/#8.13
- https://github.com/gradle/docker-gradle/blob/8/jdk8-corretto/Dockerfile
Oracle JDK 8
Credits
- https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
- https://github.com/oracle/docker-images/blob/main/OracleJava/8/jdk/Dockerfile.ol8
- https://repo.huaweicloud.com/java/jdk/8u201-b09/
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
Description
Languages
Dockerfile
55.9%
Go
38.7%
Shell
5.4%