mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
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:
parent
cfc9c49269
commit
69b6947bd7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user