ci: Move image tags into a separate template yml
[platform/upstream/gstreamer.git] / .gitlab-image-tags.yml
1 variables:
2   ###
3   # IMPORTANT
4   # These are the version tags for the docker images the CI runs against.
5   # If you are hacking on them or need a them to rebuild, its enough
6   # to change any part of the string of the image you want.
7   ###
8   FEDORA_TAG:  '2022-09-22.0'
9   INDENT_TAG: '2022-03-07.1'
10   WINDOWS_TAG: "2022-09-17.0"
11
12   GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
13   FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
14
15   FEDORA_AMD64_SUFFIX: 'amd64/fedora'
16   INDENT_AMD64_SUFFIX: 'amd64/gst-indent'
17   WINDOWS_AMD64_SUFFIX: 'amd64/windows'
18
19   WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"
20   WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$GST_UPSTREAM_REPO/$WINDOWS_AMD64_SUFFIX:$WINDOWS_TAG-$GST_UPSTREAM_BRANCH"