From 340fe84d1ba4729dd3500214d69816b657d44473 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 5 Jan 2021 14:55:58 +0100 Subject: [PATCH] Update links to mkimage example scripts Link to the contrib directory instead of individual scripts. Signed-off-by: Sebastiaan van Stijn --- develop/develop-images/baseimages.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/develop/develop-images/baseimages.md b/develop/develop-images/baseimages.md index 8056063eb8..22423a34e5 100644 --- a/develop/develop-images/baseimages.md +++ b/develop/develop-images/baseimages.md @@ -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