podman-knowledge-patch
Podman changes since training cutoff (latest: 5.8.0) — Quadlet CLI management, OCI artifacts, multi-file install, BoltDB→SQLite migration, TLS remote. Load before working with Podman.
What this skill does
# Podman Knowledge Patch
Claude Opus 4.6 knows Podman through 4.x / early 5.x. This skill provides features from Podman 5.6 (2024-08-15) through 5.8 (2025-02-12).
## Index
| Topic | Reference | Key features |
|---|---|---|
| Quadlet | [references/quadlet.md](references/quadlet.md) | CLI management, multi-file install, `.artifact` type, new keys, REST API |
| CLI enhancements | [references/cli-enhancements.md](references/cli-enhancements.md) | `--creds`/`--cert-dir`, `--return-on-first`, `--no-session`, `--ulimit` update, `kube play` multi-file |
| OCI artifacts | [references/artifacts.md](references/artifacts.md) | Stable `podman artifact` commands, REST API, `podman inspect` artifacts |
| Infrastructure | [references/infrastructure.md](references/infrastructure.md) | TLS/mTLS remote, BoltDB→SQLite migration, `--swap`, Rosetta disabled, compat API changes |
---
## Quick Reference
### Quadlet management commands (5.6+)
```bash
podman quadlet install myapp.container # install for current user
podman quadlet list # list installed Quadlets
podman quadlet print myapp.container # print file contents
podman quadlet rm myapp.container # remove a Quadlet
```
Not available with remote client.
### Multi-file Quadlet install (5.8+)
Single file with multiple units separated by `---`:
```ini
# FileName=app.container
[Container]
Image=myapp:latest
---
# FileName=db.container
[Container]
Image=postgres:16
```
```bash
podman quadlet install combined.quadlet
```
---
### New Quadlet keys by version
| Version | File type | Key | Purpose |
|---|---|---|---|
| 5.7 | `.container` | `HttpProxy` | Control HTTP proxy forwarding into container |
| 5.7 | `.pod` | `StopTimeout` | Configure pod stop timeout |
| 5.7 | `.build` | `BuildArg` | Specify build arguments |
| 5.7 | `.build` | `IgnoreFile` | Specify ignore file |
| 5.7 | `.kube` | *(multi-YAML)* | Multiple YAML files in single `.kube` file |
| 5.8 | `.container` | `AppArmor` | Set container's AppArmor profile |
---
### OCI artifacts (stable since 5.6)
```bash
podman artifact pull oci-registry.example/myartifact:v1
podman artifact ls
podman artifact inspect myartifact
podman artifact push myartifact docker://registry/repo:tag
podman artifact rm myartifact
podman artifact add myartifact file1.tar file2.tar
podman artifact extract myartifact
```
Available via remote client. `podman inspect` can also inspect artifacts (5.7+).
### Artifact REST API (5.6+)
| Method | Endpoint | Purpose |
|---|---|---|
| `GET` | `/libpod/artifacts/json` | List artifacts |
| `GET` | `/libpod/artifacts/{name}/json` | Inspect artifact |
| `POST` | `/libpod/artifacts/pull` | Pull artifact |
| `DELETE` | `/libpod/artifacts/{name}` | Remove artifact |
| `POST` | `/libpod/artifacts/add` | Add artifact from tar |
| `POST` | `/libpod/artifacts/{name}/push` | Push to registry |
| `GET` | `/libpod/artifacts/{name}/extract` | Get artifact contents |
---
### Quadlet REST API (5.8+)
| Method | Endpoint | Purpose |
|---|---|---|
| `POST` | `/libpod/quadlets` | Install Quadlets |
| `GET` | `/libpod/quadlets/{name}/file` | Print Quadlet file contents |
| `GET` | `/libpod/quadlets/{name}/exists` | Check if Quadlet exists |
| `DELETE` | `/libpod/quadlets` | Remove multiple Quadlets |
| `DELETE` | `/libpod/quadlets/{name}` | Remove a single Quadlet |
---
### Inline registry auth (5.7+)
```bash
podman run --creds user:pass --cert-dir /path/to/certs docker.io/myimage
```
### Multi-file kube play (5.7+)
```bash
podman kube play app.yaml db.yaml
podman kube down app.yaml db.yaml
podman kube play --no-pod-prefix app.yaml # don't prefix container names with pod name
```
### Wait for any container (5.7+)
```bash
podman wait --return-on-first --condition=exited ctr1 ctr2
```
### Fast exec without session tracking (5.8+)
```bash
podman exec --no-session mycontainer ls /app
```
### Update ulimits on running container (5.8+)
```bash
podman update --ulimit nofile=65536:65536 mycontainer
```
### Volume ownership (5.6+)
```bash
podman volume create --uid 1000 --gid 1000 myvolume
```
### VM swap (5.6+)
```bash
podman machine init --swap 2048 # size in megabytes
```
---
### TLS/mTLS for remote connections (5.7+)
Remote client and `podman system service` support TLS and mTLS encryption, including client certificate authentication. `podman system connection add` can create TLS-encrypted TCP connections.
---
### BoltDB → SQLite migration
- **5.6**: Deprecation warning added for BoltDB users
- **5.7**: Warnings visible by default
- **5.8**: Auto-migrates BoltDB to SQLite on reboot. Manual migration:
```bash
podman system migrate --migrate-db
```
BoltDB removal planned for Podman 6.0.
---
### Breaking changes
| Version | Change |
|---|---|
| 5.6 | Rosetta disabled by default in `podman machine` VMs (kernel compatibility issues) |
| 5.7 | Compat Image Inspect API: `ContainerConfig` field removed (use `Config` instead, matches Docker v1.45) |
---
## Reference Files
| File | Contents |
|---|---|
| [quadlet.md](references/quadlet.md) | CLI management commands, multi-file install, `.artifact` file type, new keys (HttpProxy, StopTimeout, BuildArg, IgnoreFile, AppArmor), REST API endpoints |
| [cli-enhancements.md](references/cli-enhancements.md) | `--creds`/`--cert-dir`, `kube play` multi-file + `--no-pod-prefix`, `--return-on-first`, `--no-session`, `--ulimit` update, `--uid`/`--gid` volumes, `--swap` |
| [artifacts.md](references/artifacts.md) | Stable artifact commands, REST API endpoints, `podman inspect` artifact support |
| [infrastructure.md](references/infrastructure.md) | TLS/mTLS remote connections, BoltDB deprecation and auto-migration, Rosetta disabled, compat API breaking change |
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.