diff --git a/README.md b/README.md index e86a6a0..31c8a71 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic) +[![Docker Pulls](https://img.shields.io/docker/pulls/nofusscomputing/docker-glpi?style=plastic&logo=docker&color=0db7ed)](https://hub.docker.com/r/nofusscomputing/docker-glpi) [![Artifact Hub](https://img.shields.io/endpoint?style=plastic&url=https://artifacthub.io/badge/repository/nfc-docker-glpi)](https://artifacthub.io/packages/search?repo=nfc-docker-glpi) +
![Gitlab forks count](https://img.shields.io/badge/dynamic/json?label=Forks&query=%24.forks_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F12928828%2F&color=ff782e&logo=gitlab&style=plastic) ![Gitlab stars](https://img.shields.io/badge/dynamic/json?label=Stars&query=%24.star_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F12928828%2F&color=ff782e&logo=gitlab&style=plastic) [![Open Issues](https://img.shields.io/badge/dynamic/json?color=ff782e&logo=gitlab&style=plastic&label=Open%20Issues&query=%24.statistics.counts.opened&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F12928828%2Fissues_statistics)](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/issues) diff --git a/dockerfile b/dockerfile index 6514156..4ccf466 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -ARG GLPI_VERSION=10.0.15 +ARG GLPI_VERSION=10.0.16 ARG VERSION_PHP=8.2 FROM debian:bookworm-slim as prepare @@ -35,6 +35,13 @@ RUN export GLPI_URL=$(curl -s https://api.github.com/repos/glpi-project/glpi/rel FROM debian:bookworm-slim +LABEL \ + org.opencontainers.image.vendor="No Fuss Computing" \ + org.opencontainers.image.title="GLPI" \ + org.opencontainers.image.description="GLPI Within a docker container" \ + org.opencontainers.image.vendor="No Fuss Computing" \ + io.artifacthub.package.license="MIT" + ARG GLPI_VERSION ARG VERSION_PHP