Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions images/bids/Singularity.bids-skullduggery--0.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Automagically prepared for ReproNim/containers distribution.
# See http://github.com/ReproNim/containers for more info
#
Bootstrap: docker
From: ghcr.io/unfmontreal/skullduggery:main
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using the :main tag for the base image in a versioned recipe (0.0.2) compromises reproducibility. If the main branch of the source repository is updated, subsequent builds of this Singularity image will contain different code, breaking the versioning contract. It is recommended to pin this to a specific version tag (e.g., :0.0.2) or a specific image digest.

From: ghcr.io/unfmontreal/skullduggery:0.0.2

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


%post

# Create commonly present root directories to avoid need in overlays not supported
# on older systems
mkdir -p /ihome /data /data2 /zfs /isi /dartfs /dartfs-hpc

%environment
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"

# TODO: Take advantage of the fact that it is a bids-app somehow?