Update compose-tracker to use fedora:34
fedora 35 is throwing Errors during downloading metadata for repository 'fedora': - Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=x86_64 [getaddrinfo() thread failed to start] Error: Failed to download metadata for repo 'fedora': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=x86_64 [getaddrinfo() thread failed to start] Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
182a4e507c
commit
a86185c7bb
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
dockerStrategy:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: fedora:35
|
||||
name: fedora:34
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
|
|
|
@ -12,10 +12,10 @@ items:
|
|||
lookupPolicy:
|
||||
local: false
|
||||
tags:
|
||||
- name: "35"
|
||||
- name: "34"
|
||||
from:
|
||||
kind: DockerImage
|
||||
name: registry.fedoraproject.org/fedora:35
|
||||
name: registry.fedoraproject.org/fedora:34
|
||||
importPolicy:
|
||||
scheduled: true
|
||||
referencePolicy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue