Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Repository 'ruby' is invalid. #2299

Open
rushins opened this issue Apr 24, 2020 · 11 comments · May be fixed by #2349
Open

Repository 'ruby' is invalid. #2299

rushins opened this issue Apr 24, 2020 · 11 comments · May be fixed by #2349

Comments

@rushins
Copy link

rushins commented Apr 24, 2020

hello

getting error Ruby error while deploy latest release

Repository 'ruby' is invalid.

any clue ?

@rushins
Copy link
Author

rushins commented Apr 25, 2020

looks like the Dockerfile is pointing to wrong URL Ruby files which is invalid . i

have updated Dockerfile with the following URL and itworked.

https://download.opensuse.org/repositories/devel:/languages:/go/openSUSE_Leap_15.0/devel:languages:go.repo

https://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_15.2/devel:languages:ruby.repo

@Jean-Baptiste-Lasselle
Copy link

IAM

Wondering

How your clipboard

can automatically add

markdown formated typos

but I can tell that if you search in opened and closed issues lasselle, or ruby, you will find a lot of infos about whats under the hood, of that symptom (the ruby prblem in your Dockerfile)

Eventually, you might end up wondering how running a simple rails app can be this complicated, and be interested in https://github.com/pokusio/portus-build-from-source/releases/tag/0.0.1

Regards

@hemna
Copy link

hemna commented Apr 30, 2020

I get the same error

Repository 'ruby' is invalid.
[ruby|https://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_15.0] Valid metadata not found at specified URL
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'ruby' because of the above error.
Some of the repositories have not been refreshed because of an error.

@munnaeebd
Copy link

repo 15.0 is not working . I have added and changed the following lines

vi Dockerfile

RUN sed -i 's/15.0/15.1/g' /etc/zypp/repos.d/*
RUN zypper addrepo https://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_15.1/devel:languages:ruby.repo && \
    zypper addrepo https://download.opensuse.org/repositories/devel:/tools/openSUSE_Leap_15.1/ devel:tools &&

I am not sure if all the problem is solved or not. installation is going on.

@Jean-Baptiste-Lasselle
Copy link

I am not sure if all the problem is solved or not. installation is going on.

@munnaeebd And I am not sure, if you are going to read a message somewhere around here... ;)

@leleobhz
Copy link

Hello.

I'm also affected.

@siredmar
Copy link

Same error here

@mehrdad2000
Copy link

RUN sed -i 's/15.0/15.1/g' /etc/zypp/repos.d/*
RUN zypper addrepo https://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_15.1/devel:languages:ruby.repo &&
zypper addrepo https://download.opensuse.org/repositories/devel:/tools/openSUSE_Leap_15.1/ devel:tools &&

This solution resolved issue but need to improve on Dockerfile.

@stale
Copy link

stale bot commented Dec 25, 2020

Thanks for all your contributions!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Dec 25, 2020
@RobertDWhite RobertDWhite linked a pull request Aug 5, 2021 that will close this issue
@vuhuythanh1995
Copy link

Same error here. Repository 'ruby' is invalid and Repository 'devel:tools' is invalid.

@stale stale bot removed the stale label Nov 11, 2021
@budi471
Copy link

budi471 commented Apr 7, 2022

Repository 'ruby' is invalid.
[ruby|https://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_15.1] Valid metadata not found at specified URL
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'ruby' because of the above error.
Some of the repositories have not been refreshed because of an error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants