https://github.com/multiarch/dockerfile
:earth_africa: Multiarch Dockerfile POC
https://github.com/multiarch/dockerfile
Last synced: about 1 year ago
JSON representation
:earth_africa: Multiarch Dockerfile POC
- Host: GitHub
- URL: https://github.com/multiarch/dockerfile
- Owner: multiarch
- License: mit
- Created: 2015-12-07T16:58:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T08:57:44.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T12:13:45.742Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 90.8 KB
- Stars: 10
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerfile
Multiarch Dockerfile POC

---
**Update**: method G is now successfully implemented here: https://github.com/scaleway/image-ubuntu/tree/master/15.10, we now hope the method H to be possible soon, so we can switch again
---
| A | B | C | D | E | F | G | H
-----------------------------------------------|---|---|---|---|---|---|---|---
Unique Dockerfile | x | | x | | x | x | x | x
Complete multiarch support | x | x | | | x | | x | x
Does not require a Makefile for amd64 | | | x | | x | x | x | x
Gentle multiline support | | | | | | x | x | x
Dockerfile is easily readable | | x | x | | x | x | x | x
Disk-friendly (do not create tmp context dir) | x | x | | | | x | | x
Does not need to patch Docker | x | x | x | x | x | | x |
| | | | | | | |
*Votes* | | | | |0.5| |1.5| 3
---
Vote scoring (per person):
* First choice: 1 vote
* Secondary choice(s): 0.5 vote