#468 container-build: add --isolated and --koji-parent-build arguments
Merged by onosek. Opened by ktdreyer.
ktdreyer/rpkg build-container-args  into  master

Download 468.patch

Add support for new --isolated and --koji-parent-build arguments to the container-build sub-command.

For --isolated: Isolated builds will only update the "{version}-{release}" unique tag and the primary tag in target container registry. Also, OSBS's bump_release plugin will ignore isolated builds. Users must specify a --build-release argument when the use the --isolated argument.

For --koji-parent-build: OSBS allows users to dynamically override the Dockerfile's "FROM" image at build time. This allows you to build your container against a specific parent image without pushing changes to dist-git.

It looks fine, merging.

Pull-Request has been merged by onosek

By the way I found that the statement "OSBS's bump_release plugin will ignore isolated builds" is false. The "isolated" boolean only has one meaning for OSBS: it means that OSBS will not update floating tags in the registry. It has nothing to do with bump_release.

I've updated the --isolated help text in #520

Metadata