Skip to content
Snippets Groups Projects
Commit 24578ba2 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

CI: Use Gitlab proxy for ubuntu images


This is a followup of b9d44c0c. If
Gitlab can correctly handle Ubuntu images as well, we can reduce the
number of requests to Docker hub and avoid risking to hit the pull
limit.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent eab5a784
No related branches found
No related tags found
1 merge request!798CI: Use Gitlab proxy for ubuntu images
Pipeline #123326 passed
...@@ -423,11 +423,11 @@ test:debian-13: ...@@ -423,11 +423,11 @@ test:debian-13:
test:ubuntu-18.04: test:ubuntu-18.04:
extends: .test_deb extends: .test_deb
image: ubuntu:18.04 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:18.04
test:ubuntu-20.04: test:ubuntu-20.04:
extends: .test_deb extends: .test_deb
image: ubuntu:20.04 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:20.04
test:archlinux: test:archlinux:
extends: .test_template extends: .test_template
......
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