29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"name": "ansible-dev-container-podman",
|
|
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
|
|
"containerUser": "root",
|
|
"runArgs": [
|
|
"--cap-add=CAP_MKNOD",
|
|
"--cap-add=NET_ADMIN",
|
|
"--cap-add=SYS_ADMIN",
|
|
"--cap-add=SYS_RESOURCE",
|
|
"--device",
|
|
"/dev/fuse",
|
|
"--security-opt",
|
|
"seccomp=unconfined",
|
|
"--security-opt",
|
|
"label=disable",
|
|
"--security-opt",
|
|
"apparmor=unconfined",
|
|
"--security-opt",
|
|
"unmask=/sys/fs/cgroup",
|
|
"--userns=host",
|
|
"--hostname=ansible-dev-container"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
|
|
}
|
|
}
|
|
}
|