chore(automatic): change image name

This commit is contained in:
gmpinder
2023-06-03 20:17:45 +00:00
parent 04466ddf7e
commit ca167a5d62

View File

@@ -1,21 +1,17 @@
# This file can only be edited inside the uBlue image's git repository. # This file can only be edited inside the uBlue image's git repository.
# The image will be at "ghcr.io/yourusername/name". # The image will be at "ghcr.io/yourusername/name".
name: startingpoint name: wunker-os
# The native container image to build on top of. # The native container image to build on top of.
# Warning: Non-uBlue images might not work properly, due to missing components. # 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/silverblue-main
# What Fedora version to use. Use an explicit version or `latest`. # What Fedora version to use. Use an explicit version or `latest`.
# If you use `latest`, you will be automatically updated to the next major # 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 # Fedora version, assuming the image you're using as your base container
# builds with the tag (all uBlue images do this). # builds with the tag (all uBlue images do this).
fedora-version: 38 fedora-version: 38
# This description will be visible in the container metadata. # 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/ 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. # These scripts will be executed during the container build.
# Place scripts in the "scripts/" dir and put the corresponding filenames here. # Place scripts in the "scripts/" dir and put the corresponding filenames here.
# Any files that aren't listed here won't be executed automatically, which # Any files that aren't listed here won't be executed automatically, which
@@ -29,14 +25,12 @@ scripts:
- autorun.sh - autorun.sh
# Manually listed scripts. # Manually listed scripts.
# - example_pre.sh # - example_pre.sh
# "Post" scripts run at the end of the build process. # "Post" scripts run at the end of the build process.
post: post:
# Automatically runs script files within "scripts/post/". # Automatically runs script files within "scripts/post/".
- autorun.sh - autorun.sh
# Manually listed scripts. # Manually listed scripts.
# - example_post.sh # - example_post.sh
# Custom RPM configuration. # Custom RPM configuration.
# These changes will be integrated into your custom image at the "system level". # These changes will be integrated into your custom image at the "system level".
rpm: rpm:
@@ -64,21 +58,18 @@ rpm:
# Add your own below: # Add your own below:
# Example: # Example:
# - tilix # - tilix
# These RPMs will be removed from the system image. This step happens during # These RPMs will be removed from the system image. This step happens during
# image build, BEFORE installing custom RPMs (from the "rpm.install" category). # image build, BEFORE installing custom RPMs (from the "rpm.install" category).
remove: remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak. # Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox - firefox
- firefox-langpacks - firefox-langpacks
# Configuration for the "first boot" experience, which is available after login. # Configuration for the "first boot" experience, which is available after login.
firstboot: firstboot:
# Whether to embed "yafti" into the OS image and configure it to autostart, # Whether to embed "yafti" into the OS image and configure it to autostart,
# which is the preferred uBlue "first boot" GUI. Set this to "false" if you've # which is the preferred uBlue "first boot" GUI. Set this to "false" if you've
# decided to use a different solution instead. # decided to use a different solution instead.
yafti: true yafti: true
# These Flatpaks will be suggested for install after user login, via the yafti # These Flatpaks will be suggested for install after user login, via the yafti
# "first boot" GUI. Everything below will be merged into the "yafti.yml" config # "first boot" GUI. Everything below will be merged into the "yafti.yml" config
# on build, in a category named "Custom". If you prefer, you can instead remove # on build, in a category named "Custom". If you prefer, you can instead remove