All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 1m11s
Container Publish / build-image (amd64) (push) Successful in 2m56s
Container Publish / update docker manifest (push) Successful in 20s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Successful in 2m55s
29 lines
523 B
Markdown
29 lines
523 B
Markdown
# glpi
|
|
|
|
[](https://drone.asperti.com/paspo/docker-glpi)
|
|
|
|
Web server for GLPI deployment
|
|
|
|
## build
|
|
|
|
```bash
|
|
cd src
|
|
docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=11.0.1" .
|
|
```
|
|
|
|
## run
|
|
|
|
see [docker-compose.yaml](docker-compose.yaml)
|
|
|
|
## test drone config
|
|
|
|
```sh
|
|
drone starlark --format --stdout
|
|
```
|
|
|
|
## run vulnscan locally
|
|
|
|
```bash
|
|
act -W .gitea/workflows/vulnscan.yaml -j scan
|
|
```
|