Update links to mkimage example scripts

Link to the contrib directory instead of individual scripts.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-01-05 14:55:58 +01:00
parent ad03c62012
commit 340fe84d1b
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 10 deletions

View File

@ -46,16 +46,8 @@ It can be as simple as this to create an Ubuntu parent image:
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
There are more example scripts for creating parent images in the Docker
GitHub Repo:
- [BusyBox](https://github.com/moby/moby/blob/master/contrib/mkimage/busybox-static)
- CentOS / Scientific Linux CERN (SLC) [on Debian/Ubuntu](
https://github.com/moby/moby/blob/master/contrib/mkimage/rinse) or
[on CentOS/RHEL/SLC/etc.](
https://github.com/moby/moby/blob/master/contrib/mkimage-yum.sh)
- [Debian / Ubuntu](
https://github.com/moby/moby/blob/master/contrib/mkimage/debootstrap)
There are more example scripts for creating parent images in [the Docker
GitHub repository](https://github.com/docker/docker/blob/master/contrib).
## Create a simple parent image using scratch