diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f71c94b9060d38d63b033ff76120863bff55b0f..6c39d67155afe22d23d2cf298766ec300ae30dee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -317,6 +317,9 @@ build_image_remover_image: stage: build variables: BUILD_TARGET: "python-scripts" + # Use latest docker images - python-scripts doesn't depend on fresh docker builds + DOCKER_DIND_TAG: "latest" + DOCKER_BUILDER_TAG: "latest" needs: - job: build_docker_dind_image optional: true diff --git a/scripts/python/remove-buildkit-cache.py b/scripts/python/remove-buildkit-cache.py index 6213f77bcfc038fead1abe93ce28c613a4c679d9..80f4d214c4d3e8d17182bd3941f4f6215e093b2f 100644 --- a/scripts/python/remove-buildkit-cache.py +++ b/scripts/python/remove-buildkit-cache.py @@ -4,7 +4,7 @@ This script deletes old BuildKit cache from GitLab registry. It's meant to be run by CI as it uses the job token. Requires CI_API_V4_URL, CI_PROJECT_ID and CI_JOB_TOKEN to be set. -Requires CACHE_REPOSITORIES to contains comma-separated list of cache repositories. +Requires CACHE_REPOSITORIES to contain comma-separated list of cache repositories. ''' import os import requests