# Used by CI to test get-images-from-files action (K8s, distinct from Dockerfile) apiVersion: apps/v1 kind: Deployment metadata: name: test spec: replicas: 1 template: spec: containers: - name: app # Registry with tag (K8s) image: example.com/library/app:v2 - name: shared # Same ref as in test.Dockerfile — tests deduplication image: example.com/distroless/static:nonroot - name: by-digest # Registry with digest (K8s) image: example.com/myproject/helper@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb