rabbah commented on a change in pull request #3142: externalize
runtimesManifestDefault to runtimes.json
URL:
https://github.com/apache/incubator-openwhisk/pull/3142#discussion_r165738754
##########
File path: ansible/group_vars/all
##########
@@ -30,77 +30,9 @@ whisk:
# runtimes: set of language runtime families grouped by language (e.g.,
nodejs, python)
# blackboxes: list of pre-populated docker action images as "name" with
optional "prefix" and "tag"
# bypassPullForLocalImages: optional, if true, allow images with a prefix
that matches {{ docker.image.prefix }}
-# to skip docker pull in invoker even if the image
is not part of the blackboxe set
+# to skip docker pull in invoker even if the image
is not part of the blackbox set
#
-runtimesManifest: "{{ runtimes_manifest | default(runtimesManifestDefault) }}"
-
-runtimesManifestDefault:
- bypassPullForLocalImages: "{{ bypass_pull_for_local_images | default(false)
}}"
Review comment:
Would be the easiest fix. Makes sense too since the prefix is driven by the
local docker prefix not the one in the manifest.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services