Skip to content

Commit

Permalink
feat(build): migrate to "io.podman.annotations.userns"
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Jan 5, 2025
1 parent 74011df commit 128b66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ROM/SODP/XPERIA_TAMA/SonyAOSP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
I provided a dockerfile, to build AOSP without installing all the dependencies on your system.
You can use it like this:
```bash
podman pod rm builder --force && podman kube play builder-pod.yaml --userns=keep-id
podman pod rm builder --force && podman kube play builder-pod.yaml
```
2 changes: 2 additions & 0 deletions ROM/SODP/XPERIA_TAMA/SonyAOSP/builder-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Pod
metadata:
name: builder
annotations:
io.podman.annotations.userns: "keep-id"
labels:
io.containers.autoupdate: registry
spec:
Expand Down

0 comments on commit 128b66c

Please sign in to comment.