Skip to content
Snippets Groups Projects
Commit 3f0ec98c authored by Michał Kudela's avatar Michał Kudela
Browse files

Bump Dockerimage

parent e7dca592
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!717Rewrite python function to sql ( condenser_api )
......@@ -344,7 +344,7 @@ cleanup_haf_cache_manual:
download_await:
extends: .job-defaults
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-5
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-6
stage: prepare
variables:
GIT_STRATEGY: none
......@@ -435,7 +435,7 @@ sync:
- data-cache-storage
e2e_benchmark:
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-5
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-6
stage: benchmark
interruptible: true
needs:
......@@ -558,7 +558,7 @@ e2e_benchmark:
- data-cache-storage
e2e_benchmark_on_postgrest:
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-5
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-6
stage: benchmark
interruptible: true
needs:
......
......@@ -72,7 +72,7 @@ pwd
"$SRCROOTDIR/scripts/ci/fix_ci_tag.sh"
CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-1"} # see scripts/ci/build_ci_base_image.sh for the current tag
CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-6"} # see scripts/ci/build_ci_base_image.sh for the current tag
BUILD_OPTIONS=("--platform=linux/amd64" "--target=instance" "--progress=plain")
TAG="${REGISTRY}instance:$BUILD_IMAGE_TAG"
MINIMAL_TAG="${REGISTRY}minimal-instance:$BUILD_IMAGE_TAG"
......
......@@ -10,7 +10,7 @@ cat <<EOF
Options:
--registry=URL Registry to use as a part of image names (default: registry.gitlab.syncad.com/hive/hivemind)
--tag=TAG Image tag (default: python-3.8-slim-5)
--tag=TAG Image tag (default: python-3.8-slim-6)
EOF
}
......@@ -21,7 +21,7 @@ function image-exists() {
}
REGISTRY=${REGISTRY:-"registry.gitlab.syncad.com/hive/hivemind"}
CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-5"}
CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-6"}
while [ $# -gt 0 ]; do
case "$1" in
......
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