Git Product home page Git Product logo

Comments (5)

talex5 avatar talex5 commented on May 26, 2024

Looks like Moby needs this to build:

Step 37 : RUN rc-update add swap boot &&   rc-update add sysctl boot &&   rc-update add bootmisc boot &&   rc-update add urandom boot &&   rc-update add hostname boot &&   rc-update add syslog boot &&   rc-update add networking boot &&   rc-update add acpid default &&   rc-update add chronyd default &&   rc-update add cron default &&   rc-update add savecache shutdown &&   rc-update add killprocs shutdown &&   rc-update add mount-ro shutdown &&   rc-update add dmesg sysinit &&   rc-update add devfs sysinit &&   rc-update add mdev sysinit &&   rc-update add hwdrivers sysinit &&   rc-update add sysfs &&   rc-update add fsck &&   rc-update add root &&   rc-update add localmount &&   rc-update add klogd &&   rc-update add docker default &&   rc-update add 9pinit boot &&   rc-update add 9pudc default &&   rc-update add transfused default &&   rc-update add mdnstool default &&   rc-update add automount boot &&   rc-update add diagnostics default &&   rc-update add binfmt_misc sysinit &&   rc-update add dnsfix boot &&   rc-update add database boot &&   rc-update add hupper default &&   rc-update add hv_fcopy_daemon default &&   rc-update add hv_kvp_daemon default &&   rc-update add hv_vss_daemon default &&   ln -s /bin/busybox /init
 ---> Running in b62f4435a806
 * service swap added to runlevel boot
 * service sysctl added to runlevel boot
 * service bootmisc added to runlevel boot
 * service urandom added to runlevel boot
 * service hostname added to runlevel boot
 * service syslog added to runlevel boot
 * service networking added to runlevel boot
 * service acpid added to runlevel default
 * service chronyd added to runlevel default
 * service cron added to runlevel default
 * service savecache added to runlevel shutdown
 * service killprocs added to runlevel shutdown
 * service mount-ro added to runlevel shutdown
 * service dmesg added to runlevel sysinit
 * service devfs added to runlevel sysinit
 * service mdev added to runlevel sysinit
 * service hwdrivers added to runlevel sysinit
 * service sysfs added to runlevel sysinit
 * service fsck added to runlevel sysinit
 * service root added to runlevel sysinit
 * service localmount added to runlevel sysinit
 * service klogd added to runlevel sysinit
 * rc-update: service `docker' is not executeable

from datakit.

samoht avatar samoht commented on May 26, 2024

Time to look at https://github.com/stevvooe/continuity? :-)

In the short term, I'm not sure doing a build on 9p is a good idea anyway, as we will hit the usual 9p limitations (e.g. no move between different directories). Could we just keep the metadata and persistent data (build artefacts, logs) in datakit for now on and just use a checkout for the build?

from datakit.

talex5 avatar talex5 commented on May 26, 2024

Moby mostly builds in docker containers. Apart from some minor bash scripting, all it needs is to be able to copy files from the transaction's rw directory.

from datakit.

samoht avatar samoht commented on May 26, 2024

perfect then, that's a great use-case!

from datakit.

justincormack avatar justincormack commented on May 26, 2024

Yes the thing it is building (the root fs tree) should export to git fine. There might be some other unsupported things (ownership, suid files) but none are actually required and can change it to remove them.

from datakit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.