jekriske/git:2.15.0

$ singularity pull shub://jekriske/git:2.15.0

Singularity Recipe

BootStrap: docker
From: alpine:latest

%post
  echo http://dl-cdn.alpinelinux.org/alpine/edge/main > /etc/apk/repositories
  echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
  apk --no-cache add man openssh-client git git-doc git-subtree git-subtree-doc git-bash-completion git-fast-import openssl jq
  gitlfs_version=`wget -qO- 'https://raw.githubusercontent.com/git-lfs/git-lfs/master/versioninfo.json' | jq -r '.StringFileInfo.ProductVersion'`
  wget -qO- https://github.com/git-lfs/git-lfs/releases/download/v${gitlfs_version}/git-lfs-linux-amd64-${gitlfs_version}.tar.gz | tar -xz
  mv git-lfs*/git-lfs /usr/bin/ && rm -rf git-lfs-* && git lfs install
  apk del jq

%apprun git
  exec git "$@"

%runscript
  exec git "$@"

%help
  For help use --help

Collection


View on Datalad

Metrics

key value
id /containers/jekriske-git-2.15.0
collection name jekriske/git
branch master
tag 2.15.0
commit 0f7a4876da6ab1aadabf67c8bc2ca1d5ed216c39
version (container hash) 3f471dec8460239f2c4011ebdbbe3e77
build date 2017-11-22T15:36:09.828Z
size (MB) 212
size (bytes) 17182751
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.