d160f2caf3
renovate/stability-days Updates have not met minimum release age requirement
CI / Test Setup Trivy amd64 (pull_request) Successful in 8s
CI / Test Merge SARIF Files (pull_request) Successful in 16s
CI / Test Get Images From Files (pull_request) Successful in 28s
CI / Test Setup Trivy arm64 (pull_request) Successful in 1m2s
CI / Test Setup DB (pull_request) Successful in 1m15s
14 lines
638 B
Docker
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:44d1be91d34f545895e9b422036782123c63e4cd4a11bbfc20bfe53ac59f7798
|