python-kiwi_boxed_plugin
No description set
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:Appliances:Builder/python-kiwi_boxed_plugin && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-kiwi_boxed_plugin-rpmlintrc | 0000000324 324 Bytes | |
python-kiwi_boxed_plugin.changes | 0000048250 47.1 KB | |
python-kiwi_boxed_plugin.spec | 0000003807 3.72 KB | |
python-kiwi_boxed_plugin.tar.gz | 0000031400 30.7 KB |
Revision 33 (latest revision is 53)
Marcus Schaefer (sax2)
committed
(revision 33)
- Bump version: 0.2.15 → 0.2.16 - Update box files Due to the changes to support sshfs a version update on the box description is needed. Older boxes will not work with the changes done here - Added type hints and annotations The boxbuild code was not using type hints - Support sshfs as sharing backend Implement support for sshfs sharing backend in a way that host and guest SSH ports are redirected such that sshfs can be used with KVM user networking The sshfs operation is performed from the guest using the host forwared SSH port. To make this call a non-interactive process it's required that the host accepts the box ssh pub key as authorized_keys. The implementation intentionally does not change the host's authorized_keys file which is the reason why this setup will be added into the documentation. Without adding the box pubkey into the authorized_keys file of the user on the host which calls boxbuild the process will stop asking for a passphrase or depending on the hosts sshd configuration it could also fail if e.g password auth is disabled. This Fixes #44 - Fixed broken badge link We moved from gitlab CI to github workflows
Comments 0