You must login to view /lordwelch/podman-static/rss/branch/master.
The GitHub option should be usable for most people, it only links via username.

Files
podman-static/test/pod.yaml
Max Goltzsche 9ccf992536 fix: bump podman 5.5.2 + dependency updates
* podman 5.5.2
* passt 2025_06_11.0293c6f
* alpine 3.22 base image
* Go-based binaries built using Go 1.24
* Rust-based binaries built using Rust 1.87
2025-06-25 02:45:05 +02:00

15 lines
214 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: mypod
spec:
containers:
- name: build
image: alpine:3.22
command: ["/bin/sh"]
args:
- -c
- |
echo sleeping ...
exec sleep infinity