👀 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
Feat/get rid of EXTRA=1 and MCL=1
djklim87 · 2025-02-21 · 0 · #106
sanikolaev · 2025-02-20 · 1 · #110
sanikolaev · 2025-02-20
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 …
sanikolaev · 2025-02-21 · 2 · #105
est::size_S
sanikolaev · 2025-02-21 · 2 · #105
est::size_S
djklim87 · 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 …
dreik · 2024-11-19 · 0 · #95
bug
sanikolaev · 2025-02-21 · 2 · #105
est::size_S
sanikolaev · 2025-02-21
Increased timeout time in order to stabilize the test.
PavelShilin89 · 2023-12-05 · 0 · #66
Prepare for building multi-arch docker
githubmanticore · 2023-02-08 · 5 · #25
githubmanticore · 2023-01-03
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# …
sanikolaev · 2024-09-17 · 2 · #88
est::size_S
Prepare for building multi-arch docker
githubmanticore · 2023-02-08 · 5 · #25
githubmanticore · 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 …
PavelShilin89 · 2024-09-17 · 1 · #93
Ensure manticore-load is available in the image
sanikolaev · 2025-01-13 · 2 · #101
sanikolaev · 2025-01-10
chore: updated Dockerfile based on release 7.0.0
sanikolaev · 2025-02-20 · 0 · #108
Ensure manticore-load is available in the image
sanikolaev · 2025-01-13 · 2 · #101
sanikolaev · 2025-01-11
Upgraded manticore-language-packs to 1.0.12
sanikolaev · 2025-02-20 · 0 · #109
Prepare for building multi-arch docker
githubmanticore · 2023-02-08 · 5 · #25
githubmanticore · 2022-12-26
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 …
sanikolaev · 2025-02-20 · 1 · #110
Extra packages are being downloaded on every container startup.
djklim87 · 2024-12-04 · 1 · #97
djklim87 · 2024-12-04
Added /usr/sbin to PATH, otherwise dockerd won't start
sanikolaev · 2025-01-11 · 0 · #103
CicerBro · 2025-01-30 · 2 · #104
bug
CicerBro · 2025-01-30
Added manticore-load to Dockerfile
sanikolaev · 2025-01-11 · 0 · #102
CicerBro · 2025-01-30 · 2 · #104
bug
sanikolaev · 2025-01-30
djklim87 · 2024-09-16 · 0 · #94
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
djklim87 · 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 …
donhardman · 2024-09-16 · 8 · #67
bug
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
sanikolaev · 2024-05-14
Dockerfile update based on the latest release
sanikolaev · 2025-02-20 · 0 · #107
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
djklim87 · 2024-05-14
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/, …
lehha · 2021-12-25 · 1 · #16
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
skyscooby · 2025-01-31
djklim87 · 2024-05-14 · 0 · #86
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
sanikolaev · 2025-01-31
sanikolaev · 2024-05-30 · 0 · #87
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
skyscooby · 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
sanikolaev · 2024-07-22 · 3 · #78
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
djklim87 · 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 …
githubmanticore · 2023-02-08 · 5 · #25
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
djklim87 · 2025-02-03
Added test-backup-restore.rec and .patterns
Created a CLT-test to verify backup and restore in docker. Added the necessary pattern.
PavelShilin89 · 2024-07-22 · 0 · #89
est::size_M
Consider VOLUME /var/lib/manticore
sanikolaev · 2025-02-03 · 9 · #82
skyscooby · 2025-02-03