-
Notifications
You must be signed in to change notification settings - Fork 68
Add Leap Micro 6.2 #2527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add Leap Micro 6.2 #2527
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| ------------------------------------------------------------------- | ||
| Tue Jul 1 12:58:07 UTC 2025 - Lubos Kocman <[email protected]> | ||
|
|
||
| - Add initial Leap Micro 6.2 product | ||
| based on MicroOS, with renamed patterns | ||
|
|
||
| ------------------------------------------------------------------- | ||
| Mon Jun 30 15:51:37 UTC 2025 - Imobach Gonzalez Sosa <[email protected]> | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,111 @@ | ||
| id: LeapMicro_6.2 | ||
| name: openSUSE Leap Micro 6.2 Beta | ||
| archs: x86_64,aarch64 | ||
| # ------------------------------------------------------------------------------ | ||
| # WARNING: When changing the product description delete the translations located | ||
| # at the at translations/description key below to avoid using obsolete | ||
| # translations!! | ||
| # ------------------------------------------------------------------------------ | ||
| description: 'Leap Micro is an ultra-reliable, lightweight operating system | ||
| built for containerized and virtualized workloads.' | ||
| icon: LeapMicro.svg | ||
| software: | ||
| installation_repositories: | ||
| - url: https://download.opensuse.org/distribution/leap-micro/6.2/product/repo/openSUSE-Leap-Micro-6.2-x86_64 | ||
| archs: x86_64 | ||
| - url: https://download.opensuse.org/distribution/leap-micro/6.2/product/repo/openSUSE-Leap-Micro-6.2-aarch64 | ||
| archs: aarch64 | ||
| # device labels for offline installation media | ||
| installation_labels: | ||
| - label: openSUSE-Leap-Micro-DVD-x86_64 | ||
| archs: x86_64 | ||
| - label: openSUSE-Leap-Micro-DVD-aarch64 | ||
| archs: aarch64 | ||
|
|
||
| mandatory_patterns: | ||
| - cockpit | ||
| - base | ||
| - transactional | ||
| - traditional | ||
| - hardware | ||
|
|
||
| optional_patterns: null | ||
|
|
||
| user_patterns: | ||
| - cloud | ||
| - container_runtime | ||
| - fips | ||
| - ima_evm | ||
| - kvm_host | ||
| - ra_agent | ||
| - ra_verifier | ||
| - salt_minion | ||
| - sssd_ldap | ||
|
|
||
| mandatory_packages: | ||
| - NetworkManager | ||
| - openSUSE-repos-LeapMicro | ||
| optional_packages: null | ||
| base_product: openSUSE | ||
|
|
||
| security: | ||
| lsm: selinux | ||
| available_lsms: | ||
| selinux: | ||
| patterns: | ||
| - selinux | ||
| policy: enforcing | ||
| none: | ||
| patterns: null | ||
|
|
||
| storage: | ||
| space_policy: delete | ||
| volumes: | ||
| - "/" | ||
| - "/var" | ||
| volume_templates: | ||
| - mount_path: "/" | ||
| filesystem: btrfs | ||
| btrfs: | ||
| snapshots: true | ||
| read_only: true | ||
| default_subvolume: "@" | ||
| subvolumes: | ||
| - path: home | ||
| - path: opt | ||
| - path: root | ||
| - path: srv | ||
| - path: usr/local | ||
| - path: boot/writable | ||
| # Unified var subvolume - https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html | ||
| - path: var | ||
| copy_on_write: false | ||
| # Architecture specific subvolumes | ||
| - path: boot/grub2/arm64-efi | ||
| archs: aarch64 | ||
| - path: boot/grub2/x86_64-efi | ||
| archs: x86_64 | ||
| size: | ||
| auto: true | ||
| outline: | ||
| required: true | ||
| snapshots_configurable: false | ||
| filesystems: | ||
| - btrfs | ||
| auto_size: | ||
| base_min: 5 GiB | ||
| base_max: 25 GiB | ||
| max_fallback_for: | ||
| - "/var" | ||
| - mount_path: "/var" | ||
| filesystem: btrfs | ||
| mount_options: | ||
| - "x-initrd.mount" | ||
| - "nodatacow" | ||
| size: | ||
| auto: false | ||
| min: 5 GiB | ||
| outline: | ||
| required: false | ||
| filesystems: | ||
| - btrfs | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| ------------------------------------------------------------------- | ||
| Tue Jul 1 12:57:50 UTC 2025 - Lubos Kocman <[email protected]> | ||
|
|
||
| - Add LeapMicro.svg | ||
|
|
||
| ------------------------------------------------------------------- | ||
| Mon Jun 30 15:51:36 UTC 2025 - Imobach Gonzalez Sosa <[email protected]> | ||
|
|
||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.