224554ac7a
This is useful for at least bootstrapping dev containers; and also in general I think we should have lots of container tools in the base *workstation* host, even if not everyone uses all of them. Workstation is far from minimal today anyways, and the high level goal is: give people lots of tools and means to containerize.
17 lines
309 B
JSON
17 lines
309 B
JSON
{
|
|
"ref": "fedora/rawhide/x86_64/workstation",
|
|
|
|
"include": "fedora-workstation-base.json",
|
|
|
|
"automatic_version_prefix": "28",
|
|
"mutate-os-release": "28",
|
|
|
|
"packages": [
|
|
"atomic",
|
|
"buildah",
|
|
"git-core",
|
|
"rpm-ostree",
|
|
"skopeo",
|
|
"docker"
|
|
]
|
|
}
|