1f43636b2c
renovate/stability-days Updates have not met minimum release age requirement
CI / Test Setup Trivy amd64 (pull_request) Has been cancelled
CI / Test Setup Trivy arm64 (pull_request) Has been cancelled
CI / Test Setup DB (pull_request) Has been cancelled
CI / Test Get Images From Files (pull_request) Has been cancelled
CI / Test Merge SARIF Files (pull_request) Has been cancelled
14 lines
646 B
Docker
14 lines
646 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 AS base
|
|
|
|
# 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:7150b3a39203cb5bee612ff4a9d18774f8c7caf6399d6e8985e97e28eb751c18
|