Skip to content

Commit 9ba0963

Browse files
committed
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
1 parent ebef883 commit 9ba0963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/jenkins-images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ objects:
88
metadata:
99
name: jenkins-agent-base
1010
spec:
11+
lookupPolicy:
12+
local: true
1113
tags:
1214
- name: upstream
1315
from:

0 commit comments

Comments
 (0)