Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
7e660c1f67 Correctly namespace image 2021-06-10 08:05:57 -07:00
b1ad78b4fb Pin the base image to Fedora 34 2021-06-10 07:56:50 -07:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
FROM registry.fedoraproject.org/fedora:rawhide FROM registry.fedoraproject.org/fedora:34
ENV NAME=libguestfs VERSION=0 ARCH=x86_64 ENV NAME=libguestfs VERSION=0 ARCH=x86_64
LABEL com.redhat.component="$NAME" \ LABEL com.redhat.component="$NAME" \
name="$NAME" \ name="$FGC/$NAME" \
version="$VERSION" \ version="$VERSION" \
architecture="$ARCH" \ architecture="$ARCH" \
run="podman run --privileged -v /:/host -v /dev/kvm:/dev/kvm -a stdin,stdout,stderr -t IMAGE" \ run="podman run --privileged -v /:/host -v /dev/kvm:/dev/kvm -a stdin,stdout,stderr -t IMAGE" \

View file

@ -1,5 +1,5 @@
libguestfs image to provide system administration tools for virtual machines. 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. backend by default.
Volumes: Volumes: