diff --git a/Dockerfile b/Dockerfile index 0d1c2f1..05653b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM python:3-alpine +LABEL org.opencontainers.image.source="https://github.com/commitizen-tools/commitizen" +LABEL org.opencontainers.image.description="Commitizen is release management tool designed for teams" + WORKDIR /app # Add dependencies diff --git a/README.md b/README.md index e2add17..5a20059 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # commitizen-docker-image -> commitizen now avaialble in docker 💪 +> commitizen now available in docker 💪 ![Docker Pulls](https://img.shields.io/docker/pulls/commitizen/commitizen?style=flat-square) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/commitizen/commitizen/latest?style=flat-square)