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:
|
dockerStrategy:
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: fedora:35
|
name: fedora:34
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
|
|
|
@ -12,10 +12,10 @@ items:
|
||||||
lookupPolicy:
|
lookupPolicy:
|
||||||
local: false
|
local: false
|
||||||
tags:
|
tags:
|
||||||
- name: "35"
|
- name: "34"
|
||||||
from:
|
from:
|
||||||
kind: DockerImage
|
kind: DockerImage
|
||||||
name: registry.fedoraproject.org/fedora:35
|
name: registry.fedoraproject.org/fedora:34
|
||||||
importPolicy:
|
importPolicy:
|
||||||
scheduled: true
|
scheduled: true
|
||||||
referencePolicy:
|
referencePolicy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue