|
Bugzilla – Full Text Bug Listing |
| Summary: | Container builds - separation of build environment and container content packages | ||
|---|---|---|---|
| Product: | [Internal Novell Products] openSUSE Build Service | Reporter: | Klaus Kämpf <kkaempf> |
| Component: | build process | Assignee: | Michael Schröder <mls> |
| Status: | NEW --- | QA Contact: | Adrian Schröter <adrian.schroeter> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | master | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Klaus Kämpf
2024-06-12 09:07:00 UTC
Actually you can have a completely different build environment for the docker command, but it's a feature not often used (and it's harder for docker than for kiwi, as kiwi supports a repository setup out of the box). (In reply to Michael Schröder from comment #1) > Actually you can have a completely different build environment for the > docker command, but it's a feature not often used Great ! How would I use this (where is it documented) ? It depends on the base container. The base container comes with a set of repositories. The bci containers use "obsrepositories:/" which tells OBS to use the repositories from the project (i.e. the ones used to setup the build environment). So you're somewhat stuck with the repos if you use a bci container as base. But we could add a means to overwrite the repo configuration in the Dockerfile if you need this functionality. |