containers / fetchit

FetchIt is used to manage the life cycle and configuration of Podman containers
https://fetchit.readthedocs.io/
GNU Affero General Public License v3.0
124 stars 23 forks source link

Fetchit - Trying to pull quay.io/fetchit/fetchit:latest... #321

Closed m3t41 closed 5 months ago

m3t41 commented 9 months ago

I use a private Repo for fetchit:latest and when i start fetchit it repulls fetchit.

but fetchit tries ti pull it over quay.io/fetchit/fetchit:latest and i cannot connect to this instade because i am behind a proxy. so i need to reconfigure the repository to your internal artifactory repo server

image

m3t41 commented 8 months ago

i have found the error. The error was fetchit checks if the image is already there and did need the correct TAG NAME quay.io/fetchit/fetchit:latest

we can do this bei investigate in the systemd line so we pull the image from the artifactory.local and then retag it to the quay.io/fetchit/fetchit:latest one.