romxero/sherlock_www_browsers:firefox_dev

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

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-firefox_dev
collection name romxero/sherlock_www_browsers
branch master
tag firefox_dev
commit 0d32fcfd9fd4a7189bbbeae353acd38dd99a1c17
version (container hash) e9bdd2cc44b5c6ddda88fa5538648e27
build date 2021-04-19T19:12:32.597Z
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.