workstation-ostree-config/fedora-atomic-workstation.json
Matthias Clasen a0788c51ee Add flatpak-builder
This fits well with the other container tools. It fell out
of the install when it was split off from flatpak, but that
was unintentional.
2018-04-17 18:49:43 -04:00

21 lines
406 B
JSON

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