File config-overlay.sh of Package delta_dput
#!/bin/bash
set -ex
# Create example flake config to be displayed with:
# flake-ctl podman register --container dput --info
cat >/dput.yaml <<-EOF
include:
tar: ~
container:
name: dput
target_app_path: /usr/bin/dput
host_app_path: /usr/share/flakes/bin/dput
base_container: ubuntu-apps/ubuntu
layers: ~
runtime:
runas: root
resume: false
attach: false
podman:
- "-ti"
- "--rm"
EOF