Downgrade to 41 and install older docker
This commit is contained in:
@@ -3,11 +3,34 @@
|
|||||||
name: jp-minis
|
name: jp-minis
|
||||||
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||||
base-image: ghcr.io/ublue-os/base-main
|
base-image: ghcr.io/ublue-os/base-main
|
||||||
image-version: 42
|
image-version: 41
|
||||||
description: The image of Wunker OS for JP's Minisforum PCs.
|
description: The image of Wunker OS for JP's Minisforum PCs.
|
||||||
modules:
|
modules:
|
||||||
- from-file: common/common.yml
|
- from-file: common/common.yml
|
||||||
- from-file: common/dev-packages-bootc.yml
|
- type: dnf
|
||||||
|
repos:
|
||||||
|
cleanup: true
|
||||||
|
files:
|
||||||
|
- kubectl.repo
|
||||||
|
- opentofu.repo
|
||||||
|
- https://download.docker.com/linux/fedora/docker-ce.repo
|
||||||
|
- https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
|
||||||
|
install:
|
||||||
|
packages:
|
||||||
|
- docker-ce-27.5.1-1.fc41
|
||||||
|
- docker-ce-cli-27.5.1-1.fc41
|
||||||
|
- containerd.io
|
||||||
|
- docker-buildx-plugin
|
||||||
|
- docker-compose-plugin
|
||||||
|
- kubectl
|
||||||
|
- helm
|
||||||
|
- helix
|
||||||
|
- tofu
|
||||||
|
- terraform-ls
|
||||||
|
- type: systemd
|
||||||
|
system:
|
||||||
|
enabled:
|
||||||
|
- docker.service
|
||||||
- from-file: common/updates.yml
|
- from-file: common/updates.yml
|
||||||
- from-file: common/bluebuild-logo.yml
|
- from-file: common/bluebuild-logo.yml
|
||||||
- from-file: common/jp-chezmoi.yml
|
- from-file: common/jp-chezmoi.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user