From 1c9735d677685f56c106df74e8145914f4039526 Mon Sep 17 00:00:00 2001 From: tshak Date: Fri, 30 Dec 2016 22:31:02 +0100 Subject: [PATCH] Add note about how to use artifact images When reading the Task documentation, it is not clear how to use an artifact resource as the task image. This PR adds a note to that refers the reader to the plan task step documentation which covers this topic. --- docs/using-concourse/running-tasks.any | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/using-concourse/running-tasks.any b/docs/using-concourse/running-tasks.any index 85deed4ce7e..38b99487c73 100644 --- a/docs/using-concourse/running-tasks.any +++ b/docs/using-concourse/running-tasks.any @@ -94,6 +94,9 @@ Once you've figured out your tasks's configuration, you can reuse it for a \hyperlink{https://github.com/concourse/docker-image-resource}{Docker Image resource}. If you'd like to make a resource of your own that supports this please use that as a reference implementation for now. + + If you want to use an artifact source within the plan containing an image, + you must set the \reference{task-image} in the plan step instead. } \define-attribute{image: string}{task-config-image}{