<%namespace file="/message.mako" import="render_msg" /> <%! def inherit(context): if context.get('use_panels'): return '/webapps/tool_shed/base_panels.mako' else: return '/base.mako' %> <%inherit file="${inherit(context)}"/> <%def name="stylesheets()"> ${parent.stylesheets()} <%def name="javascripts()"> ${parent.javascripts()} %if message: ${render_msg( message, status )} %endif
Click the Create Docker Image button below to create a Docker Image that will install the following repositories.
Repositories for inclusion in Docker Image
%for repository_tup in repository_tups: <% name, owner, type = repository_tup %> %endfor
Name Owner Type
${ name | h } ${ owner | h } ${ type | h }