obs-build icon indicating copy to clipboard operation
obs-build copied to clipboard

create a docker container out of a setup chroot

Open msmeissn opened this issue 3 years ago • 1 comments

it would be useful if

osc build

would have an option to generate a docker container to capture the build environment, for transfering and later usage to rebuild a package.

msmeissn avatar Jul 14 '20 14:07 msmeissn

osc build --vm-type=docker is not what you look for?

But actually, for replaying build enviroments of maintained projets we have the _buildenv files. You can use them also as source and build in what ever environment you want (ideally KVM to have the same as for the shipped binary).

adrianschroeter avatar Sep 10 '20 13:09 adrianschroeter