docs: document compose compatibility
CI / Test Setup Trivy amd64 (pull_request) Successful in 9s
CI / Test Setup DB (pull_request) Successful in 15s
CI / Test Get Images From Files (pull_request) Successful in 20s
CI / Test Setup Trivy arm64 (pull_request) Successful in 26s

This commit is contained in:
2026-02-05 15:22:37 +01:00
parent 67e7afa039
commit a9e08697f6
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
A reusable Gitea Action, that extracts docker images from selected files in a repository.
The action supports Dockerfiles and Kubernetes manifests. Other files are supported if they have a recognizable image reference. Duplicate image references are deduplicated.
The action supports Dockerfiles, Kubernetes manifests, and Docker Compose/compose files. Other files are supported if they have a recognizable image reference. Duplicate image references are deduplicated.
**Note:** Only fully-qualified refs (with registry, e.g. `docker.io/library/alpine:latest`, `gcr.io/distroless/static:nonroot@sha256:...`) are included; short refs like `alpine:latest` are omitted as their use is discouraged.
@@ -17,6 +17,7 @@ The action supports Dockerfiles and Kubernetes manifests. Other files are suppor
files: |
- Dockerfile
- k8s/50_deployment.yaml
- dockers/compose.yaml
- values/traefik.yaml
```
@@ -37,6 +38,7 @@ jobs:
files: |
- Dockerfile
- k8s/50_deployment.yaml
- dockers/compose.yaml
- values/traefik.yaml
```