Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

293 results 16 ms in manticoresoftware/docker

Feat/get rid of EXTRA=1 and MCL=1

djklim87djklim87 · 2025-02-21 · 0 · #106

Release 7.0.0+1

sanikolaevsanikolaev · 2025-02-20 · 1 · #110

Waiting for https://github.com/manticoresoftware/docker/pull/106

sanikolaevsanikolaev · 2025-02-20

Get rid of EXTRA=1 , MCL=1

Proposal: Let's remove everything related to the EXTRA and MCL environment variables and clarify that the Docker image includes multiple independent components. Add license MIT for the docker image packaging (Dockerfile, entrypoint scripts, and related …

sanikolaevsanikolaev · 2025-02-21 · 2 · #105

est::size_S

Get rid of EXTRA=1 , MCL=1

sanikolaevsanikolaev · 2025-02-21 · 2 · #105

est::size_S

Waiting for review https://github.com/manticoresoftware/docker/pull/106

djklim87djklim87 · 2025-02-19

docker container mssql support

Bug Description: not sure if this is by design but as of me it looks pretty strange that the official docker container doesn't contain MS SQL Server odbc driver. Docker image version: 6.3.6 Have you tried the latest development version? No Internal …

dreikdreik · 2024-11-19 · 0 · #95

bug

Get rid of EXTRA=1 , MCL=1

sanikolaevsanikolaev · 2025-02-21 · 2 · #105

est::size_S

Waiting for review https://github.com/manticoresoftware/docker/pull/106 Approved. Let's test the dev version manually after merging.

sanikolaevsanikolaev · 2025-02-21

Test/query log to stdout

Increased timeout time in order to stabilize the test.

PavelShilin89PavelShilin89 · 2023-12-05 · 0 · #66

Prepare for building multi-arch docker

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

➤ Sergey Nikolaev commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1224959266

githubmanticoregithubmanticore · 2023-01-03

Test Postgres + Docker

Proposal: I prepared a test case to test Postgres with Docker, which looks more like what can be in production, compared to this test. You can find the discussion and test case here: https://github.com/manticoresoftware/manticoresearch/discussions/1801# …

sanikolaevsanikolaev · 2024-09-17 · 2 · #88

est::size_S

Prepare for building multi-arch docker

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

➤ Sergey Nikolaev commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1224959266

githubmanticoregithubmanticore · 2023-01-02

Integration Test for PostgreSQL and Manticore using Docker

Type of Change: Enhancement - Integration Test for PostgreSQL and Manticore using Docker Description of the Change: Integration Test for PostgreSQL and Manticore using Docker This test validates the correct interaction between PostgreSQL and Manticore …

PavelShilin89PavelShilin89 · 2024-09-17 · 1 · #93

Ensure manticore-load is available in the image

sanikolaevsanikolaev · 2025-01-13 · 2 · #101

Related discussion in TG https://t.me/manticoresearch_en/1887

sanikolaevsanikolaev · 2025-01-10

chore: updated Dockerfile based on release 7.0.0

sanikolaevsanikolaev · 2025-02-20 · 0 · #108

Ensure manticore-load is available in the image

sanikolaevsanikolaev · 2025-01-13 · 2 · #101

PR: https://github.com/manticoresoftware/docker/pull/102

sanikolaevsanikolaev · 2025-01-11

Upgraded manticore-language-packs to 1.0.12

sanikolaevsanikolaev · 2025-02-20 · 0 · #109

Prepare for building multi-arch docker

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

➤ Klim Todrik commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1221162523

githubmanticoregithubmanticore · 2022-12-26

Release 7.0.0+1

Proposal: Let's make release 7.0.0+1 Changelog: no EXTRA=1 (PR https://github.com/manticoresoftware/docker/pull/106) chinese_jieba was not available. Fixed in https://github.com/manticoresoftware/docker/commit/77dfc42094f32b8038f6cb875677fc48a41af1c6 …

sanikolaevsanikolaev · 2025-02-20 · 1 · #110

Extra packages are being downloaded on every container startup.

djklim87djklim87 · 2024-12-04 · 1 · #97

It turned out that the command used to retrieve URLs for MCL and Galera can change the order, sometimes listing the Galera URL first and other times the Columnar URL. To address this, I’ve added sorting to ensure a consistent order. Unfortunately, this …

djklim87djklim87 · 2024-12-04

Added /usr/sbin to PATH, otherwise dockerd won't start

sanikolaevsanikolaev · 2025-01-11 · 0 · #103

Folder not created

CicerBroCicerBro · 2025-01-30 · 2 · #104

bug

I just noticed 7.0.0 was released, I tried that and it has the same issue.

CicerBroCicerBro · 2025-01-30

Added manticore-load to Dockerfile

sanikolaevsanikolaev · 2025-01-11 · 0 · #102

Folder not created

CicerBroCicerBro · 2025-01-30 · 2 · #104

bug

Yes, the data directory is no longer created (I believe this has been the case for a few years now). You either need to create the data directory outside or update your paths to: path = /var/lib/manticore/someindexname_rt binlog_path = /var/lib/manticore/ …

sanikolaevsanikolaev · 2025-01-30

Improvement of IP recognition

djklim87djklim87 · 2024-09-16 · 0 · #94

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

Done https://github.com/manticoresoftware/docker/commit/8f8f2c879a309220cef6beb42465279735d925f1

djklim87djklim87 · 2024-05-14

Running with --network=host produces FATAL

[box@github ~]$ docker run --rm --network host manticoresearch/manticore:dev-6.2.13-69cd5a6 hostname: Name or service not known [Thu Dec 7 07:19:35.174 2023] [1] using config file '/etc/manticoresearch/manticore.conf.sh' (375 chars)... starting daemon …

donhardmandonhardman · 2024-09-16 · 8 · #67

bug

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

@djklim87 what advantages does it give? Should we updated the readme?

sanikolaevsanikolaev · 2024-05-14

Dockerfile update based on the latest release

sanikolaevsanikolaev · 2025-02-20 · 0 · #107

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

@sanikolaev No. We just more stateful now. Our docs already show runs without volumes mappings

djklim87djklim87 · 2024-05-14

Incorrect docker mount point

In README.md instruction mount point for data is incorrect: $(pwd)/data:/var/lib/manticore/data/ https://github.com/manticoresoftware/docker/blob/355202bf0757dfcb0d0cba850f8ae6905b666ea0/README.md?plain=1#L51 Manticore stores data in /var/lib/manticore/, …

lehhalehha · 2021-12-25 · 1 · #16

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

Why are there 2 x VOLUME statements in the Dockerfile now? /usr/local/lib/manticore and /var/lib/manticore ? The documentation only says to mount the data volume on the second location, no mention of the first.. This causes docker to create a bunch of un- …

skyscoobyskyscooby · 2025-01-31

Default volume for data dir

djklim87djklim87 · 2024-05-14 · 0 · #86

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

Why are there 2 x VOLUME statements in the Dockerfile now? /usr/local/lib/manticore and /var/lib/manticore ? The other one was added within this issue in this commit https://github.com/manticoresoftware/docker/commit/ …

sanikolaevsanikolaev · 2025-01-31

Update bug_report.yml

sanikolaevsanikolaev · 2024-05-30 · 0 · #87

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

Thanks @sanikolaev this is more of a nuance than anything else.. it's not functionally critical. If there is a good reason for /usr/local/lib/manticore to be volume I'd just ask for that to be added to the container documentation so we know why and what …

skyscoobyskyscooby · 2025-01-31

Tests for https://github.com/manticoresoftware/docker?tab=readme-ov-file#backup-and-restore

Let's add CLT tests for https://github.com/manticoresoftware/docker?tab=readme-ov-file#backup-and-restore

sanikolaevsanikolaev · 2024-07-22 · 3 · #78

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

Most databases use VOLUME directives, such as: MySQL Clickhouse Redis Why do we use VOLUME? • It ensures data persistence by default, which is useful for beginners. • It prevents accidental data loss when stopping or removing containers. • Some users don’ …

djklim87djklim87 · 2025-02-03

Prepare for building multi-arch docker

The task is: Read and understand https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/ Prepare needed changes in https://github.com/manticoresoftware/docker (and perhaps other places too) to: start providing a multi-arch image starting …

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

I removed one of the volumes that was no longer in use https://github.com/manticoresoftware/docker/commit/24cbbc892b783f07e62eb98e21b826de8fe35c5c

djklim87djklim87 · 2025-02-03

1🎉1

Added test-backup-restore.rec and .patterns

Created a CLT-test to verify backup and restore in docker. Added the necessary pattern.

PavelShilin89PavelShilin89 · 2024-07-22 · 0 · #89

est::size_M

Consider VOLUME /var/lib/manticore

sanikolaevsanikolaev · 2025-02-03 · 9 · #82

I removed one of the volumes that was no longer in use 24cbbc8 Thank you! That was the only issue I had was not knowing if I should or should not be mounting a second volume there! Cheers.

skyscoobyskyscooby · 2025-02-03