Compare commits
26 Commits
update-glp
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
| fd3f6e8a8d | |||
| 8aa2970e07 | |||
| c54fad723b | |||
| ff52334590 | |||
| 10127a48fe | |||
| 59d80d3b15 | |||
| 40a7cae05c | |||
| 935d8a5c7b | |||
| 36b27754eb | |||
| 68f26a45bb | |||
| 2659c5f306 | |||
| b487e2bfa1 | |||
| 0813f5be06 | |||
| 01d78e0bfb | |||
| 549c91f3fb | |||
| 9f2403aa2f | |||
| 81b879bc8f | |||
| 127dd11c59 | |||
| 1b7996759e | |||
| 39a4ed07d4 | |||
| 905ee44907 | |||
| ced75b5b38 | |||
| 7e6528f669 | |||
| ec51bf8328 | |||
| 55461f2d30 | |||
| a0dd1a1bbd |
2
.cz.yaml
2
.cz.yaml
@ -4,4 +4,4 @@ commitizen:
|
||||
name: cz_conventional_commits
|
||||
tag_format: $major.$minor.$patch$prerelease
|
||||
update_changelog_on_bump: true
|
||||
version: 0.4.0
|
||||
version: 0.7.0
|
||||
|
||||
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
## 0.7.0 (2024-08-01)
|
||||
|
||||
### Features
|
||||
|
||||
- [01d78e0b](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/commit/01d78e0bfb32aee9701379f1cb96f971100d1946) - Bump GLPI version 10.0.15 -> 10.0.16 [ [!34](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/merge_requests/34) ]
|
||||
|
||||
## 0.6.0 (2024-05-31)
|
||||
|
||||
### Features
|
||||
|
||||
- [ec51bf83](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/commit/ec51bf8328a5be9f589b314a2c38b9c213127dcb) - Bump GLPI version 10.0.14 -> 10.0.15 [ [!34](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/merge_requests/34) ]
|
||||
|
||||
## 0.5.0 (2024-03-27)
|
||||
|
||||
### Features
|
||||
|
||||
- [0ccc5eec](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/commit/0ccc5eec3de8773fde1c9cbf0b85ecb3ce66d1c8) - Bump base image debian-bullseye -> debian-bookworm [ [!32](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/merge_requests/32) ]
|
||||
- [7c6cc8f9](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/commit/7c6cc8f9736246f62ad7c677a1361a96a4520c0f) - Bump GLPI version 10.0.12 -> 10.0.14 [ [!32](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/merge_requests/32) ]
|
||||
- [816c6307](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/commit/816c6307605be92c396f1c3eaabedd414fe56c83) - add custom theme 'nfc' [ [!32](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/merge_requests/32) ]
|
||||
|
||||
## 0.4.0 (2024-02-01)
|
||||
|
||||
### Features
|
||||
|
||||
@ -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.14
|
||||
ARG GLPI_VERSION=10.0.20
|
||||
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
|
||||
|
||||
Submodule gitlab-ci updated: a24f352ca3...b89f78c131
Submodule website-template updated: f5a82d3604...07da72426d
Reference in New Issue
Block a user