Skip to content

Commit

Permalink
Remove EOL'd Linux flavours, bump CentOS to 6.9.
Browse files Browse the repository at this point in the history
This should fix the bazel-slow-tests job on CI. :)

PiperOrigin-RevId: 181510264
  • Loading branch information
philwo authored and Copybara-Service committed Jan 10, 2018
1 parent 19e03d7 commit 96c654d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:centos6.7
FROM centos:centos6.9

RUN yum -y upgrade

Expand Down
9 changes: 0 additions & 9 deletions src/test/docker/Dockerfile.fedora23

This file was deleted.

8 changes: 0 additions & 8 deletions src/test/docker/Dockerfile.ubuntu-15.04

This file was deleted.

8 changes: 0 additions & 8 deletions src/test/docker/Dockerfile.ubuntu-16.04

This file was deleted.

5 changes: 1 addition & 4 deletions src/test/docker/flavours.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
load("//src/test/docker:docker_pull.bzl", "docker_pull")

FLAVOURS = [
"centos6.7",
"centos6.9",
"debian-stretch",
"fedora23",
"ubuntu-15.04",
"ubuntu-16.04",
]

def pull_images_for_docker_tests():
Expand Down

0 comments on commit 96c654d

Please sign in to comment.