Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iso sqash image to docker ? #1

Closed
necrose99 opened this issue Nov 11, 2016 · 1 comment
Closed

iso sqash image to docker ? #1

necrose99 opened this issue Nov 11, 2016 · 1 comment

Comments

@necrose99
Copy link

necrose99 commented Nov 11, 2016

iso squash unpack /tmp/chroot & repack push ? or lxc/lxd builder from chroot
ie ?Somepath?/arm64 > Dockersqash push to Dockerhub

also be nice to run from a container to do thus the same on Chroot.
https://quay.io/repository/necrose99/gentoo_arm64_chroot ,
https://quay.io/repository/necrose99/gentoo_arm64 likely need to define the entry-point ie proot ..etc

its none to far yet but if I had a script that would listen to github/sabayon , pentoo gentoo or the like
least push to a contributor repo some arm-64 packages.. I've built a few on my windows box
can then pull in binpkgs to add equo entropy on builds , see what we get.

also for builder to update and push squash image every so often , right now its armchar reserch but , trying to boost quality of what I can , granted i know Gentoo experimental arm image is a touch stale.
so far its a frustrating level of tinkering,

however other than tools and scripts namily ... (https://wiki.gentoo.org/wiki//etc/portage/repos.conf)
layman is often not included on images by default arm64 image is a bit STALE.
going to swap to a tarball soon , as tying to deploy some of them via buuild script for docerhub is less patient , quay.io however will build. give logins etc.

also if possible a cross arm64 out of some of the tools , if i had a repo out , I could least output generic arm64 packages. to scr contrib. , granted they might not have full q/a but for researching and testing
least having core packages built ie entropy equo , etc might be of use. sabayon -devkit
just with calverium thunder-x servers 2200-2800 each for barebones , 300+ cores will be a min till I can buy one. jobs good , but this travel thing and hotel fees killing it... else i might of had it to send 1 ...

if i pay quay for it I can run a few docker workloads etc. , Ideally I could have it run a few arm64 integration testing for sabayon.org via the slowly improved emulation.

{I live in Texas now , so if the AC fails , your server rack might not .... can dynamically do heat management in a crisis "core walking" on/off rumor has it.... , doing lots of security tool testing , new ebuild (robot to pull/push repo repoman fix & push a plus) so setting up some sort of crude Q/A CI pipe line been on my table , lower power the better. able to withstand 145 F+ like 70C + and not fry also good.
able to fail over vpn services and remote connectivity etc , if the primary xenon racks have to go down , also been on design list. }

https://www.runabove.com/armcloud.xml
http://www.eteknix.com/nvidia-announces-tesla-gpus-with-arm64-cpu-onboard/
http://www.newegg.com/Product/Product.aspx?Item=N82E16813190006
https://www.raspberrypi.org/products/raspberry-pi-3-model-b/

@necrose99
Copy link
Author

found use alpine like in gentoo , 7zip / unsqash to temp root mv real root like

ARG BOOTSTRAP
FROM ${BOOTSTRAP:-alpine:3.7} as builder (7zip/suqashfs toy's )
FROM scratch

WORKDIR /
COPY --from=builder /gentoo/ /
CMD ["/bin/bash"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant