ci: Rename Arch container to make it clear we're testing on rolling base
This commit is contained in:
@@ -46,9 +46,9 @@ matrix:
|
|||||||
os: linux
|
os: linux
|
||||||
env: CONTAINER=opensuse1500
|
env: CONTAINER=opensuse1500
|
||||||
services: docker
|
services: docker
|
||||||
- name: "Archlinux 2018.01.01"
|
- name: "Archlinux Base (Rolling)"
|
||||||
os: linux
|
os: linux
|
||||||
env: CONTAINER=arch180101
|
env: CONTAINER=arch
|
||||||
services: docker
|
services: docker
|
||||||
- name: "Mac OS X 10.13"
|
- name: "Mac OS X 10.13"
|
||||||
os: osx
|
os: osx
|
||||||
|
|||||||
@@ -88,10 +88,10 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
tty: true
|
tty: true
|
||||||
test-arch180101:
|
test-arch:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: test/docker/arch180101
|
dockerfile: test/docker/arch
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
|
|||||||
Reference in New Issue
Block a user