diff --git a/README.md b/README.md index 9d4195a9c63573fe15c9e899f5874390b6d1d186..6d70da8c87849ea2b999c637c091a377dd11a188 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 ff8e6bfb15b34aa4a5e5813364514b1f00db2509..d748c848b2489d3bf4bc3786229ba87b5864d11e 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 3fc70084db581fff11fe16a2fea27c5c6042c469..22439e11b8fec91cb3e33c7bae62058c1eb08a82 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",