Demo about Edge Computing in the Retail vertical using Red Hat products
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
375 B

FROM edge-registry.itix.fr/demo-edge-retail/base:latest
RUN <<EOF
set -Eeuo pipefail
# Install the Qemu guest agent
dnf install -y qemu-guest-agent
dnf clean all
EOF
ADD --chown=root:root root /
RUN <<EOF
set -Eeuo pipefail
# The flightctl-agent configuration will be injected here by the hypervisor
install -d -m 0700 -o root -g root /var/lib/private/flightctl
EOF