Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: cbrunner on June 29, 2015, 03:20:58 PM
-
Wondering if anyone is working on this or why it might not be in the repository right now. I had no problem building it on a TCL virtualmachine and will go through the submission process if it is desired and not in progress by someone else :)
-
Please go ahead.
-
I sent the package to tcesubmit_at_gmail_dot_com. For those interested I created a docker build environment based on TCL for building this extension so it should be very easy to update / customize going forward. The build environment can be found on github at cameronbrunner/tinycorelinux-extensions.
-
One last bit on the build environment; its now on docker hub. The extension can be rebuilt with the following commands:
mkdir bundle
docker pull cameronbrunner/tinycorelinux-extensions:rsync
docker run -t -i -v `pwd`/bundle:/scratch/bundle docker.io/cameronbrunner/tinycorelinux-extensions:rsync
The tcz will end up in `pwd`/bundle.
-
Hm, does it download everything again, each time it is run? That seems quite wasteful of bandwidth.
-
Building the images require some downloads. Running the rsync container only downloads the rsync source tar ball (869K) on each run since it didn't fee right bundling up a source archive in a containers. Running the other dev containers do not lead to additional downloads.
docker.io/cameronbrunner/tinycorelinux-extensions:latest - basic TCL dev environment (perl5 and compiletc)
docker.io/cameronbrunner/tinycorelinux-extensions:submit - latest + submitqc5