From 179874d016a55d218f10a34c1783b3a35f314e65 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 25 Aug 2024 17:12:25 +1000 Subject: [PATCH] feat: add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6421613 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Docker Image Build: almalinux base + +[![Build Status](https://droneci.query.consul/api/badges/unkin/docker-almalinux-base/status.svg)](https://droneci.query.consul/unkin/docker-almalinux-base) + +This project provides a reproducible Docker image build process for `almalinux:8.10`, with custom YUM repository configurations and package installations. The build is automated using a `Makefile` and managed via Drone CI to ensure consistent and reliable Docker image builds. +