Giter Club home page Giter Club logo

Comments (5)

cgonyeo avatar cgonyeo commented on June 10, 2024

This is something that I've wanted for a bit, and with script mode this should be possible, but I don't have time to work on this these days, so I can't really give a roadmap estimate.

One trick that can help is if you can structure your build to do long, expensive things first (e.g. apt get update && apt-get install blah) and shorter more interesting things second (e.g. building your app) you can split it into two builds, one making a base image that the second build starts from, and you can just repeat the second build as you develop the image.

from build.

mixmastamyk avatar mixmastamyk commented on June 10, 2024

Ok, sounds like that can help, thanks.

I'm guessing acbuild is in maintenance now in favor of yet to be released OCI stuff?

from build.

cgonyeo avatar cgonyeo commented on June 10, 2024

acbuild can work with OCI images, and when OCI gets marked as v1.0 I intend to revisit this and get it working with the latest version of the spec. Other than that I don't really have much time for the project anymore.

There are also other options like umoci if you want to look around.

from build.

mixmastamyk avatar mixmastamyk commented on June 10, 2024

Thanks, it took a while to untangle, but that cut about 3+ minutes out of my 4 minute build.

Re: roadmap -- Sorry, I assumed you were on the coreos payroll due to acbuild being on the rkt page.

from build.

cgonyeo avatar cgonyeo commented on June 10, 2024

I do work for coreos, I've just switched teams since starting this project and finding time for it these days is hard

from build.

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.