Giter Club home page Giter Club logo

Comments (4)

deitch avatar deitch commented on May 25, 2024

Not that I am aware of. What error messages are you getting?

from linuxkit.

muhmud avatar muhmud commented on May 25, 2024

So, using version 0.8, the image builds OK, and also boots OK, but has files missing.

I inspected the image by running gunzip, and then cpio on the decompressed image, which then gave me messages about garbage data at the start of the file. The type of cpio image is SVR4, which has a maximum size of 4GB. I'm thinking maybe this is the problem?

I'm planning to try this with the latest version of linuxkit in the next few days.

from linuxkit.

muhmud avatar muhmud commented on May 25, 2024

I tried using the latest version of linuxkit and got the same issue.

from linuxkit.

polarroyo avatar polarroyo commented on May 25, 2024

I have been able to reproduce the same issue with v1.0.1. I build with formats:

  • kernel+initrd (size: 432MB)
    kernel loads, but one of my container service (docker image is ~900MB) errors that can not start because can not mount folder because it does not exist on host fs.
    I checked with command lz4cat [initrd.img] | cpio -tiv | grep [missing_folder] and the folder and files are present in the host fs.
    The files are injected as per sshd example

  • iso-bios (size: 1,2GB)
    all works fine.

Lowering my container service (~150MB) and thus reducing the final image of the build to:

  • kernel+initrd (size: 132MB)
  • iso-bios (size: 403MB)
    Fixed my issue and both outputs works fine.

from linuxkit.

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.