workstation-ostree-config/fedora-atomic-workstation.json
Colin Walters 0012533ea2 manifest: Add podman
It integrates well with the whole Project Atomic (server/dev) container stack,
and can be used in many places instead of `docker`. It was just recently built
in Fedora.
2018-02-17 12:01:31 -05:00

19 lines
360 B
JSON

{
"ref": "fedora/rawhide/x86_64/workstation",
"repos": ["fedora-rawhide"],
"include": "fedora-workstation-base.json",
"automatic_version_prefix": "28",
"mutate-os-release": "28",
"packages": [
"atomic",
"buildah",
"git-core",
"rpm-ostree",
"podman",
"skopeo",
"docker"
]
}