Merge pull request #667 from yamt/compose

docker-compose: Bump image versions to v0.7.0
pull/670/head
Erik Wilson 2019-07-23 10:51:10 -07:00 committed by GitHub
commit 8014e1a506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
node: node:
image: rancher/k3s:v0.6.1 image: rancher/k3s:v0.7.0
tmpfs: tmpfs:
- /run - /run
- /var/run - /var/run

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
server: server:
image: rancher/k3s:v0.6.1 image: rancher/k3s:v0.7.0
command: server --disable-agent command: server --disable-agent
environment: environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom - K3S_CLUSTER_SECRET=somethingtotallyrandom
@ -15,7 +15,7 @@ services:
- 6443:6443 - 6443:6443
node: node:
image: rancher/k3s:v0.6.1 image: rancher/k3s:v0.7.0
tmpfs: tmpfs:
- /run - /run
- /var/run - /var/run