2015-06-23 22:45:43 +02:00
|
|
|
# Distribution specific Dockerfiles
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2015-06-23 22:48:37 +02:00
|
|
|
### Dockerfile name
|
|
|
|
The format should be `Dockerfile.{distribution name}`.
|
|
|
|
|
2015-06-23 22:45:43 +02:00
|
|
|
### Keep your images up-to-date
|
|
|
|
Use the distribution package manager to keep your image up-to-date.
|
|
|
|
|
|
|
|
### REPOSITORY
|
|
|
|
Add a `REPOSITORY` comment with the URL to your GitHub repository where the Dockerfile is present.
|
|
|
|
`# REPOSITORY <GitHub repository>`
|
|
|
|
|
|
|
|
### MAINTAINER
|
|
|
|
Add the `MAINTAINER` instruction and your contact details, GitHub aliases are acceptable.
|
|
|
|
|
2015-06-26 02:18:56 +02:00
|
|
|
For an example Dockerfile, please refer to `Dockerfile.alpine`.
|