Add brave and vscode installs
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
name: wunker-os
|
||||
# The native container image to build on top of.
|
||||
# Warning: Non-uBlue images might not work properly, due to missing components.
|
||||
base-image: ghcr.io/ublue-os/silverblue-main
|
||||
base-image: ghcr.io/ublue-os/kinoite-main
|
||||
# What Fedora version to use. Use an explicit version or `latest`.
|
||||
# If you use `latest`, you will be automatically updated to the next major
|
||||
# Fedora version, assuming the image you're using as your base container
|
||||
# builds with the tag (all uBlue images do this).
|
||||
fedora-version: 38
|
||||
fedora-version: 37
|
||||
# This description will be visible in the container metadata.
|
||||
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
|
||||
# These scripts will be executed during the container build.
|
||||
@@ -42,6 +42,7 @@ rpm:
|
||||
repos:
|
||||
# Example (which also demonstrates version number expansion):
|
||||
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%FEDORA_VERSION%/atim-starship-fedora-%FEDORA_VERSION%.repo
|
||||
- https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
|
||||
|
||||
# These RPMs will be installed from your enabled repositories (Fedora's own
|
||||
# repos, extra "repos" you've added, etc). The installation is automatically
|
||||
@@ -58,6 +59,7 @@ rpm:
|
||||
# Add your own below:
|
||||
# Example:
|
||||
# - tilix
|
||||
- brave-browser
|
||||
# These RPMs will be removed from the system image. This step happens during
|
||||
# image build, BEFORE installing custom RPMs (from the "rpm.install" category).
|
||||
remove:
|
||||
|
||||
Reference in New Issue
Block a user