Skip to content

Commit 52d7ef0

Browse files
committed
updated Dockerfile to 27.1.5
1 parent 7a46030 commit 52d7ef0

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

Dockerfile

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,7 @@ RUN groupadd -r manticore && useradd -r -g manticore manticore
1010

1111
ENV GOSU_VERSION 1.11
1212

13-
ENV DAEMON_URL ${DAEMON_URL:-"https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-server_17.5.1-26020616-d4cc0969e__ARCH_64.deb \
14-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-server-core_17.5.1-26020616-d4cc0969e__ARCH_64.deb \
15-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-backup_1.9.6+25070510-5247d066_all.deb \
16-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-buddy_3.41.0+26020401-6dae566d_all.deb \
17-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-tools_17.5.1-26020616-d4cc0969e__ARCH_64.deb \
18-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-common_17.5.1-26020616-d4cc0969e_all.deb \
19-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore_17.5.1-26020616-d4cc0969e__ARCH_64.deb \
20-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-dev_17.5.1-26020616-d4cc0969e_all.deb \
21-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-icudata-65l.deb \
22-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-load_1.24.0+25122422-e5db1c82_all.deb \
23-
https://repo.manticoresearch.com/repository/manticoresearch_jammy_release_candidate/dists/jammy/main/binary-_ARCH_64/manticore-language-packs_1.0.15-260430-eadde16_all.deb \
24-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb \
25-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-executor_1.4.0+26012715-d7a66c60__ARCH_64.deb \
26-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-galera_3.37__ARCH_64.deb \
27-
https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore-columnar-lib_10.2.0+26020513-9a5dd2f5__ARCH_64.deb"}
28-
# TODO: add manticore-load to the next release
13+
ENV DAEMON_URL ${DAEMON_URL:-"https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-_ARCH_64/manticore_27.1.5-26061911-5a1cf9399__ARCH_64.deb"}
2914

3015
RUN if [ -z "$DAEMON_URL" ] ; then \
3116
echo "WARNING: DAEMON_URL is empty"; \

0 commit comments

Comments
 (0)