This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Commit 748d6a3
committed
Added extends support when given as string
Fixes #428
Now if extends is given as string as in below docker-compose file,
```
version: '2'
services:
foo:
image: foo
bar:
extends: foo
```
libcompose will support it.
Signed-off-by: Suraj Narwade <surajnarwade353@gmail.com>1 parent 8e4221d commit 748d6a3
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
63 | 76 | | |
64 | 77 | | |
65 | 78 | | |
| |||
0 commit comments