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

Non-HA docker images with toolkite pre-installed #210

Open
tonywok opened this issue Mar 2, 2023 · 4 comments
Open

Non-HA docker images with toolkite pre-installed #210

tonywok opened this issue Mar 2, 2023 · 4 comments

Comments

@tonywok
Copy link

tonywok commented Mar 2, 2023

Hi there,

I was wondering if there was any interest in supporting a docker image that is not the existing High-Availability one, but does have the Timescale Toolkit extension installed.

For instance, because we're using Timescale Cloud (which as you know, has the Toolkit) we are using a HA image. However, we've noticed this has increased our CI build times due to the size of the image. It would be great to walk the line between reasonably simulating Timescale Cloud and having a slimmed down image.

Thanks!

@smyrman
Copy link

smyrman commented Nov 2, 2023

Local development would also benefit from having such a pre-build image, not only due to size, but also due to the fact that the Alpine image can run on ARM (Mac M1/M2) machines.

We have also faced timescale/timescaledb-docker-ha#311 when trying the ha image locally, so having an image that is more similar to the normal base image would be nice. I.e. same base OS, UID/GID.

Edit: running the HA image on Mac M1/M2 is indeed possible (with x86 emulation). Just require the correct configuration of Docker for Mac.

@adriangb
Copy link

adriangb commented Apr 10, 2024

Is there any workaround for this? The images are built on alpine, but there's not even instructions for installing the toolkit in alpine.

This is by far the most upvoted issue in this repo.

@pharapeti
Copy link

pharapeti commented Apr 16, 2024

Running into this issue too.

The non-ha TimescaleDB image also lacks apt/apt-get, which makes downloading and installing the timescaledb-postgresql-x package more difficult.

Edit: The non-ha TimescaleDB uses apk (not apt). Ignore my complaints 😆

@Kazmirchuk
Copy link

+1 for adding Toolkit at least in the Bitnami (aka Debian) based TSDB image

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

No branches or pull requests

6 participants