From 31ad4f0a6c4ad5bb2989f710ef1eb87ff85ea6c5 Mon Sep 17 00:00:00 2001 From: Riccardo Riva Date: Fri, 27 Feb 2026 17:51:38 +0000 Subject: [PATCH] Create README.md Adding the list of Images provided --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1714cde --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Containers for CI/CD + +Continuous Integration / Continous Delivery Containers + +## Current list of Images + +- `rsync` + Needed for Delivery of updates efficiently, connecting to the + server via SSH. + ```bash + docker pull git.datapeak.it/containers/rsync:latest + ``` + > Hint: Use the workflow with SSH + +- `static-web` + Build your `npm` website to be deployed with `rsync`. + ```bash + docker pull git.datapeak.it/containers/static-web:latest + ``` + +- `cassapeak-be` *(deprecate)* + Has `rsync` and `npm`, unclear the naming convention and destiny. + ```bash + docker pull git.datapeak.it/containers/cassapeak-be:latest + ``` \ No newline at end of file