tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

New/better SingleStore dev image #305

Open larskoole opened 1 year ago

larskoole commented 1 year ago

There's a better option to host SingleStore and that is through the official dev image they have. It's lighter than the cluster-in-a-box image.

https://github.com/singlestore-labs/singlestoredb-dev-image

Is it possible to update the current image to this new one?

I'm not sure about backward compatibility with the current image (data/volume locations are different).

mattstauffer commented 1 year ago

@larskoole Thanks--have you tried out this same image and it works OK?

larskoole commented 1 year ago

Hey yea, I'm using it every day and it's blazing fast. Or did you mean try it with Takeout?

necrogami commented 1 year ago

I can also confirm that this is now the official dev image docker container: https://docs.singlestore.com/db/v8.0/en/deploy/singlestoredb-dev-image.html

necrogami commented 1 year ago

I am working on this but running into 2 hangups. this image uses ghcr.io and to be able to get list of tags requires a github token be valid. Since it doesn't currently use docker hub it would require a flag to say to use github container registery.