Build a new desktop image using bootc
This commit is contained in:
40
recipes/common/dev-packages-bootc.yml
Normal file
40
recipes/common/dev-packages-bootc.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- from-file: common/docker-engine.yml
|
||||
- type: dnf
|
||||
source: local
|
||||
repos:
|
||||
- kubectl.repo
|
||||
- google-cloud-sdk.repo
|
||||
- https://pkg.earthly.dev/earthly.repo
|
||||
- https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
install:
|
||||
packages:
|
||||
- cmake
|
||||
- "gcc-c++"
|
||||
- earthly
|
||||
- kubectl
|
||||
- helm
|
||||
- pylsp
|
||||
- parallel
|
||||
- gcc-aarch64-linux-gnu
|
||||
- gcc-c++-aarch64-linux-gnu
|
||||
- musl-gcc
|
||||
- openssl-devel
|
||||
- bat
|
||||
- gh
|
||||
- go
|
||||
- git-lfs
|
||||
- google-cloud-cli
|
||||
# - erlang
|
||||
# - erlang-doc
|
||||
# - elixir
|
||||
# - elixir-doc
|
||||
- zlib-devel
|
||||
- glab
|
||||
- hugo
|
||||
- type: script
|
||||
scripts:
|
||||
- install-mkcert.sh
|
||||
- install-codelldb.sh
|
||||
Reference in New Issue
Block a user