Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 18s
Container Publish / build-image (amd64) (push) Successful in 1m8s
Container Publish / update docker manifest (push) Successful in 19s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Failing after 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Failing after 6s
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.0" .
|
|
```
|
|
|
|
## 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
|
|
```
|