Skip to content
New issue

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

Dockerfile is not configured with the correct repo location #96

Open
Karthikeyan-P opened this issue Jan 7, 2025 · 0 comments
Open

Comments

@Karthikeyan-P
Copy link

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:

  1. Download the dockerfile from the git repo
  2. Run the command docker build . in the same folder as the Dockerfile
  3. See the below error message

"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):

  • OS: [e.g. OSX, Debian Linux]
  • Docker version: v20.10.24
  • Image tag: ghcr.io/singlestore-labs/singlestoredb-dev:latest

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant