Download a zip file, unpack it, and do whatever you want with it!
3.1K
https://hub.docker.com/r/picoded/zip-cloner-base/ https://github.com/picoded/dockerfiles/tree/master/zip-cloner/zip-cloner-base
Download a zip file, unpack it, and do whatever you want with it! If you are intending of using this with openjdk, or nodejs, you may want to refer to zip-cloner-plus instead
ZIP_URL="https://github.com/picoded/dockerfiles/archive/master.zip" : Zip URL to download fromZIP_FILE="master.zip" : Zip file name to useZIP_FOLDER="." : relative folder to clone into, default is "/workspace/./", do not use blankZIP_PRESCRIPT="" : This is the run script, called before zip download commandZIP_POSTSCRIPT="" : This is the run script, called after zip download commandExtension of picoded/ubuntu-base, where it inherits the standard template from
TIMEZONE=GMT+08 : Default system timezone (Singapore)LANGUAGE=en_US.UTF-8 : Used to configure OS language supportAPTGET_PRESCRIPT="" : Commands to execute prior to aptget install/upgrade on bootupAPTGET_INSTALL="" : Performs the installation of the following if missing on bootupAPTGET_UPGRADE=false : Performs an apt-get upgrade on bootupAPTGET_POSTSCRIPT="" : Commands to execute after aptget install/upgrade on bootupSee base/README for more details.
/workspace : Contains all the various persistent files related to the imageSee base/README for more details.
Any problems / comments / kudos should be filed at github =) https://github.com/picoded/dockerfiles
Content type
Image
Digest
Size
195.7 MB
Last updated
over 7 years ago
docker pull picoded/zip-cloner-base