diff --git a/.travis.yml b/.travis.yml index a5faba924..85390b889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,9 +42,9 @@ matrix: os: linux env: CONTAINER=opensuse1500 services: docker - - name: "Archlinux 2018.01.01" + - name: "Archlinux Base (Rolling)" os: linux - env: CONTAINER=arch180101 + env: CONTAINER=arch services: docker - name: "Mac OS X 10.13" os: osx diff --git a/docker-compose.yml b/docker-compose.yml index a4aaf843b..1e4ad57b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,10 +88,10 @@ services: security_opt: - label=type:container_runtime_t tty: true - test-arch180101: + test-arch: build: context: . - dockerfile: test/docker/arch180101 + dockerfile: test/docker/arch network_mode: "host" security_opt: - label=type:container_runtime_t diff --git a/test/docker/arch180101 b/test/docker/arch similarity index 100% rename from test/docker/arch180101 rename to test/docker/arch