We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When using the Dockerfile to build the SinglestoreDB image, the repo url is giving 404 error in line #43
To Reproduce Steps to reproduce the behavior:
"Step 13/40 : RUN yum-config-manager --setopt=sslverify=false --add-repo https://release.memsql.com/$(echo "${CONFIG}" | jq -r .channel)/rpm/x86_64/repodata/memsql.repo && yum install -y singlestore-client-$(echo "${CONFIG}" | jq -r .client) singlestoredb-toolbox-$(echo "${CONFIG}" | jq -r .toolbox) singlestoredb-studio-$(echo "${CONFIG}" | jq -r .studio) && yum clean all ---> Running in 52d413957737 Adding repo from: https://release.memsql.com//rpm/x86_64/repodata/memsql.repo Status code: 404 for https://release.memsql.com//rpm/x86_64/repodata/memsql.repo Error: Configuration of repo failed
The command '/bin/sh -c yum-config-manager --setopt=sslverify=false --add-repo https://release.memsql.com/$(echo "${CONFIG}" | jq -r .channel)/rpm/x86_64/repodata/memsql.repo && yum install -y singlestore-client-$(echo "${CONFIG}" | jq -r .client) singlestoredb-toolbox-$(echo "${CONFIG}" | jq -r .toolbox) singlestoredb-studio-$(echo "${CONFIG}" | jq -r .studio) && yum clean all' returned a non-zero code: 1"
Expected behavior The expectation is to get the dockerized image of the singlestoredev db
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using the Dockerfile to build the SinglestoreDB image, the repo url is giving 404 error in line #43
To Reproduce
Steps to reproduce the behavior:
"Step 13/40 : RUN yum-config-manager --setopt=sslverify=false --add-repo https://release.memsql.com/$(echo "${CONFIG}" | jq -r .channel)/rpm/x86_64/repodata/memsql.repo && yum install -y singlestore-client-$(echo "${CONFIG}" | jq -r .client) singlestoredb-toolbox-$(echo "${CONFIG}" | jq -r .toolbox) singlestoredb-studio-$(echo "${CONFIG}" | jq -r .studio) && yum clean all
---> Running in 52d413957737
Adding repo from: https://release.memsql.com//rpm/x86_64/repodata/memsql.repo
Status code: 404 for https://release.memsql.com//rpm/x86_64/repodata/memsql.repo
Error: Configuration of repo failed
The command '/bin/sh -c yum-config-manager --setopt=sslverify=false --add-repo https://release.memsql.com/$(echo "${CONFIG}" | jq -r .channel)/rpm/x86_64/repodata/memsql.repo && yum install -y singlestore-client-$(echo "${CONFIG}" | jq -r .client) singlestoredb-toolbox-$(echo "${CONFIG}" | jq -r .toolbox) singlestoredb-studio-$(echo "${CONFIG}" | jq -r .studio) && yum clean all' returned a non-zero code: 1"
Expected behavior
The expectation is to get the dockerized image of the singlestoredev db
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: