Skip to content
Snippets Groups Projects
Commit 9e5014c5 authored by Michal Zander's avatar Michal Zander Committed by Bartek Wrona
Browse files

Update docker image

parent 6c0ef640
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!710(Reptracker in flush) Move reptracker to flush
...@@ -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-2 image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-3
stage: prepare stage: prepare
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -403,7 +403,7 @@ sync: ...@@ -403,7 +403,7 @@ sync:
- data-cache-storage - data-cache-storage
e2e_benchmark: e2e_benchmark:
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-2 image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-3
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-2) --tag=TAG Image tag (default: python-3.8-slim-3)
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-2"} CI_IMAGE_TAG=${CI_IMAGE_TAG:-"python-3.8-slim-3"}
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.
Finish editing this message first!
Please register or to comment