Skip to content
Snippets Groups Projects
Commit 3bffa547 authored by Michal Zander's avatar Michal Zander Committed by Michał Kudela
Browse files

Bump docker image

parent 81a6eb7b
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!717Rewrite python function to sql ( condenser_api )
...@@ -315,7 +315,7 @@ cleanup_haf_cache_manual: ...@@ -315,7 +315,7 @@ cleanup_haf_cache_manual:
download_await: download_await:
extends: .job-defaults extends: .job-defaults
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-3 image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-4
stage: prepare stage: prepare
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -405,7 +405,7 @@ sync: ...@@ -405,7 +405,7 @@ sync:
- data-cache-storage - data-cache-storage
e2e_benchmark: e2e_benchmark:
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-3 image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-4
stage: benchmark stage: benchmark
interruptible: true interruptible: true
needs: needs:
......
...@@ -10,7 +10,7 @@ cat <<EOF ...@@ -10,7 +10,7 @@ cat <<EOF
Options: Options:
--registry=URL Registry to use as a part of image names (default: registry.gitlab.syncad.com/hive/hivemind) --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-3) --tag=TAG Image tag (default: python-3.8-slim-4)
EOF EOF
} }
...@@ -21,7 +21,7 @@ function image-exists() { ...@@ -21,7 +21,7 @@ function image-exists() {
} }
REGISTRY=${REGISTRY:-"registry.gitlab.syncad.com/hive/hivemind"} REGISTRY=${REGISTRY:-"registry.gitlab.syncad.com/hive/hivemind"}
CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-3"} CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-4"}
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
case "$1" in case "$1" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment