Skip to content
Snippets Groups Projects
Commit 64251247 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

ci: update tarantool in the integration test image

parent 2580cb2d
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -3,7 +3,7 @@ variables:
GIT_SUBMODULE_STRATEGY: none
GIT_DEPTH: 1
BASE_IMAGE_NAME: docker-public.binary.picodata.io/sbroad-builder
BASE_IMAGE_TAG: 0.11.0
BASE_IMAGE_TAG: 0.12.0
DOCKER_AUTH_CONFIG: $DOCKER_AUTH_RW
FF_NETWORK_PER_BUILD: 1
RAW_REGISTRY: $RAW_PRIVATE_REGISTRY
......
FROM docker-public.binary.picodata.io/tarantool:latest
FROM docker-public.binary.picodata.io/tarantool:2.11.2.159
ENV PATH=/usr/local/bin:/root/.cargo/bin:${PATH}
ENV LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
......
......@@ -3,7 +3,7 @@ version: '2.1'
services:
tarantool:
image: docker-public.binary.picodata.io/sbroad-builder:0.11.0
image: docker-public.binary.picodata.io/sbroad-builder:0.12.0
command: bash -c "cd /sbroad && make start && make stress_init test=${test} && touch /etc/OK && sleep infinity"
volumes:
- "${PWD}:/sbroad"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment