Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conformance/base/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ spec:
- args:
- -conf
- /root/Corefile
image: coredns/coredns
image: k8s.gcr.io/coredns/coredns:v1.13.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep this as latest? Pinning here seems like something that will get lost and not updated in the future.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that k8s.gcr.io/coredns/coredns:latest exists because when I tried that I got this error:

message: 'unable to pull image or OCI artifact: pull image err: initializing
          source docker://k8s.gcr.io/coredns/coredns:latest: reading manifest latest
          in k8s.gcr.io/coredns/coredns: manifest unknown: Failed to fetch "latest";
          artifact err: get manifest: build image source: reading manifest latest
          in k8s.gcr.io/coredns/coredns: manifest unknown: Failed to fetch "latest"'

name: coredns
securityContext:
allowPrivilegeEscalation: false
Expand Down