Files
sec-actions/get-images-from-files/test.Dockerfile
T
t.behrendt 61da085e0f
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 23s
test: make test cases unique and test de-duplication
2026-02-05 14:34:21 +01:00

14 lines
638 B
Docker

# Used by CI to test get-images-from-files action (registry refs only, distinct from K8s)
# Registry with tag (Dockerfile)
FROM example.com/library/nginx:v1
# Registry path with tag — shared with K8s to test deduplication
FROM example.com/distroless/static:nonroot
# Registry with digest (Dockerfile)
FROM example.com/library/base@sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
# Ignored tags
## Short repo:tag (ignored by design; only registry refs are extracted)
FROM nginx:3.19
## With digest only but no registry (ignored)
FROM nginx@sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef