From 026576cb581cf7a4e5b952bb082d8a67051020f1 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Wed, 24 Jan 2024 17:29:30 +0100 Subject: [PATCH] Create custom_images.md --- episodes/custom_images.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 episodes/custom_images.md diff --git a/episodes/custom_images.md b/episodes/custom_images.md new file mode 100644 index 00000000..d8649eec --- /dev/null +++ b/episodes/custom_images.md @@ -0,0 +1,21 @@ +--- +title: "Customising Software Images" +teaching: 0 +exercises: 0 +--- + +:::::::::::::::::::::::::::::::::::::: questions + +- TODO + +:::::::::::::::::::::::::::::::::::::::::::::::: + +::::::::::::::::::::::::::::::::::::: objectives + +After completing this episode, learners will be able to... + +- customise an image from a template +- ensure the reproducibility of images using repo2docker +- host an image on a container registry + +::::::::::::::::::::::::::::::::::::::::::::::::