docker-images: update default spice-html5 git URL

The original URL has been removed from github:

  https://github.com/freedesktop/spice-html5.git

Replace it with a mirror:

  https://gitlab.freedesktop.org/spice/spice-html5

See also: https://review.opendev.org/c/openstack/openstack-ansible/+/881336

TESTS
==================================

Build stx-nova images

Closes-Bug: 2017592
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I15fa71e9ca607e9b03f92ba4926562a67a528cef
(cherry picked from commit 7af589cf44)
This commit is contained in:
Davlet Panech 2023-04-25 15:49:05 +00:00 committed by Lucas de Ataides Barreto
parent b0cee13fe3
commit 2b492d7b9e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export USE_DOCKER_CACHE=no
TAG_LATEST=no
TAG_LIST_FILE=
TAG_LIST_LATEST_FILE=
DEFAULT_SPICE_REPO=https://github.com/freedesktop/spice-html5.git
DEFAULT_SPICE_REPO="https://gitlab.freedesktop.org/spice/spice-html5"
declare -a ONLY
declare -a SKIP
declare -i MAX_ATTEMPTS=1