From 79c54d41aa66ead02cf70e7f761654bab200c8a4 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Sat, 1 Feb 2025 15:32:18 +0100
Subject: [PATCH] docs: remove emphasis on Docker

---
 README.md     | 4 +++-
 docker.r2.yml | 2 +-
 kicker.json   | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9d4195a..6d70da8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # GitLab CI template for Docker
 
-This project implements a GitLab CI/CD template to build, check and inspect your containers with [Docker](https://www.docker.com/).
+This project implements a GitLab CI/CD template to build, test and secure your container images out of a `Dockerfile`.
+
+It supports [kaniko](https://github.com/GoogleContainerTools/kaniko), [Buildah](https://buildah.io/) or [Docker](https://www.docker.com/) as build tools.
 
 ## Usage
 
diff --git a/docker.r2.yml b/docker.r2.yml
index ff8e6bf..d748c84 100644
--- a/docker.r2.yml
+++ b/docker.r2.yml
@@ -3,7 +3,7 @@ files:
     documentation: ./README.md
     changelog: ./CHANGELOG.md
 data:
-    description: "Build, check and inspect your containers with Docker"
+    description: "Build, test and secure your container images out of a Dockerfile"
     public: true
     labels:
     - to be continuous
diff --git a/kicker.json b/kicker.json
index 3fc7008..22439e1 100644
--- a/kicker.json
+++ b/kicker.json
@@ -1,6 +1,6 @@
 {
   "name": "Docker",
-  "description": "Build, check and inspect your containers with [Docker](https://www.docker.com/)",
+  "description": "Build, test and secure your container images out of a `Dockerfile`",
   "template_path": "templates/gitlab-ci-docker.yml",
   "kind": "package",
   "prefix": "docker",
-- 
GitLab