From 32fc81a3a98e70a97d27a8c399df706b759953b6 Mon Sep 17 00:00:00 2001
From: Denis Smirnov <sd@picodata.io>
Date: Wed, 13 Jul 2022 21:13:27 +0700
Subject: [PATCH] feat(ci)!: migrate to a new picodata docker image

BREAKING_CHANGE: sbroad works only with a current version of tarantool
---
 .gitlab-ci.yml | 3 +--
 ci/Dockerfile  | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6534e22bc..1eef199e11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 15a361050b..24e3e4e73d 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -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; \
-- 
GitLab