Commit a6bd020f authored by Guilhem Bonnefille's avatar Guilhem Bonnefille Committed by Pierre Smeyers
Browse files

docs: add explicit reference to Podman

parent 50e9286f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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/chainguard-dev/kaniko), [Buildah](https://buildah.io/) or [Docker](https://www.docker.com/) as build tools.
It supports [kaniko](https://github.com/chainguard-dev/kaniko), [Buildah](https://buildah.io/) (used under the hood by [Podman](https://podman.io/) for container image builds) or [Docker](https://www.docker.com/) as build tools.

## Usage