romxero/sherlock_www_browsers:latest

$ singularity pull shub://romxero/sherlock_www_browsers:latest

Singularity Recipe

Bootstrap: docker
From: debian:stretch-slim

%labels
Author "Randall Cab White - rcwhite@stanford.edu"


#########
#%setup
#########

#Downlaod packages
%post
  apt-get -ym update
  apt-get -ym install wget firefox-esr bzip2
	wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US"
	tar xvf firefox.tar.bz2
%environment
  export IMAGE_NAME="firefox_dev_edition"
%runscript
	/firefox/firefox-bin

Collection


View on Datalad

Metrics

key value
id /containers/romxero-sherlock_www_browsers-latest
collection name romxero/sherlock_www_browsers
branch master
tag latest
commit 0d32fcfd9fd4a7189bbbeae353acd38dd99a1c17
version (container hash) 75e6c36416af5c2acb45171f01f281b6
build date 2021-02-08T19:50:20.989Z
size (MB) 734
size (bytes) 316166175
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.