Merge pull request #12045 from thaJeztah/fix_debootstrap_links

Update links to mkimage example scripts
This commit is contained in:
Sebastiaan van Stijn 2021-01-05 17:56:18 +01:00 committed by GitHub
commit ac400cbb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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