2023-04-19 13:19:40 +00:00
|
|
|
# glpi
|
|
|
|
|
|
|
|
[![Build Status](https://drone.asperti.com/api/badges/paspo/docker-glpi/status.svg)](https://drone.asperti.com/paspo/docker-glpi)
|
|
|
|
|
|
|
|
Web server for GLPI deployment
|
|
|
|
|
|
|
|
## build
|
|
|
|
|
|
|
|
```bash
|
2023-12-13 10:39:04 +00:00
|
|
|
cd src
|
|
|
|
docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.19" --build-arg "GLPI_VERSION=10.0.11" .
|
2023-04-19 13:19:40 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## run
|
|
|
|
|
|
|
|
see [docker-compose.yaml](docker-compose.yaml)
|
2023-07-13 12:40:40 +00:00
|
|
|
|
|
|
|
## test drone config
|
|
|
|
|
|
|
|
```sh
|
2023-10-30 11:00:11 +00:00
|
|
|
drone starlark --format --stdout
|
|
|
|
```
|
|
|
|
|
|
|
|
## run vulnscan locally
|
|
|
|
|
|
|
|
```bash
|
|
|
|
act -W .gitea/workflows/vulnscan.yaml -j scan
|
2023-07-13 12:40:40 +00:00
|
|
|
```
|