-
Notifications
You must be signed in to change notification settings - Fork 27
Description
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:
- Download the dockerfile from the git repo
- Run the command docker build . in the same folder as the Dockerfile
- 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.