From 5ed92d721d6c4b459c7ef1406d1d0a0ea4fd4db2 Mon Sep 17 00:00:00 2001 From: Kai Reichart Date: Thu, 28 Nov 2024 15:50:14 +0100 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af9d283 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Pipeline Containers + +This repo contains Dockerfiles for all pipeline images that are needed for the CI/CD Pipeline. + +Currently, the following images are available: + +| Name | Description | Image | +|------|-------------|-------| +| go | Go image with all necessary tools for building Go projects | `forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/go:1.23` | +| golang-ci-lint | Go image with all necessary tools for linting Go projects | `forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/golang-ci-lint:v1.62` | +| kaniko | Image for building docker containers inside of a container | `forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/kaniko:v1.23.2-2` | +| trivy | Image for performing trivy scans | `forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/trivy:0.56.2` |