ci-test/fedora-atomic-workstation.json
Colin Walters 224554ac7a atomic: Add git-core and buildah
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.
2018-02-12 12:12:25 -05:00

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"
]
}