-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathubuntu24-x86_64-edge-raw.yml
More file actions
68 lines (59 loc) · 1.72 KB
/
ubuntu24-x86_64-edge-raw.yml
File metadata and controls
68 lines (59 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# AI-searchable metadata for template discovery
metadata:
description: Ubuntu 24.04 edge-optimized image with container runtime and edge computing packages
use_cases:
- Edge computing deployments
- Container workloads at the edge
- IoT gateway systems
- Ubuntu-based edge nodes
keywords:
- edge
- container
- docker
- iot
- gateway
- ubuntu
image:
name: edge-os-image-ubuntu
version: "24.04"
target:
os: ubuntu
dist: ubuntu24
arch: x86_64
imageType: raw
# Sample list of additional package repositories; replace codename, url, and pkey values as needed
packageRepositories:
- codename: "company-internal"
url: "<URL>"
pkey: "<PUBLIC_KEY_URL>" # Uncomment and replace in real config
component: "main"
- codename: "dev-tools"
url: "<URL>"
pkey: "<PUBLIC_KEY_URL>" # Uncomment and replace in real config
- codename: "intel-openvino"
url: "<URL>"
pkey: "<PUBLIC_KEY_URL>" # Uncomment and replace in real config
component: "restricted"
systemConfig:
name: edge
description: edge ubuntu image with immutable rootfs
immutability:
enabled: true # default is true
# To enable Secure Boot, provide the actual file paths for your environment below and uncomment the relevant lines.
# secureBootDBKey: "<SECURE_BOOT_DB_KEY_PATH>"
# secureBootDBCrt: "<SECURE_BOOT_DB_CRT_PATH>"
# secureBootDBCer: "<SECURE_BOOT_DB_CER_PATH>"
packages:
- ubuntu-minimal
- systemd-boot
- dracut-core
- systemd
- cryptsetup-bin
- openssh-server
- systemd-resolved
- systemd-timesyncd
kernel:
version: "6.17"
cmdline: "console=ttyS0,115200 console=tty0 loglevel=7"
packages:
- linux-image-generic-hwe-24.04