mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Add 17.12 and 18.02
This commit is contained in:
parent
8bda7c2679
commit
1a4a68c30d
5
17.12/Dockerfile
Normal file
5
17.12/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM docker:17.12
|
||||
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
||||
|
||||
RUN apk add --no-cache py-pip
|
||||
RUN pip install docker-compose
|
5
18.02/Dockerfile
Normal file
5
18.02/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM docker:18.02
|
||||
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
||||
|
||||
RUN apk add --no-cache py-pip
|
||||
RUN pip install docker-compose
|
Loading…
Reference in New Issue
Block a user