Add links to solution
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 27 Jan 2022 16:05:25 +0000 (11:05 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 27 Jan 2022 16:05:25 +0000 (11:05 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

_episodes/08-supplement-docker.md

index d297a95dc3e8fd4ac3b6add9caa269616a1a8361..0c5d72cca618cfebb61c8dbcc6e301376ae7332c 100644 (file)
@@ -302,3 +302,8 @@ the file being downloaded changes without the command being used to
 download it changing, it will reuse the cached step with the old copy
 of the file, instead of re-downloading it.  If this happens, use
 `--no-cache` to force it to re-run the steps.
+
+> ## Episode solution
+> * <a href="../assets/answers/ep8/Dockerfile.single-stage">Dockerfile.single-stage</a>
+> * <a href="../assets/answers/ep8/Dockerfile.multi-stage">Dockerfile.multi-stage</a>
+{: .solution}