Rather than setting up volumes and starting the pipglr container manually, utilize quadlet + systemd. Retain the old setup and execution method, but move them into separate documentation. Signed-off-by: Chris Evich <cevich@redhat.com>
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
[Unit]
|
|
Description=Podman-in-podman GitLab Runner job cache storage volume
|
|
Documentation=https://gitlab.com/qontainers/pipglr/-/blob/main/README.md
|
|
After=local-fs.target
|
|
Requires=podman.socket
|
|
|
|
[Volume]
|
|
VolumeName=pipglr-cache
|
|
Copy=false
|
|
# The `podman` user inside the container should own everything
|
|
Options=o=uid=1000,gid=1000
|
|
# Support podman...prune --filters=persistent!=true
|
|
Label=persistent=true
|