From: Matous Holinka Date: Wed, 29 Apr 2020 14:15:17 +0000 (+0200) Subject: Tests: Change unsupported Ubuntu 19.04 for supported version 19.10 X-Git-Tag: v2.0.8~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6785c469b418785568c33241157d17107afd55c;p=thirdparty%2Fbird.git Tests: Change unsupported Ubuntu 19.04 for supported version 19.10 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 119d4be9c..e7f7c7cae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,9 +141,9 @@ docker_ubuntu-18_04-amd64: IMG_NAME: "ubuntu-18.04-amd64" <<: *docker_build -docker_ubuntu-19_04-amd64: +docker_ubuntu-19_10-amd64: variables: - IMG_NAME: "ubuntu-19.04-amd64" + IMG_NAME: "ubuntu-19.10-amd64" <<: *docker_build docker_opensuse-15.0-amd64: diff --git a/misc/docker/ubuntu-19.04-amd64/Dockerfile b/misc/docker/ubuntu-19.10-amd64/Dockerfile similarity index 93% rename from misc/docker/ubuntu-19.04-amd64/Dockerfile rename to misc/docker/ubuntu-19.10-amd64/Dockerfile index bb2f72c66..8119e4390 100644 --- a/misc/docker/ubuntu-19.04-amd64/Dockerfile +++ b/misc/docker/ubuntu-19.10-amd64/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:19.04 +FROM ubuntu:19.10 ENV DEBIAN_FRONTEND noninteractive RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list RUN apt-get -y update