Skip to content

Dockerfile is not configured with the correct repo location #96

@Karthikeyan-P

Description

@Karthikeyan-P

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions