Use a specific version of nginx in all tests

There is a hopefully temporary error with nginx:alpine
not being available for amd64. Pick a version which is...

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-02-21 14:32:07 +00:00
parent cfc9c49269
commit 69b6947bd7
11 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@ services:
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -26,7 +26,7 @@ services:
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -32,7 +32,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -23,7 +23,7 @@ services:
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -19,7 +19,7 @@ services:
- name: dhcpcd
image: linuxkit/dhcpcd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -26,7 +26,7 @@ services:
binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -47,7 +47,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
net: /run/netns/wg0
capabilities:
- CAP_NET_BIND_SERVICE

View File

@ -24,7 +24,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -17,7 +17,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -17,7 +17,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN

View File

@ -20,7 +20,7 @@ services:
- name: rngd
image: linuxkit/rngd:v0.2
- name: nginx
image: nginx:alpine
image: nginx:1.13.8-alpine
capabilities:
- CAP_NET_BIND_SERVICE
- CAP_CHOWN