Commit 79c54d41 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: remove emphasis on Docker

parent aad957f8
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# 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

+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
{
  "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",