Skip to content
Snippets Groups Projects
Commit 00c9b056 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Defined ci_base_imageu:buntu24.04-1

parent 07e76079
No related branches found
No related tags found
1 merge request!291ubuntu24 04 update
ARG BASE_IMAGE=registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu22.04-13
ARG BASE_IMAGE=registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu24.04-1
FROM $BASE_IMAGE AS base_builder
USER hived_admin
......@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"]
FROM base_builder AS boost_lib_source
ARG BOOST_VERSION_TAG=boost-1.74.0
ARG BOOST_VERSION_TAG=boost-1.83.0
ENV BOOST_VERSION_TAG=${BOOST_VERSION_TAG}
ENV TMP_SRC=/home/hived_admin/tmp_src
......
......@@ -6,8 +6,8 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
PROJECT_DIR="${SCRIPT_DIR}/../../"
REGISTRY=${1:-registry.gitlab.syncad.com/hive/wax/}
CI_IMAGE_TAG=:ubuntu22.04-3
BASE_IMAGE=registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu22.04-13
CI_IMAGE_TAG=:ubuntu24.04-1
BASE_IMAGE=registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu24.04-1
export DOCKER_BUILDKIT=1
......
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