@ -8,6 +8,8 @@
|
||||
|
||||

|
||||
|
||||
[](https://hub.docker.com/r/nofusscomputing/docker-glpi) [](https://artifacthub.io/packages/search?repo=nfc-docker-glpi)
|
||||
|
||||
<br>
|
||||
|
||||
  [](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/issues)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user