1
0
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:
Tobias L. Maier 2018-02-22 15:20:16 +01:00
parent 8bda7c2679
commit 1a4a68c30d
2 changed files with 10 additions and 0 deletions

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

@ -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