32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # SPDX-License-Identifier: Apache-2.0
 | |
| 
 | |
| hostname: my-specific-vm-01
 | |
| price: 20000
 | |
| hours: 5
 | |
| location:
 | |
|   country: "GB"
 | |
| # This will publish the port 22
 | |
| ipv4: !PublishPorts
 | |
| # To publish extra ports, replace with:
 | |
| # ipv4: !PublishPorts [ 80, 8080 ]
 | |
| public_ipv6: false
 | |
| vcpus: 2
 | |
| memory_gib: 2000
 | |
| disk_size_gib: 20
 | |
| # os_setup is an optional field that allows you to specify the operating system
 | |
| # dtrfs is the DeTEE initramfs required to boot a VM. It also needs a kernel.
 | |
| # The OS Template is normally a Linux distribution (without initrd and kernel)
 | |
| # For more information, check out official documentation at https://detee.ltd
 | |
| dtrfs:
 | |
|   name: whatever
 | |
|   vendor: My Company Ltd
 | |
|   dtrfs_url: http://registry.detee.ltd/detee-constantin-6.12.9-arch1-1.cpio.gz
 | |
|   dtrfs_sha: f1d4d818b5f403ec84b6f1f23cbca3d29ccad6db11941fd60fef1018d9116be4
 | |
|   kernel_url: http://registry.detee.ltd/vmlinuz-linux-6.12.9-arch1-1
 | |
|   kernel_sha: 8094abfd3a2a9dfdbc19b39d7e720eb43116b885abb36fc9431f0c18cbd5938e
 | |
| distro:
 | |
|   name: ubuntu_2025-01-14
 | |
|   vendor: ramil
 | |
|   template_url: http://registry.detee.ltd/ubuntu_os_template.fsa
 | |
|   template_sha: dab318f58c19d31181fc09a497d26408c06fb445913809075d7be74583172205
 |