This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syscontainers: add generation of an rpm
Add a hidden (for now) option ---generate-rpm to "install --system" to generate an rpm file instead of installing the container. The rpm can be installed on the system and the container won't be managed by atomic, update and uninstall are disabled. Differently from containers handled by atomic that installs the container under /var/lib/containers/atomic, the RPM version installs its files under /usr/lib/containers and can be integrated in an atomic image as a normal rpm. Signed-off-by: Giuseppe Scrivano <[email protected]> Closes: #767 Approved by: rhatdan
- Loading branch information
1 parent
a913074
commit b158ff9
Showing
2 changed files
with
104 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters