Files
tiennm99 54e1481771 feat(gradle): rename image to gradle, update FROM, and expand OCI image-spec labels
Convention B (Docker-Hub-style <service>:<full-version>) completes the
gradle+oraclejdk migration. Workflow flips images/tags/subject-name from
gradle-8 to gradle; 8 major-line alias added. Dockerfile FROM now
references the new oraclejdk:8u201 package name from the prior commit;
LABEL maintainer was missing and is added alongside 5 OCI image-spec
keys. Both metadata-action labels: block and Dockerfile LABEL lines
carry the same values so manual and CI builds match.

Sequencing: must land after the prior commit's CI publishes
ghcr.io/tiennm99/oraclejdk:8u201, otherwise the gradle CI build will
fail until oraclejdk re-publishes.
2026-05-28 15:35:00 +07:00

2.8 KiB

Docker Images

Custom Docker images of legacy/discontinued software — built and published to GHCR.

Image index

Image Tag GHCR package Notes
Couchbase 2.5 2.5.2 couchbase Legacy NoSQL; no official image exists
Gradle 8 8.13 gradle JDK 8 + Corretto base
Oracle JDK 8 8u201 oraclejdk Archived Oracle JDK build
Scribe 2.2 2.2 scribe Facebook's legacy log aggregation daemon

Naming convention

This repo uses Docker-Hub-style image names: <service>:<full-version>.

  • Subdirectory: <service>-<major-line>/ (e.g. couchbase-2.5/, scribe-2.2/). Subdir holds the build context for one major version line.
  • GHCR + Docker Hub image: <service> (e.g. couchbase, scribe). No major-line suffix in the image name.
  • Workflow file: publish-<service>-<major-line>.yml (matches subdir for path-trigger clarity).
  • Tags published per workflow:
    • <full-version> (e.g. 2.5.2, 2.2)
    • <major-line> (e.g. 2.5) - optional alias
    • latest - canonical build of the only major line this repo carries for the service.

If a second major line of the same service is ever added to this repo, drop latest from both workflows and publish <major-line>-latest tags instead.

Couchbase-2.5

docker pull ghcr.io/tiennm99/couchbase:2.5.2

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

Docker Compose example: couchbase-2.5/docker-compose.example.yml

Credits

Gradle 8

Credits

Oracle JDK 8

Credits

Scribe 2.2

Facebook's legacy real-time log aggregation daemon.

See scribe-2.2/README.md for usage, configuration, and examples.

Credits

GitHub Actions template

Credits