Skip to content
Snippets Groups Projects
Commit 79c54d41 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: remove emphasis on Docker

parent aad957f8
No related branches found
No related tags found
No related merge requests found
# 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
......
......@@ -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
......
{
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment