mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-09-10 04:19:42 +00:00
5aa2bd33f353c0cb61a37b4b18fd0b466fef8f69
CentOS 7 eliminates the automake 1.14+ patch needed on Ubuntu. Add GitHub Actions workflow to publish to GHCR and Docker Hub.
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
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%