From d8828c2d25dcfdb523538b0bd90b3148ed187713 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Fri, 12 Jun 2015 11:56:23 -0700 Subject: [PATCH] [ci skip] add documentation note about $IMAGE and get_running_image_tag() --- docs/development/plugin-creation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/plugin-creation.md b/docs/development/plugin-creation.md index b5dd86fb6..0a72c2869 100644 --- a/docs/development/plugin-creation.md +++ b/docs/development/plugin-creation.md @@ -80,3 +80,4 @@ A few notes: dokku config:set --no-restart APP KEY1=VALUE1 [KEY2=VALUE2 ...] dokku config:unset --no-restart APP KEY1 [KEY2 ...] ``` +- As of 0.4.0, we allow image tagging and deployment of said tagged images. Therefore, hard-coding of `$IMAGE` as `dokku/$APP` is no longer sufficient. Instead, for non `pre/post-build-*` plugins, use `get_running_image_tag()` as sourced from common/functions.