Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e660c1f67 | |||
| b1ad78b4fb |
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
FROM registry.fedoraproject.org/fedora:34
|
||||
|
||||
ENV NAME=libguestfs VERSION=0 ARCH=x86_64
|
||||
LABEL com.redhat.component="$NAME" \
|
||||
name="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
architecture="$ARCH" \
|
||||
run="podman run --privileged -v /:/host -v /dev/kvm:/dev/kvm -a stdin,stdout,stderr -t IMAGE" \
|
||||
|
|
|
|||
2
help.md
2
help.md
|
|
@ -1,5 +1,5 @@
|
|||
libguestfs image to provide system administration tools for virtual machines.
|
||||
This image is based on Fedora and configured to use the `direct` libguestfs
|
||||
This image is based on Fedora 34 and configured to use the `direct` libguestfs
|
||||
backend by default.
|
||||
|
||||
Volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue