Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/docker-images:master commit in: /
Date: Mon, 24 Aug 2020 13:05:32
Message-Id: 1598274258.5e5f0d2c644f3cc5985d82991de0a0ce66db5d77.ultrabug@gentoo
1 commit: 5e5f0d2c644f3cc5985d82991de0a0ce66db5d77
2 Author: Konstantinos Smanis <konstantinos.smanis <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 23 08:56:07 2020 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 13:04:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=5e5f0d2c
7
8 Fix x86-glibc stage3 builds
9
10 Closes: #85
11
12 Signed-off-by: Konstantinos Smanis <konstantinos.smanis <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo-docker-images/pull/87
14 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
15
16 .travis.yml | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/.travis.yml b/.travis.yml
20 index 7269f98..874e1ce 100644
21 --- a/.travis.yml
22 +++ b/.travis.yml
23 @@ -21,7 +21,9 @@ env:
24 - TARGET=stage3-ppc64le
25
26 before_install:
27 - # Install docker 17.05.0 or later
28 + # Install latest Docker
29 + - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
30 + - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
31 - sudo apt-get update -qq
32 - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
33 - echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json