You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manifests: set local lookup policy for jenkins-agent-base
Otherwise local started pods can't find it with the non namespaced
definition in https://github.com/coreos/fedora-coreos-pipeline/blob/ebef883e40ec93e4baf6fcfab2664552b9c9774a/manifests/jenkins.yaml#L105
This makes it so that the imagestream can be found that way and prevents
errors like:
```
14:41:08 Container [jnlp] waiting [ErrImagePull] initializing source docker://jenkins-agent-base:latest: reading manifest latest in docker.io/library/jenkins-agent-base: requested access to the resource is denied
14:41:08 Pod [Pending][ContainersNotReady] containers with unready status: [jnlp]
14:41:21 ERROR: Unable to pull container image "jenkins-agent-base:latest". Check if image tag name is spelled correctly.
```
Closes#1165
0 commit comments