Skip to content

Commit 2b05e01

Browse files
committed
Adding recipe&image for bids-validator--2.2.1
1 parent 590e0b8 commit 2b05e01

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Automagically prepared for ReproNim/containers distribution.
3+
# See http://github.com/ReproNim/containers for more info
4+
#
5+
Bootstrap: docker
6+
From: bids/validator:2.2.1
7+
8+
%post
9+
10+
# Create commonly present root directories to avoid need in overlays not supported
11+
# on older systems
12+
mkdir -p /ihome /data /data2 /zfs /isi /dartfs /dartfs-hpc
13+
14+
%environment
15+
export LANG="C.UTF-8"
16+
export LC_ALL="C.UTF-8"
17+
18+
# TODO: Take advantage of the fact that it is a bids-app somehow?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.git/annex/objects/K1/5q/MD5E-s56299551--684cd7fe8b6519fd73f3b38efadeff54.1.sing/MD5E-s56299551--684cd7fe8b6519fd73f3b38efadeff54.1.sing

0 commit comments

Comments
 (0)