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

feat(ci)!: migrate to a new picodata docker image

BREAKING_CHANGE: sbroad works only with a current version of tarantool
parent 4689c539
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -13,8 +13,7 @@ cache:
default:
tags:
- picodata
image: docker-public.binary.picodata.io/sbroad-builder:0.2.0
image: docker-public.binary.picodata.io/picodata/picodata/sbroad/sbroad-builder:0.3.0
build:
before_script:
- make init
......
......@@ -3,6 +3,7 @@ FROM docker-public.binary.picodata.io/tarantool:2.10.0
ENV PATH=/root/.cargo/bin:${PATH}
RUN curl -L https://tarantool.io/UaooCnt/release/2/installer.sh | bash; \
yum-config-manager --disable picodata; \
yum -y update && yum -y install -y wget openssl-devel cartridge-cli readline-devel libicu-devel; \
yum groupinstall -y "Development Tools"; \
yum clean all; \
......
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