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

Docker CI Improvements #49

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

var77
Copy link
Collaborator

@var77 var77 commented Aug 12, 2023

Description

Currently we are only publishing docker image for one postgres version and with tag lanterndb:$version, with this PR we are adding ability to publish docker images on all supported postgres versions at once, and the tag will be lanterndb:$version-pg$pg_version.

The example of published images can be found at https://hub.docker.com/r/varik77/lanterndb/tags

I have specified bookworm distro name in Dockerfile as postgres:11 image without specifying the distro name is failing to update apt repositories.

The :latest version tag will only be published with postgres version 15, so lanterndata/lanterndb:latest will refer to latest extension version on latest postgres version supported

@var77 var77 requested a review from Ngalstyan4 August 12, 2023 09:50
@var77 var77 marked this pull request as ready for review August 13, 2023 09:05
@Ngalstyan4 Ngalstyan4 merged commit 9d114bd into lanterndata:main Aug 14, 2023
var77 added a commit that referenced this pull request Oct 8, 2024
…ansaction with lock (#49)

* Add _lantern_reindex_external_index, lantern_create_external_index functions and make index creation in one transaction with lock

* Check column dimension while creating index #19

* Remove regex package
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

Successfully merging this pull request may close these issues.

2 participants