File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ variables:
14
14
GIT_SUBMODULE_STRATEGY : recursive
15
15
CI_DEBUG_SERVICES : " true"
16
16
# pin to specific docker images for build repeatability
17
- # uses registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu24.04-1
18
- TEST_IMAGE_TAG : " @sha256:813f18c42929193036fc4e0017981c16913766442ef8d146313c64785df29c2e "
17
+ # uses registry.gitlab.syncad.com/hive/hive/ci-base-image:ubuntu24.04-2
18
+ TEST_IMAGE_TAG : " @sha256:81f56a1820497ff3cb1342327b7242dc50270db04cbfdd8d6198af1bb0e910b3 "
19
19
20
20
# Versions of Python packages
21
21
PYTHON_JUNIT_XML_VERSION : " 1.9"
Original file line number Diff line number Diff line change 3
3
# Modify CI_IMAGE_TAG here and inside script hive/scripts/ci-helpers/build_ci_base_image.sh and run it. Then push images to registry
4
4
# To be started from cloned haf source directory.
5
5
ARG CI_REGISTRY_IMAGE=registry.gitlab.syncad.com/hive/hive/
6
- ARG CI_IMAGE_TAG=ubuntu24.04-1
6
+ ARG CI_IMAGE_TAG=ubuntu24.04-2
7
7
ARG BUILD_IMAGE_TAG
8
8
ARG IMAGE_TAG_PREFIX
9
9
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
REGISTRY=${1:- registry.gitlab.syncad.com/ hive/ hive}
6
- CI_IMAGE_TAG=ubuntu24.04-1
6
+ CI_IMAGE_TAG=ubuntu24.04-2
7
7
8
8
docker build --progress=plain --target=runtime \
9
9
--build-arg CI_REGISTRY_IMAGE=" $REGISTRY /" --build-arg CI_IMAGE_TAG=$CI_IMAGE_TAG \
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ install_user_packages() {
99
99
popd
100
100
101
101
curl -sSL https://install.python-poetry.org | python3 - # install poetry in an isolated environment
102
- poetry self update 1.7.1
103
- poetry self add " poetry-dynamic-versioning[plugin]@>=1.0.0,<2.0 .0"
102
+ poetry self update 2.1.3
103
+ poetry self add " poetry-dynamic-versioning[plugin]@>=1.0.0,<2.2 .0"
104
104
}
105
105
106
106
install_docker_cli () {
You can’t perform that action at this time.
0 commit comments