Giter VIP home page Giter VIP logo

Comments (4)

Hooverdan96 avatar Hooverdan96 commented on July 17, 2024 2

@FroggyFlox nice! I think you were referring to this comment earlier this year:

rockstor/rockstor-core#2501 (comment)

from rockstor-installer.

phillxnet avatar phillxnet commented on July 17, 2024

Re:

once we dropped our Leap 15.4 profiles.

Noting that this is now the case via: "Remove Leap 15.4 profiles #157" #163

from rockstor-installer.

phillxnet avatar phillxnet commented on July 17, 2024

I'm not entirely sure how this will play with our requirement during build. From my initial read I see that the package adds/redefines repos on the host. But when building images our kiwi-ng config provides the repos required for the packages we stiplulate, and we then add those same repositories to our resulting install via the "imageinclude" option in our repo definitions:

    <repository type="rpm-md" alias="Leap_15_6" imageinclude="true" profiles="Leap15.6.x86_64,Leap15.6.RaspberryPi4,Leap15.6.ARM64EFI">
        <source path="obs://openSUSE:Leap:15.6/standard"/>
    </repository>

Mostly anyway. But adding this repos-adding package to the to-be-installed image doesn't make those packages available during the build: where we need those repos to ensure we have access to the packages they contain.

from rockstor-installer.

phillxnet avatar phillxnet commented on July 17, 2024

Re:

Mostly anyway.

We add for installer-build-time-only such repos as the following:

    <repository type="rpm-md" alias="repo-backports-update" profiles="Leap15.6.x86_64,Leap15.6.RaspberryPi4,Leap15.6.ARM64EFI">
        <source path="https://download.opensuse.org/update/leap/15.6/backports/"/>
    </repository>

That came about around 15.3/15.4 via a package addition. Adding them in kiwi-ng config for build time only meant our resulting images included the updates they afforded. Making them way more up-to-date.

from rockstor-installer.

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.