An Ansible Playbook to build bootc multi-architecture images on RHEL, Fedora or CentOS Stream
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.

16 lines
331 B

[Unit]
Description=Hello, World!
Require=copy-embedded-images.service
After=copy-embedded-images.service
[Container]
Image=docker.io/library/hello-world:latest
Pull=never
[Service]
# Containers performs action and then stops gracefully
Type=oneshot
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target