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
Branches
Tags
No related merge requests found
Pipeline #256434 failed
# GitLab CI template for Docker # 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 ## Usage
......
...@@ -3,7 +3,7 @@ files: ...@@ -3,7 +3,7 @@ files:
documentation: ./README.md documentation: ./README.md
changelog: ./CHANGELOG.md changelog: ./CHANGELOG.md
data: data:
description: "Build, check and inspect your containers with Docker" description: "Build, test and secure your container images out of a Dockerfile"
public: true public: true
labels: labels:
- to be continuous - to be continuous
......
{ {
"name": "Docker", "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", "template_path": "templates/gitlab-ci-docker.yml",
"kind": "package", "kind": "package",
"prefix": "docker", "prefix": "docker",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment