131a1ef86d
Provides default ostree remote config Signed-off-by: Sinny Kumari <sinny@redhat.com>
28 lines
920 B
YAML
28 lines
920 B
YAML
include: gnome-desktop-pkgs.json
|
|
ref: fedora/rawhide/${basearch}/silverblue
|
|
rojig:
|
|
name: fedora-silverblue
|
|
summary: "Fedora Silverblue base image"
|
|
license: MIT
|
|
packages:
|
|
- desktop-backgrounds-gnome
|
|
- gnome-shell-extension-background-logo
|
|
- pinentry-gnome3
|
|
# Does it really still make sense to ship Qt by default if we
|
|
# expect people to run apps in containers?
|
|
- qgnomeplatform
|
|
# hfs filesystem tools for Apple hardware
|
|
# See https://github.com/projectatomic/rpm-ostree/issues/1380
|
|
- hfsplus-tools
|
|
# Bundle the minimal -devel packages needed to build a kernel.
|
|
# This is needed because we can't rely on layering to install these
|
|
# due to version conflicts with the base image.
|
|
- glibc-devel
|
|
- kernel-devel
|
|
- elfutils-libelf-devel
|
|
# Contains default ostree remote config to be used on client's
|
|
# system for fetching ostree update
|
|
- fedora-repos-ostree
|
|
|
|
repos:
|
|
- fedora-rawhide
|