Skip to content

Commit

Permalink
add url to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 12, 2023
1 parent fbd205d commit f158b7e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user_guide/add_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This example installs :code:`jq`, a
# The name of the software. This becomes the name in the template registry.
# The CLI option would be rendered as `--jq`.
name: jq
url: https://jqlang.github.io/jq/
# An alert that is printed when using this template in the CLI.
alert: Please be advised that this software uses
# How to install this software from pre-compiled binaries.
Expand Down
20 changes: 20 additions & 0 deletions foo
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated by Neurodocker and Reproenv.

FROM ubuntu

# Save specification to JSON.
RUN printf '{ \
"pkg_manager": "apt", \
"existing_users": [ \
"root" \
], \
"instructions": [ \
{ \
"name": "from_", \
"kwds": { \
"base_image": "ubuntu" \
} \
} \
] \
}' > /.reproenv.json
# End saving to specification to JSON.

0 comments on commit f158b7e

Please sign in to comment.