mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 18:50:48 +00:00
windows: udpate the docker image
This is a rebuild of the image to acount for an issue
with a security update during February 2020
https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t
This also means we can drop the gstreamer-windows tag
that was added in 32c91139a4
This commit is contained in:
parent
ae1b75b51f
commit
42830e91f6
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ variables:
|
||||||
FEDORA_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:2020-02-24-1712085-master'
|
FEDORA_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:2020-02-24-1712085-master'
|
||||||
INDENT_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/gst-indent:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb'
|
INDENT_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/gst-indent:6f7e01e1e30a73efa880acdc8e911f1f20c58dbb'
|
||||||
MANIFEST_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/build-manifest:2020-02-10-1589542-master'
|
MANIFEST_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/build-manifest:2020-02-10-1589542-master'
|
||||||
WINDOWS_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v9'
|
WINDOWS_IMAGE: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v10'
|
||||||
|
|
||||||
# Branch to track for modules that have no ref specified in the manifest
|
# Branch to track for modules that have no ref specified in the manifest
|
||||||
GST_UPSTREAM_BRANCH: 'master'
|
GST_UPSTREAM_BRANCH: 'master'
|
||||||
|
@ -432,7 +432,6 @@ valgrind ges:
|
||||||
- 'docker'
|
- 'docker'
|
||||||
- 'windows'
|
- 'windows'
|
||||||
- '1809'
|
- '1809'
|
||||||
- 'gstreamer-windows'
|
|
||||||
timeout: '45min'
|
timeout: '45min'
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
|
|
Loading…
Reference in a new issue