This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
50 lines (45 loc) · 49.3 KB
/
index.html
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
<!DOCTYPE html><html class="antialiased [font-feature-settings:'ss01']" lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><link rel="preconnect" href="https://FCRPEMIKYK-dsn.algolia.net" crossorigin="true"/><link rel="preload" as="image" href="/_next/static/media/blur-cyan.d28a5585.png"/><link rel="preload" as="image" href="/_next/static/media/blur-indigo.b752cf77.png"/><meta name="next-head-count" content="5"/><script>
let mediaQuery = window.matchMedia('(prefers-color-scheme: dark)')
function updateTheme(savedTheme) {
let theme = 'system'
try {
if (!savedTheme) {
savedTheme = window.localStorage.theme
}
if (savedTheme === 'dark') {
theme = 'dark'
document.documentElement.classList.add('dark')
} else if (savedTheme === 'light') {
theme = 'light'
document.documentElement.classList.remove('dark')
} else if (mediaQuery.matches) {
document.documentElement.classList.add('dark')
} else {
document.documentElement.classList.remove('dark')
}
} catch {
theme = 'light'
document.documentElement.classList.remove('dark')
}
return theme
}
function updateThemeWithoutTransitions(savedTheme) {
updateTheme(savedTheme)
document.documentElement.classList.add('[&_*]:!transition-none')
window.setTimeout(() => {
document.documentElement.classList.remove('[&_*]:!transition-none')
}, 0)
}
document.documentElement.setAttribute('data-theme', updateTheme())
new MutationObserver(([{ oldValue }]) => {
let newValue = document.documentElement.getAttribute('data-theme')
if (newValue !== oldValue) {
try {
window.localStorage.setItem('theme', newValue)
} catch {}
updateThemeWithoutTransitions(newValue)
}
}).observe(document.documentElement, { attributeFilter: ['data-theme'], attributeOldValue: true })
mediaQuery.addEventListener('change', updateThemeWithoutTransitions)
window.addEventListener('storage', updateThemeWithoutTransitions)
</script><link rel="preload" href="/_next/static/css/aab82f4f224a2f57.css" as="style"/><link rel="stylesheet" href="/_next/static/css/aab82f4f224a2f57.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-5c1b841c792fd33e.js" defer=""></script><script src="/_next/static/chunks/framework-29c0dede6c2765ff.js" defer=""></script><script src="/_next/static/chunks/main-004fd2b0d4b889c0.js" defer=""></script><script src="/_next/static/chunks/pages/_app-79c7c0627eaf4c75.js" defer=""></script><script src="/_next/static/chunks/pages/index-d9403b0d944b8df1.js" defer=""></script><script src="/_next/static/xuhhM4zDHsxALoHLNeiQa/_buildManifest.js" defer=""></script><script src="/_next/static/xuhhM4zDHsxALoHLNeiQa/_ssgManifest.js" defer=""></script></head><body class="bg-white dark:bg-slate-900"><div id="__next"><div class="flex h-screen min-w-[300px] flex-col justify-between"><div class="grow"><div class="sticky top-0 z-50 flex flex-col justify-center border-b border-slate-200 bg-white px-4 py-2 shadow-md shadow-slate-900/5 transition duration-500 dark:border-slate-800 sm:px-6 lg:flex-row lg:px-8 dark:bg-transparent"><div class="flex max-w-screen-2xl grow flex-wrap items-center justify-between"><div class="my-2 flex items-center"><a aria-label="Home page" class="flex items-center pr-4" href="/"><svg xmlns="http://www.w3.org/2000/svg" id="devfile-logo_svg__Layer_1" data-name="Layer 1" viewBox="799.31 362.88 321.38 354.24" class="fill-devfile h-9 w-auto pr-2"><path d="M1042.15 521.42a79.05 79.05 0 0 0-29.78-61.78 23.07 23.07 0 0 1-6.32 11.81l-6.17 6.17a57.34 57.34 0 1 1-38-13.56l-18.42 18.42a10.93 10.93 0 0 0 15.46 15.46l28.42-28.43 8.38-8.38a8.63 8.63 0 0 0 .55-11.54c-.25-.11-1.64-1.69-2.23-2.28l-35.15-35.15a10.93 10.93 0 0 0-15.46 15.46l14.69 14.69a79.25 79.25 0 1 0 84 79.09Z"></path><path d="M1120.69 523.57c0-88.61-72.09-160.69-160.69-160.69S799.31 435 799.31 523.57c0 87.84 70.84 159.4 158.39 160.64l-14.25 14.25a10.93 10.93 0 0 0 15.46 15.46l32.8-32.81h.06l4-4a8.64 8.64 0 0 0 0-12.2l-5.8-5.8h-.06l-31-31a10.93 10.93 0 0 0-15.46 15.46l18.73 18.73c-.73 0-1.45.06-2.18.06-76.56 0-138.83-62.29-138.83-138.84S883.44 384.74 960 384.74s138.83 62.26 138.83 138.83c0 60.44-38.84 111.95-92.87 131l.09.08a23.26 23.26 0 0 1 6.36 20.86c62.95-21.82 108.28-81.68 108.28-151.94Z"></path><text x="0" y="15">Test</text></svg><h3 class="hidden pr-2 text-xl font-semibold text-slate-700 dark:text-sky-100 sm:block">Devfile.io</h3></a></div><div class="my-2 flex grow items-center justify-end gap-4 lg:hidden"><div class="relative flex items-center" data-headlessui-state=""><button id="headlessui-popover-button-:Racm:" type="button" aria-expanded="false" data-headlessui-state=""><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="h-6 w-auto stroke-slate-400 hover:fill-slate-500 dark:stroke-slate-500 dark:hover:stroke-slate-400"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 18.75a.75.75 0 110-1.5.75.75 0 010 1.5z"></path></svg></button></div></div><div class="my-2 hidden grow items-center justify-end gap-8 lg:flex"><div class="relative z-10" data-headlessui-state=""><label class="sr-only" id="headlessui-listbox-label-:R37cm:" data-headlessui-state="">Theme</label><button class="flex h-6 w-6 items-center justify-center rounded-lg shadow-md shadow-black/5 ring-1 ring-black/5 dark:bg-slate-700 dark:ring-inset dark:ring-white/5" id="headlessui-listbox-button-:R57cm:" type="button" aria-haspopup="true" aria-expanded="false" data-headlessui-state=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" class="hidden h-4 w-4 fill-sky-400 [[data-theme=light]_&]:block"><path d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" class="hidden h-4 w-4 fill-sky-400 [[data-theme=dark]_&]:block"><path fill-rule="evenodd" d="M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z" clip-rule="evenodd"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" class="hidden h-4 w-4 fill-slate-400 [:not(.dark)[data-theme=system]_&]:block"><path d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" class="hidden h-4 w-4 fill-slate-400 [.dark[data-theme=system]_&]:block"><path fill-rule="evenodd" d="M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z" clip-rule="evenodd"></path></svg></button></div><a aria-label="Registry" class="whitespace-nowrap text-base font-medium text-slate-500 hover:text-slate-800 dark:text-slate-400 dark:hover:text-slate-300" href="https://registry.devfile.io">Registry</a><a aria-label="Docs" class="whitespace-nowrap text-base font-medium text-slate-500 hover:text-slate-800 dark:text-slate-400 dark:hover:text-slate-300" href="/docs/2.1.0/what-is-a-devfile">Docs</a><a aria-label="Get Started" class="whitespace-nowrap text-base font-medium text-slate-500 hover:text-slate-800 dark:text-slate-400 dark:hover:text-slate-300" href="/docs/2.1.0/devfile-ecosystem">Get Started</a><a aria-label="Github" class="whitespace-nowrap text-base font-medium text-slate-500 hover:text-slate-800 dark:text-slate-400 dark:hover:text-slate-300" href="https://github.com/devfile/api"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" class="h-6 w-auto fill-slate-500 hover:fill-slate-800 dark:fill-slate-400 dark:hover:fill-slate-300"><path d="M12.5014 1.07431e-06C5.59435 -0.00286787 0 5.74076 0 12.8299C0 18.4359 3.49961 23.2012 8.37337 24.9512C9.02972 25.1205 8.92917 24.6414 8.92917 24.3143V22.0909C5.13909 22.5471 4.98548 19.9707 4.73131 19.5404C4.21741 18.6395 3.00246 18.41 3.36555 17.9797C4.22858 17.5235 5.10837 18.0944 6.12781 19.6408C6.86515 20.7626 8.30354 20.5732 9.03251 20.3867C9.19171 19.7125 9.53245 19.1101 10.0017 18.6424C6.07474 17.9194 4.43805 15.4579 4.43805 12.5316C4.43805 11.1114 4.89331 9.80606 5.78706 8.75316C5.21729 7.01744 5.84013 5.53133 5.92392 5.31042C7.54664 5.16124 9.2336 6.5039 9.36488 6.61005C10.2866 6.35472 11.3395 6.21988 12.5182 6.21988C13.7024 6.21988 14.7581 6.36046 15.6882 6.61866C16.0038 6.37193 17.5679 5.21861 19.0761 5.35919C19.1571 5.5801 19.7659 7.03179 19.2297 8.74455C20.1346 9.80032 20.5955 11.1172 20.5955 12.5402C20.5955 15.4722 18.9476 17.9367 15.0095 18.6482C15.3468 18.9889 15.6146 19.3953 15.7973 19.8435C15.98 20.2918 16.074 20.7729 16.0736 21.2589V24.4865C16.096 24.7447 16.0736 25 16.4926 25C21.4389 23.2872 25 18.4875 25 12.8328C25 5.74076 19.4029 1.07431e-06 12.5014 1.07431e-06V1.07431e-06Z"></path></svg></a><a aria-label="Slack" class="whitespace-nowrap text-base font-medium text-slate-500 hover:text-slate-800 dark:text-slate-400 dark:hover:text-slate-300" href="https://kubernetes.slack.com/archives/C02SX9E5B55"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" class="h-6 w-auto fill-slate-500 hover:fill-slate-800 dark:fill-slate-400 dark:hover:fill-slate-300"><path d="M12.5 0C5.5971 0 0 5.5971 0 12.5C0 19.4029 5.5971 25 12.5 25C19.4029 25 25 19.4029 25 12.5C25 5.5971 19.4029 0 12.5 0ZM8.30078 14.4029C8.30078 15.1786 7.67299 15.8092 6.89732 15.8092C6.52623 15.8092 6.16908 15.6613 5.90402 15.3962C5.64174 15.1311 5.49386 14.774 5.49386 14.4029C5.49386 13.6272 6.12165 12.9967 6.89732 12.9967H8.30078V14.4029ZM12.0396 18.1529C12.0396 18.9286 11.4118 19.5592 10.6362 19.5592C9.86049 19.5592 9.2327 18.9286 9.2327 18.1529V14.4029C9.2327 13.6272 9.86049 12.9967 10.6362 12.9967C11.0073 12.9967 11.3644 13.1445 11.6295 13.4096C11.8945 13.6747 12.0396 14.0318 12.0396 14.4029V18.1529ZM10.639 12.0592H6.90011C6.12444 12.0592 5.49665 11.4286 5.49665 10.6529C5.49665 9.87723 6.12444 9.24665 6.90011 9.24665H10.639C11.4146 9.24665 12.0424 9.87723 12.0424 10.6529C12.0396 11.4314 11.4118 12.0592 10.639 12.0592ZM10.639 8.30915C10.2679 8.30915 9.91071 8.16127 9.64565 7.8962C9.38058 7.63114 9.23549 7.27679 9.23549 6.9029C9.23549 6.12723 9.86328 5.49665 10.639 5.49665C11.4146 5.49665 12.0424 6.12723 12.0424 6.9029V8.30915H10.639ZM12.9743 6.9029C12.9743 6.12723 13.6021 5.49665 14.3778 5.49665C15.1535 5.49665 15.7812 6.12723 15.7812 6.9029V10.6529C15.7812 11.4286 15.1535 12.0592 14.3778 12.0592C13.6021 12.0592 12.9743 11.4286 12.9743 10.6529V6.9029ZM14.3778 19.5592C13.6021 19.5592 12.9743 18.9286 12.9743 18.1529V16.7467H14.3778C15.1535 16.7467 15.7812 17.3772 15.7812 18.1529C15.7812 18.9286 15.1535 19.5592 14.3778 19.5592ZM18.1166 15.8092H14.3778C14.0067 15.8092 13.6496 15.6613 13.3845 15.3962C13.1194 15.1311 12.9743 14.7768 12.9743 14.4029C12.9743 13.6272 13.6021 12.9967 14.3778 12.9967H18.1166C18.8923 12.9967 19.5201 13.6272 19.5201 14.4029C19.5201 15.1786 18.8923 15.8092 18.1166 15.8092ZM18.1166 12.0592H16.7132V10.6529C16.7132 9.87723 17.341 9.24665 18.1166 9.24665C18.8923 9.24665 19.5201 9.87723 19.5201 10.6529C19.5201 11.4286 18.8923 12.0592 18.1166 12.0592Z"></path></svg></a></div></div></div><div class="overflow-hidden bg-slate-900 dark:-mb-16 dark:mt-[-12rem] dark:pb-32 dark:pt-[12rem] "><div class="py-16 sm:px-2 lg:relative lg:py-20 lg:px-0"><div class="lg:max-w-8xl mx-auto grid max-w-2xl grid-cols-1 items-center gap-y-16 gap-x-8 px-4 lg:grid-cols-2 lg:px-8 xl:gap-x-16 xl:px-12"><div class="relative z-10 md:text-center lg:text-left"><div class="absolute bottom-full right-full -mr-72 -mb-56 opacity-50"><span style="box-sizing:border-box;display:inline-block;overflow:hidden;width:530px;height:530px;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><img alt="" src="/_next/static/media/blur-cyan.d28a5585.png" decoding="async" data-nimg="fixed" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/></span></div><div class="relative"><p class="font-display via-devfile inline bg-gradient-to-r from-indigo-200 to-indigo-200 bg-clip-text text-5xl tracking-tight text-transparent">Simplify and accelerate your workflow.</p><p class="mt-3 text-2xl tracking-tight text-slate-400">An open standard defining containerized development environments.</p><div class="mt-8 flex gap-4 md:justify-center lg:justify-start"><a class="rounded-lg bg-sky-300 py-2 px-4 text-sm font-semibold text-slate-900 hover:bg-sky-200 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-sky-300/50 active:bg-sky-500" href="/docs/2.1.0/devfile-ecosystem">Get started</a><a class="rounded-lg bg-slate-800 py-2 px-4 text-sm font-medium text-white hover:bg-slate-700 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white/50 active:text-slate-400" href="https://github.com/devfile/api">View on Github</a></div></div></div><div class="relative lg:static xl:pl-10"><div class="absolute inset-x-[-50vw] -top-32 -bottom-48 [mask-image:linear-gradient(transparent,white,white)] dark:[mask-image:linear-gradient(transparent,white,transparent)] lg:left-[calc(50%+14rem)] lg:right-0 lg:-top-32 lg:-bottom-32 lg:[mask-image:none] lg:dark:[mask-image:linear-gradient(white,white,transparent)]"><svg aria-hidden="true" viewBox="0 0 668 1069" width="668" height="1069" fill="none" class="absolute top-1/2 left-1/2 -translate-y-1/2 -translate-x-1/2 lg:left-0 lg:translate-x-0 lg:translate-y-[-60%]"><defs><clipPath id=":R6em:-clip-path"><path fill="#fff" transform="rotate(-180 334 534.4)" d="M0 0h668v1068.8H0z"></path></clipPath></defs><g opacity=".4" clip-path="url(#:R6em:-clip-path)" stroke-width="4"><path opacity=".3" d="M584.5 770.4v-474M484.5 770.4v-474M384.5 770.4v-474M283.5 769.4v-474M183.5 768.4v-474M83.5 767.4v-474" stroke="#334155"></path><path d="M83.5 221.275v6.587a50.1 50.1 0 0 0 22.309 41.686l55.581 37.054a50.102 50.102 0 0 1 22.309 41.686v6.587M83.5 716.012v6.588a50.099 50.099 0 0 0 22.309 41.685l55.581 37.054a50.102 50.102 0 0 1 22.309 41.686v6.587M183.7 584.5v6.587a50.1 50.1 0 0 0 22.31 41.686l55.581 37.054a50.097 50.097 0 0 1 22.309 41.685v6.588M384.101 277.637v6.588a50.1 50.1 0 0 0 22.309 41.685l55.581 37.054a50.1 50.1 0 0 1 22.31 41.686v6.587M384.1 770.288v6.587a50.1 50.1 0 0 1-22.309 41.686l-55.581 37.054A50.099 50.099 0 0 0 283.9 897.3v6.588" stroke="#334155"></path><path d="M384.1 770.288v6.587a50.1 50.1 0 0 1-22.309 41.686l-55.581 37.054A50.099 50.099 0 0 0 283.9 897.3v6.588M484.3 594.937v6.587a50.1 50.1 0 0 1-22.31 41.686l-55.581 37.054A50.1 50.1 0 0 0 384.1 721.95v6.587M484.3 872.575v6.587a50.1 50.1 0 0 1-22.31 41.686l-55.581 37.054a50.098 50.098 0 0 0-22.309 41.686v6.582M584.501 663.824v39.988a50.099 50.099 0 0 1-22.31 41.685l-55.581 37.054a50.102 50.102 0 0 0-22.309 41.686v6.587M283.899 945.637v6.588a50.1 50.1 0 0 1-22.309 41.685l-55.581 37.05a50.12 50.12 0 0 0-22.31 41.69v6.59M384.1 277.637c0 19.946 12.763 37.655 31.686 43.962l137.028 45.676c18.923 6.308 31.686 24.016 31.686 43.962M183.7 463.425v30.69c0 21.564 13.799 40.709 34.257 47.529l134.457 44.819c18.922 6.307 31.686 24.016 31.686 43.962M83.5 102.288c0 19.515 13.554 36.412 32.604 40.645l235.391 52.309c19.05 4.234 32.605 21.13 32.605 40.646M83.5 463.425v-58.45M183.699 542.75V396.625M283.9 1068.8V945.637M83.5 363.225v-141.95M83.5 179.524v-77.237M83.5 60.537V0M384.1 630.425V277.637M484.301 830.824V594.937M584.5 1068.8V663.825M484.301 555.275V452.988M584.5 622.075V452.988M384.1 728.537v-56.362M384.1 1068.8v-20.88M384.1 1006.17V770.287M283.9 903.888V759.85M183.699 1066.71V891.362M83.5 1068.8V716.012M83.5 674.263V505.175" stroke="#334155"></path><circle cx="83.5" cy="384.1" r="10.438" transform="rotate(-180 83.5 384.1)" fill="#1E293B" stroke="#334155"></circle><circle cx="83.5" cy="200.399" r="10.438" transform="rotate(-180 83.5 200.399)" stroke="#334155"></circle><circle cx="83.5" cy="81.412" r="10.438" transform="rotate(-180 83.5 81.412)" stroke="#334155"></circle><circle cx="183.699" cy="375.75" r="10.438" transform="rotate(-180 183.699 375.75)" fill="#1E293B" stroke="#334155"></circle><circle cx="183.699" cy="563.625" r="10.438" transform="rotate(-180 183.699 563.625)" fill="#1E293B" stroke="#334155"></circle><circle cx="384.1" cy="651.3" r="10.438" transform="rotate(-180 384.1 651.3)" fill="#1E293B" stroke="#334155"></circle><circle cx="484.301" cy="574.062" r="10.438" transform="rotate(-180 484.301 574.062)" fill="#0EA5E9" fill-opacity=".42" stroke="#0EA5E9"></circle><circle cx="384.1" cy="749.412" r="10.438" transform="rotate(-180 384.1 749.412)" fill="#1E293B" stroke="#334155"></circle><circle cx="384.1" cy="1027.05" r="10.438" transform="rotate(-180 384.1 1027.05)" stroke="#334155"></circle><circle cx="283.9" cy="924.763" r="10.438" transform="rotate(-180 283.9 924.763)" stroke="#334155"></circle><circle cx="183.699" cy="870.487" r="10.438" transform="rotate(-180 183.699 870.487)" stroke="#334155"></circle><circle cx="283.9" cy="738.975" r="10.438" transform="rotate(-180 283.9 738.975)" fill="#1E293B" stroke="#334155"></circle><circle cx="83.5" cy="695.138" r="10.438" transform="rotate(-180 83.5 695.138)" fill="#1E293B" stroke="#334155"></circle><circle cx="83.5" cy="484.3" r="10.438" transform="rotate(-180 83.5 484.3)" fill="#0EA5E9" fill-opacity=".42" stroke="#0EA5E9"></circle><circle cx="484.301" cy="432.112" r="10.438" transform="rotate(-180 484.301 432.112)" fill="#1E293B" stroke="#334155"></circle><circle cx="584.5" cy="432.112" r="10.438" transform="rotate(-180 584.5 432.112)" fill="#1E293B" stroke="#334155"></circle><circle cx="584.5" cy="642.95" r="10.438" transform="rotate(-180 584.5 642.95)" fill="#1E293B" stroke="#334155"></circle><circle cx="484.301" cy="851.699" r="10.438" transform="rotate(-180 484.301 851.699)" stroke="#334155"></circle><circle cx="384.1" cy="256.763" r="10.438" transform="rotate(-180 384.1 256.763)" stroke="#334155"></circle></g></svg></div><div class="relative"><div class="absolute -top-64 -right-64"><span style="box-sizing:border-box;display:inline-block;overflow:hidden;width:530px;height:530px;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><img alt="" src="/_next/static/media/blur-cyan.d28a5585.png" decoding="async" data-nimg="fixed" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/></span></div><div class="absolute -bottom-40 -right-44"><span style="box-sizing:border-box;display:inline-block;overflow:hidden;width:567px;height:567px;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><img alt="" src="/_next/static/media/blur-indigo.b752cf77.png" decoding="async" data-nimg="fixed" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/></span></div><div class="absolute inset-0 rounded-2xl bg-gradient-to-tr from-sky-300 via-sky-300/70 to-blue-300 opacity-10 blur-lg"></div><div class="absolute inset-0 rounded-2xl bg-gradient-to-tr from-sky-300 via-sky-300/70 to-blue-300 opacity-10"></div><div class="relative rounded-2xl bg-[#0A101F]/80 ring-1 ring-white/10 backdrop-blur"><div class="absolute -top-px left-20 right-11 h-px bg-gradient-to-r from-sky-300/0 via-sky-300/70 to-sky-300/0"></div><div class="absolute -bottom-px left-11 right-20 h-px bg-gradient-to-r from-blue-400/0 via-blue-400 to-blue-400/0"></div><div class="pl-4 pt-4"><svg aria-hidden="true" viewBox="0 0 42 10" fill="none" class="h-2.5 w-auto stroke-slate-500/30"><circle cx="5" cy="5" r="4.5"></circle><circle cx="21" cy="5" r="4.5"></circle><circle cx="37" cy="5" r="4.5"></circle></svg><div class="mt-4 flex space-x-2 text-xs"><div class="flex h-6 rounded-full bg-gradient-to-r from-sky-400/30 via-sky-400 to-sky-400/30 p-px font-medium text-sky-300"><div class="flex items-center rounded-full px-2.5 bg-slate-800">devfile.yaml</div></div><div class="flex h-6 rounded-full text-slate-500"><div class="flex items-center rounded-full px-2.5">main.go</div></div></div><div class="mt-6 flex items-start px-1 text-sm"><div aria-hidden="true" class="select-none border-r border-slate-300/5 pr-4 font-mono text-slate-600">01<!-- --><br/>02<!-- --><br/>03<!-- --><br/>04<!-- --><br/>05<!-- --><br/>06<!-- --><br/>07<!-- --><br/>08<!-- --><br/>09<!-- --><br/>10<!-- --><br/>11<!-- --><br/>12<!-- --><br/>13<!-- --><br/></div><pre class="prism-code language-yaml flex overflow-x-auto pb-6"><code class="px-4"><div class="token-line"><span class="token key atrule">schemaVersion</span><span class="token punctuation">:</span><span class="token plain"> 2.1.0</span></div><div class="token-line"><span class="token plain"></span><span class="token key atrule">metadata</span><span class="token punctuation">:</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">name</span><span class="token punctuation">:</span><span class="token plain"> go</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">language</span><span class="token punctuation">:</span><span class="token plain"> go</span></div><div class="token-line"><span class="token plain"></span><span class="token key atrule">components</span><span class="token punctuation">:</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"> </span><span class="token punctuation">-</span><span class="token plain"> </span><span class="token key atrule">container</span><span class="token punctuation">:</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">endpoints</span><span class="token punctuation">:</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"> </span><span class="token punctuation">-</span><span class="token plain"> </span><span class="token key atrule">name</span><span class="token punctuation">:</span><span class="token plain"> http</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">targetPort</span><span class="token punctuation">:</span><span class="token plain"> </span><span class="token number">8080</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">image</span><span class="token punctuation">:</span><span class="token plain"> quay.io/devfile/golang</span><span class="token punctuation">:</span><span class="token plain">latest</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">memoryLimit</span><span class="token punctuation">:</span><span class="token plain"> 1024Mi</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">mountSources</span><span class="token punctuation">:</span><span class="token plain"> </span><span class="token boolean important">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">name</span><span class="token punctuation">:</span><span class="token plain"> runtime</span></div></code></pre></div></div></div></div></div></div></div></div><div class="relative -z-10 bg-slate-50 py-16 dark:bg-slate-900 sm:py-24 lg:py-32"><div class="mx-auto max-w-md px-4 text-center sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8"><h2 class="text-devfile text-base font-semibold uppercase tracking-wider">Develop Faster</h2><p class="mt-2 text-3xl font-extrabold tracking-tight text-slate-700 dark:text-sky-100 sm:text-4xl">Take control of your development environment</p><p class="mx-auto mt-5 max-w-prose text-xl text-slate-500 dark:text-slate-400">Devfiles defines best practices for your application lifecycle.</p><div class="mt-12"><div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-2"><div class="pt-6"><div class="flow-root rounded-lg bg-slate-200 px-6 pb-8 dark:bg-slate-800"><div class="-mt-6"><div><span class="bg-devfile inline-flex items-center justify-center rounded-md p-3 shadow-lg"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="h-6 w-auto text-sky-100"><path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"></path></svg></span></div><h3 class="mt-8 text-lg font-medium tracking-tight text-slate-700 dark:text-sky-100">Reproducible</h3><p class="mt-5 text-base text-slate-500 dark:text-slate-400">Development environments are now quick to create, can be thrown away at will, and can be easily re-created when needed.</p></div></div></div><div class="pt-6"><div class="flow-root rounded-lg bg-slate-200 px-6 pb-8 dark:bg-slate-800"><div class="-mt-6"><div><span class="bg-devfile inline-flex items-center justify-center rounded-md p-3 shadow-lg"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="h-6 w-auto text-sky-100"><path stroke-linecap="round" stroke-linejoin="round" d="M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75"></path></svg></span></div><h3 class="mt-8 text-lg font-medium tracking-tight text-slate-700 dark:text-sky-100">Consistent</h3><p class="mt-5 text-base text-slate-500 dark:text-slate-400">Mechanism for teams to share configurations across projects, and provide a single source of truth throughout the application lifecycle.</p></div></div></div><div class="pt-6"><div class="flow-root rounded-lg bg-slate-200 px-6 pb-8 dark:bg-slate-800"><div class="-mt-6"><div><span class="bg-devfile inline-flex items-center justify-center rounded-md p-3 shadow-lg"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="h-6 w-auto text-sky-100"><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"></path></svg></span></div><h3 class="mt-8 text-lg font-medium tracking-tight text-slate-700 dark:text-sky-100">Secure</h3><p class="mt-5 text-base text-slate-500 dark:text-slate-400">Central location management so updates can be applied once and be properly aligned across development teams.</p></div></div></div><div class="pt-6"><div class="flow-root rounded-lg bg-slate-200 px-6 pb-8 dark:bg-slate-800"><div class="-mt-6"><div><span class="bg-devfile inline-flex items-center justify-center rounded-md p-3 shadow-lg"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" class="h-6 w-auto text-sky-100"><path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"></path></svg></span></div><h3 class="mt-8 text-lg font-medium tracking-tight text-slate-700 dark:text-sky-100">Community</h3><p class="mt-5 text-base text-slate-500 dark:text-slate-400">Share expertise from other developers and communities into your team's development environment.</p></div></div></div></div></div></div></div><div class="relative bg-slate-200 py-8 dark:bg-slate-900 sm:py-12"><div class="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8"><h3 class="text-3xl font-bold leading-6 text-slate-700 dark:text-sky-100">Key Features</h3><dl class="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-4 lg:mt-8"><div class="overflow-hidden rounded-lg bg-slate-50 px-4 py-5 shadow dark:bg-slate-800 sm:p-6"><dd class="mt-1 mb-2 text-xl font-semibold text-slate-700 dark:text-sky-100">Stacks & Starter Projects</dd><dt class="text-sm font-medium text-slate-500 dark:text-slate-400">Stacks and starter projects provide an easy mechanism to get applications started or support moving existing applications to containers.</dt></div><div class="overflow-hidden rounded-lg bg-slate-50 px-4 py-5 shadow dark:bg-slate-800 sm:p-6"><dd class="mt-1 mb-2 text-xl font-semibold text-slate-700 dark:text-sky-100">Community Registry</dd><dt class="text-sm font-medium text-slate-500 dark:text-slate-400">A community-hosted registry populated with stacks and samples that are constructed with best practices and contain common tools configurations.</dt></div><div class="overflow-hidden rounded-lg bg-slate-50 px-4 py-5 shadow dark:bg-slate-800 sm:p-6"><dd class="mt-1 mb-2 text-xl font-semibold text-slate-700 dark:text-sky-100">Custom Registry</dd><dt class="text-sm font-medium text-slate-500 dark:text-slate-400">Provision and manage your own enterprise-managed registry that allows you to customize what run times you want to make available to your teams.</dt></div><div class="overflow-hidden rounded-lg bg-slate-50 px-4 py-5 shadow dark:bg-slate-800 sm:p-6"><dd class="mt-1 mb-2 text-xl font-semibold text-slate-700 dark:text-sky-100">Parent Support</dd><dt class="text-sm font-medium text-slate-500 dark:text-slate-400">Leveraging parent support inherits the behavior of an existing devfile stack for updates like security or runtime fixes.</dt></div></dl></div></div></div><footer class="border-t bg-slate-50 dark:border-slate-800 dark:bg-slate-900" aria-labelledby="footer-heading"><h2 id="footer-heading" class="sr-only">Footer</h2><div class="mx-auto max-w-screen-2xl py-12 px-4 sm:px-6 lg:py-16 lg:px-8"><div class="xl:grid xl:grid-cols-3 xl:gap-8"><div class="space-y-8 xl:col-span-1"><a aria-label="Home page" class="flex items-center gap-4" href="/"><svg xmlns="http://www.w3.org/2000/svg" id="devfile-logo_svg__Layer_1" data-name="Layer 1" viewBox="799.31 362.88 321.38 354.24" class="fill-devfile h-9 w-auto"><path d="M1042.15 521.42a79.05 79.05 0 0 0-29.78-61.78 23.07 23.07 0 0 1-6.32 11.81l-6.17 6.17a57.34 57.34 0 1 1-38-13.56l-18.42 18.42a10.93 10.93 0 0 0 15.46 15.46l28.42-28.43 8.38-8.38a8.63 8.63 0 0 0 .55-11.54c-.25-.11-1.64-1.69-2.23-2.28l-35.15-35.15a10.93 10.93 0 0 0-15.46 15.46l14.69 14.69a79.25 79.25 0 1 0 84 79.09Z"></path><path d="M1120.69 523.57c0-88.61-72.09-160.69-160.69-160.69S799.31 435 799.31 523.57c0 87.84 70.84 159.4 158.39 160.64l-14.25 14.25a10.93 10.93 0 0 0 15.46 15.46l32.8-32.81h.06l4-4a8.64 8.64 0 0 0 0-12.2l-5.8-5.8h-.06l-31-31a10.93 10.93 0 0 0-15.46 15.46l18.73 18.73c-.73 0-1.45.06-2.18.06-76.56 0-138.83-62.29-138.83-138.84S883.44 384.74 960 384.74s138.83 62.26 138.83 138.83c0 60.44-38.84 111.95-92.87 131l.09.08a23.26 23.26 0 0 1 6.36 20.86c62.95-21.82 108.28-81.68 108.28-151.94Z"></path><text x="0" y="15">Test</text></svg><h3 class="text-xl font-semibold text-slate-700 dark:text-sky-100">Devfile.io</h3></a><p class="text-base text-slate-500 dark:text-slate-400">An open standard defining containerized development environments.</p><div class="flex space-x-6"><a href="https://github.com/devfile/api"><span class="sr-only">Github</span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" class="h-6 w-auto fill-slate-500 hover:fill-slate-600 dark:fill-slate-400 dark:hover:fill-slate-300" aria-hidden="true"><path d="M12.5014 1.07431e-06C5.59435 -0.00286787 0 5.74076 0 12.8299C0 18.4359 3.49961 23.2012 8.37337 24.9512C9.02972 25.1205 8.92917 24.6414 8.92917 24.3143V22.0909C5.13909 22.5471 4.98548 19.9707 4.73131 19.5404C4.21741 18.6395 3.00246 18.41 3.36555 17.9797C4.22858 17.5235 5.10837 18.0944 6.12781 19.6408C6.86515 20.7626 8.30354 20.5732 9.03251 20.3867C9.19171 19.7125 9.53245 19.1101 10.0017 18.6424C6.07474 17.9194 4.43805 15.4579 4.43805 12.5316C4.43805 11.1114 4.89331 9.80606 5.78706 8.75316C5.21729 7.01744 5.84013 5.53133 5.92392 5.31042C7.54664 5.16124 9.2336 6.5039 9.36488 6.61005C10.2866 6.35472 11.3395 6.21988 12.5182 6.21988C13.7024 6.21988 14.7581 6.36046 15.6882 6.61866C16.0038 6.37193 17.5679 5.21861 19.0761 5.35919C19.1571 5.5801 19.7659 7.03179 19.2297 8.74455C20.1346 9.80032 20.5955 11.1172 20.5955 12.5402C20.5955 15.4722 18.9476 17.9367 15.0095 18.6482C15.3468 18.9889 15.6146 19.3953 15.7973 19.8435C15.98 20.2918 16.074 20.7729 16.0736 21.2589V24.4865C16.096 24.7447 16.0736 25 16.4926 25C21.4389 23.2872 25 18.4875 25 12.8328C25 5.74076 19.4029 1.07431e-06 12.5014 1.07431e-06V1.07431e-06Z"></path></svg></a><a href="https://kubernetes.slack.com/archives/C02SX9E5B55"><span class="sr-only">Slack</span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" class="h-6 w-auto fill-slate-500 hover:fill-slate-600 dark:fill-slate-400 dark:hover:fill-slate-300" aria-hidden="true"><path d="M12.5 0C5.5971 0 0 5.5971 0 12.5C0 19.4029 5.5971 25 12.5 25C19.4029 25 25 19.4029 25 12.5C25 5.5971 19.4029 0 12.5 0ZM8.30078 14.4029C8.30078 15.1786 7.67299 15.8092 6.89732 15.8092C6.52623 15.8092 6.16908 15.6613 5.90402 15.3962C5.64174 15.1311 5.49386 14.774 5.49386 14.4029C5.49386 13.6272 6.12165 12.9967 6.89732 12.9967H8.30078V14.4029ZM12.0396 18.1529C12.0396 18.9286 11.4118 19.5592 10.6362 19.5592C9.86049 19.5592 9.2327 18.9286 9.2327 18.1529V14.4029C9.2327 13.6272 9.86049 12.9967 10.6362 12.9967C11.0073 12.9967 11.3644 13.1445 11.6295 13.4096C11.8945 13.6747 12.0396 14.0318 12.0396 14.4029V18.1529ZM10.639 12.0592H6.90011C6.12444 12.0592 5.49665 11.4286 5.49665 10.6529C5.49665 9.87723 6.12444 9.24665 6.90011 9.24665H10.639C11.4146 9.24665 12.0424 9.87723 12.0424 10.6529C12.0396 11.4314 11.4118 12.0592 10.639 12.0592ZM10.639 8.30915C10.2679 8.30915 9.91071 8.16127 9.64565 7.8962C9.38058 7.63114 9.23549 7.27679 9.23549 6.9029C9.23549 6.12723 9.86328 5.49665 10.639 5.49665C11.4146 5.49665 12.0424 6.12723 12.0424 6.9029V8.30915H10.639ZM12.9743 6.9029C12.9743 6.12723 13.6021 5.49665 14.3778 5.49665C15.1535 5.49665 15.7812 6.12723 15.7812 6.9029V10.6529C15.7812 11.4286 15.1535 12.0592 14.3778 12.0592C13.6021 12.0592 12.9743 11.4286 12.9743 10.6529V6.9029ZM14.3778 19.5592C13.6021 19.5592 12.9743 18.9286 12.9743 18.1529V16.7467H14.3778C15.1535 16.7467 15.7812 17.3772 15.7812 18.1529C15.7812 18.9286 15.1535 19.5592 14.3778 19.5592ZM18.1166 15.8092H14.3778C14.0067 15.8092 13.6496 15.6613 13.3845 15.3962C13.1194 15.1311 12.9743 14.7768 12.9743 14.4029C12.9743 13.6272 13.6021 12.9967 14.3778 12.9967H18.1166C18.8923 12.9967 19.5201 13.6272 19.5201 14.4029C19.5201 15.1786 18.8923 15.8092 18.1166 15.8092ZM18.1166 12.0592H16.7132V10.6529C16.7132 9.87723 17.341 9.24665 18.1166 9.24665C18.8923 9.24665 19.5201 9.87723 19.5201 10.6529C19.5201 11.4286 18.8923 12.0592 18.1166 12.0592Z"></path></svg></a></div></div><div class="mt-12 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0"><div><h3 class="text-sm font-semibold uppercase tracking-wider text-slate-700 dark:text-sky-100">Contributors</h3><ul class="mt-4 space-y-4"><li><a class="group text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="https://aws.amazon.com"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0.63 0.62 18.75 11.25" class="inline h-auto w-6 fill-slate-500 group-hover:fill-slate-600 dark:fill-slate-400 dark:group-hover:fill-slate-300" aria-hidden="true"><path d="M4.11494 0.631291C3.26494 0.631291 2.40244 0.96254 2.25869 1.14379C2.22119 1.21879 2.13369 1.82504 2.33994 1.82504C2.40869 1.82504 2.43994 1.83754 2.63994 1.74379C3.38994 1.45004 3.86494 1.45629 3.93369 1.45629C4.77744 1.37504 5.26494 1.95004 5.18994 2.69379V3.13129C4.47744 2.96254 4.07119 2.95629 3.87119 2.95629C2.83369 2.89379 1.87494 3.44129 1.87494 4.64379C1.87494 5.96254 3.05181 6.24379 3.50806 6.22504C4.18931 6.23129 4.83931 5.92504 5.27056 5.39379C5.61431 6.16254 5.83306 6.11254 5.83931 6.11254C5.90181 6.11254 5.95181 6.08754 6.00181 6.05629L6.35806 5.80629C6.42056 5.76879 6.47056 5.70629 6.47681 5.63129C6.47056 5.45004 6.14556 5.16879 6.17056 4.53754V2.58754C6.19008 2.32175 6.15593 2.05474 6.07014 1.80241C5.98435 1.55009 5.84867 1.3176 5.67119 1.11879C5.23725 0.757008 4.67773 0.581737 4.11494 0.631291ZM16.2231 0.631291C14.9731 0.631291 14.2543 1.41254 14.2731 2.20629C14.2731 3.29379 15.3731 3.63754 15.4981 3.67504C16.5543 4.00629 16.6981 4.01879 16.9918 4.26879C17.2418 4.52504 17.2106 5.02504 16.8418 5.24379C16.7356 5.30629 16.2793 5.58129 15.2481 5.36879C14.9043 5.30004 14.7231 5.21879 14.4418 5.10004C14.3668 5.07504 14.1918 5.03129 14.1918 5.26254V5.56879C14.1918 5.71254 14.2793 5.84379 14.4106 5.90629C15.0668 6.23754 15.8543 6.25004 16.0231 6.25004C16.0481 6.25004 17.4856 6.25067 17.9668 5.28129C18.0656 5.08129 18.3231 4.35004 17.8418 3.72504C17.4418 3.25629 17.0981 3.20629 16.0731 2.89379C15.9856 2.86879 15.2293 2.67504 15.2356 2.14379C15.1981 1.46254 16.1231 1.42504 16.3168 1.43754C17.0981 1.42504 17.4856 1.71879 17.6981 1.73754C17.7918 1.73754 17.8356 1.68129 17.8356 1.55629V1.26879C17.8394 1.19969 17.8195 1.13135 17.7793 1.07504C17.5293 0.750041 16.5731 0.631291 16.2231 0.631291ZM6.73556 0.787541C6.66681 0.800041 6.61681 0.86879 6.62931 0.93754C6.64181 1.01879 6.65431 1.10004 6.68556 1.18129L8.08556 5.80004C8.11681 5.95004 8.21681 6.11254 8.43556 6.08754H8.94806C9.26056 6.11879 9.30431 5.81879 9.31056 5.78754L10.2293 1.93754L11.1606 5.79379C11.1668 5.82504 11.2106 6.12504 11.5168 6.09379H12.0356C12.2606 6.11879 12.3668 5.95629 12.3981 5.80629C13.9731 0.737541 13.8668 1.08129 13.8793 1.03129C13.9043 0.76879 13.7543 0.787541 13.7293 0.793791H13.1731C12.8918 0.762541 12.8356 1.01879 12.8231 1.08129L11.7856 5.08754L10.8481 1.08129C10.8043 0.77504 10.5543 0.787541 10.4918 0.793791H10.0106C9.73556 0.768791 9.66681 0.98754 9.64806 1.08129L8.71681 5.03129L7.71681 1.08129C7.69181 0.95629 7.61056 0.762541 7.36681 0.787541H6.73556ZM4.07681 3.68129C4.52681 3.68754 4.91556 3.75629 5.18431 3.81879C5.18431 4.13129 5.19556 4.30629 5.12681 4.58754C5.03931 4.88754 4.65244 5.43129 3.73994 5.44379C3.21494 5.46879 2.87119 5.05629 2.90244 4.58754C2.87119 3.83754 3.64619 3.65004 4.07744 3.68129H4.07681ZM18.1506 7.50129C17.5674 7.50942 16.8787 7.64004 16.3562 8.00692C16.1949 8.11879 16.2231 8.27379 16.4024 8.25317C16.9899 8.18254 18.2974 8.02379 18.5312 8.32254C18.7656 8.62129 18.2724 9.85379 18.0543 10.405C17.9868 10.5694 18.1293 10.6375 18.2799 10.5125C19.2574 9.69379 19.5112 7.97754 19.3112 7.73129C19.2112 7.60754 18.7337 7.49317 18.1506 7.50129ZM0.760561 8.12629C0.624311 8.14504 0.565561 8.31754 0.708061 8.45442C3.15619 10.7507 6.39119 11.875 9.98306 11.875C12.5449 11.875 15.5187 11.0394 17.5718 9.46442C17.9112 9.20192 17.6218 8.81004 17.2743 8.96442C14.9724 9.98067 12.4718 10.47 10.1962 10.47C6.82369 10.47 3.55869 9.76567 0.918061 8.16629C0.871681 8.13533 0.816091 8.12122 0.760561 8.12629Z"></path></svg> <!-- -->Amazon Web Services<!-- --></a></li><li><a class="group text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="https://www.ibm.com"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 7.49" class="inline h-auto w-6 fill-slate-500 group-hover:fill-slate-600 dark:fill-slate-400 dark:group-hover:fill-slate-300" aria-hidden="true"><path d="M19.62 7.0725C19.6517 7.0725 19.67 7.05833 19.67 7.02833V6.99833C19.67 6.96917 19.6517 6.955 19.62 6.955H19.545V7.07167L19.62 7.0725ZM19.545 7.29083H19.4442V6.87583H19.6317C19.725 6.87583 19.7725 6.93083 19.7725 7.00667C19.7725 7.0725 19.7425 7.11417 19.6975 7.13167L19.79 7.29H19.6792L19.6025 7.14833H19.5442L19.545 7.29083ZM19.9067 7.10583V7.05417C19.9067 6.8875 19.7758 6.75667 19.6042 6.75667C19.5646 6.75577 19.5253 6.76282 19.4885 6.77739C19.4517 6.79197 19.4183 6.81377 19.3901 6.8415C19.3619 6.86924 19.3395 6.90235 19.3243 6.93888C19.3091 6.97541 19.3014 7.01461 19.3017 7.05417V7.10583C19.3017 7.2725 19.4317 7.40417 19.6042 7.40417C19.6438 7.40506 19.6832 7.39799 19.72 7.38336C19.7568 7.36874 19.7904 7.34687 19.8186 7.31904C19.8468 7.29121 19.8691 7.258 19.8843 7.22138C19.8994 7.18475 19.907 7.14546 19.9067 7.10583ZM19.2083 7.08083C19.2083 6.8475 19.385 6.67083 19.6042 6.67083C19.8242 6.67083 20 6.84833 20 7.08C20.0016 7.13303 19.9925 7.18584 19.9733 7.23531C19.9541 7.28479 19.9253 7.32992 19.8884 7.36805C19.8515 7.40618 19.8073 7.43655 19.7585 7.45735C19.7097 7.47815 19.6572 7.48897 19.6042 7.48917C19.5512 7.48896 19.4988 7.47817 19.45 7.45742C19.4013 7.43667 19.3572 7.40639 19.3203 7.36834C19.2834 7.3303 19.2545 7.28527 19.2353 7.23589C19.216 7.18652 19.2069 7.1338 19.2083 7.08083ZM13.5083 0.52L13.3283 0H10.3617V0.52H13.5083ZM13.8525 1.51167L13.6725 0.9925H10.3617V1.5125L13.8525 1.51167ZM16.0608 7.4675H18.65V6.9475H16.06L16.0608 7.4675ZM16.0608 6.47417H18.65V5.955H16.06L16.0608 6.47417ZM16.0608 5.4825H17.6142V4.9625H16.06L16.0608 5.4825ZM16.0608 4.49H17.6142V3.97H16.06L16.0608 4.49ZM16.0608 3.4975H17.6142V2.9775H14.6517L14.5058 3.3975L14.36 2.9775H11.3975V3.4975H12.9517V3.01917L13.1183 3.4975H15.8933L16.06 3.01917L16.0608 3.4975ZM17.6142 1.985H14.9958L14.815 2.505H17.6142V1.985ZM11.3975 4.49H12.9517V3.97H11.3975V4.49ZM11.3975 5.48167H12.9517V4.9625H11.3975V5.48167ZM10.3617 6.47417H12.9517V5.955H10.3617V6.47417ZM10.3617 7.4675H12.9517V6.9475H10.3617V7.4675ZM15.6833 0L15.5033 0.52H18.65V0H15.6833ZM15.1592 1.5125H18.6508V0.9925H15.3392L15.1592 1.5125ZM11.3975 2.50417H14.1967L14.0167 1.985H11.3975V2.50417ZM13.4658 4.49H15.5458L15.7275 3.97H13.2842L13.4658 4.49ZM13.8133 5.48167H15.1983L15.38 4.9625H13.6317L13.8133 5.48167ZM14.16 6.47417H14.8517L15.0333 5.955H13.9783L14.16 6.47417ZM14.505 7.4675L14.6858 6.9475H14.3258L14.505 7.4675ZM4.14417 7.4625L7.95917 7.4675C8.4775 7.4675 8.9425 7.27 9.29417 6.9475H4.14417V7.4625ZM8.19417 4.9625V5.4825H9.9375C9.9375 5.3025 9.9125 5.12833 9.86833 4.9625H8.19417ZM5.18083 5.4825H6.735V4.9625H5.18083V5.4825ZM8.195 2.505H9.86833C9.9125 2.33917 9.9375 2.165 9.9375 1.985H8.195V2.505ZM5.18083 2.505H6.735V1.985H5.18083V2.505ZM7.95833 0.000833273H4.14417V0.520833H9.29417C8.93038 0.18581 8.45289 0.000146338 7.95833 0.000833273ZM9.67167 0.993333H4.14417V1.51333H9.88083C9.83632 1.33102 9.76534 1.15595 9.67167 0.993333ZM5.18 2.97833V3.49833H9.23833C9.41083 3.35167 9.55667 3.17583 9.67083 2.97833H5.18ZM9.23833 3.97083H5.18V4.49083H9.67083C9.55737 4.29411 9.41109 4.11824 9.23833 3.97083ZM4.14333 6.47583H9.67167C9.76333 6.315 9.835 6.14083 9.88 5.95583H4.14417L4.14333 6.47583ZM0 0.52H3.62667V0H0V0.52ZM0 1.5125H3.62667V0.9925H0V1.5125ZM1.03583 2.505H2.59V1.985H1.03583V2.505ZM1.03583 3.4975H2.59V2.9775H1.03583V3.4975ZM1.03583 4.48917H2.59V3.97H1.03583V4.48917ZM1.03583 5.4825H2.59V4.9625H1.03583V5.4825ZM0 6.475H3.62667V5.95583H0V6.475ZM0 7.46833H3.62667V6.94833H0V7.46833Z"></path></svg> <!-- -->IBM<!-- --></a></li><li><a class="group text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="https://www.jetbrains.com"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="inline h-auto w-6 fill-slate-500 group-hover:fill-slate-600 dark:fill-slate-400 dark:group-hover:fill-slate-300" aria-hidden="true"><path d="M6.27417 7.29417H5.68667V8.07833H6.275C6.58833 8.07833 6.74583 7.92167 6.74583 7.68583C6.745 7.41167 6.54917 7.29417 6.27417 7.29417ZM3.6075 7.52917C3.6075 7.33333 3.45083 7.255 3.215 7.255H2.6275V7.84333H3.17667C3.45083 7.80417 3.6075 7.72583 3.6075 7.52917ZM8.78417 8.47083H9.49L9.1375 7.56833L8.78417 8.47083ZM3.29417 8.47083H2.58833V9.05917H3.29417C3.56833 9.05917 3.72583 8.94167 3.72583 8.74583C3.72583 8.55 3.56833 8.47083 3.29417 8.47083ZM0 0V20H20V0H0ZM7.02 2.51H9.8825V3.29417H8.9025V5.765H8V3.29417H7.02V2.51ZM6.82333 2.51V3.255H5.09833V3.765H6.66667V4.47083H5.09833V4.98083H6.86333V5.765H4.235L4.19583 2.51H6.82333ZM4.6275 8.8625C4.6275 9.41167 4.15667 9.76417 3.41167 9.76417H1.72583V6.51H3.41167C3.80417 6.51 4.1175 6.6275 4.31333 6.78417C4.43167 6.90167 4.51 7.09833 4.51 7.33333C4.51 7.72583 4.31417 7.92167 4 8.07833C4.3925 8.19583 4.6275 8.43167 4.6275 8.8625ZM2.235 4.70583C2.39167 4.90167 2.54833 5.01917 2.745 5.01917C2.98 5.01917 3.09833 4.8625 3.09833 4.54833V2.47083H4V4.54917C4 4.94167 3.8825 5.255 3.68667 5.45083C3.49083 5.64667 3.17667 5.765 2.78417 5.765C2.19583 5.80417 1.8825 5.56833 1.6475 5.255L2.235 4.70583ZM9.21583 17.49H1.72583V16.235H9.21583V17.49ZM9.96083 9.80417L9.72583 9.21583H8.47083L8.23583 9.80417H7.29417L7.31083 9.765H6.745L6.07833 8.785H5.68667V9.765H4.78417V6.51H6.31333C6.82333 6.51 7.13667 6.6275 7.3725 6.86333C7.56833 7.05917 7.64667 7.295 7.64667 7.60833C7.64667 8.11833 7.3725 8.43167 6.98 8.62833L7.48417 9.36L8.705 6.51083H9.5675L10.94 9.805H9.96083V9.80417ZM11.9608 9.765H11.0592V6.51H11.9608V9.765ZM15.255 9.765H14.4708L13.0983 8V9.80417H12.1967V6.51H13.02L14.3533 8.23583V6.51H15.255V9.765ZM16.8625 9.80417C16.5865 9.82556 16.309 9.79145 16.0463 9.70386C15.7837 9.61627 15.5413 9.47696 15.3333 9.29417L15.8433 8.70583C16.1567 8.98 16.51 9.09833 16.9025 9.09833C17.1375 9.09833 17.295 9.02 17.295 8.86333C17.295 8.70667 17.1775 8.6675 16.7458 8.55C16.04 8.39333 15.53 8.19667 15.53 7.53C15.53 6.94167 16.0008 6.47083 16.785 6.47083C17.3342 6.47083 17.765 6.6275 18.1183 6.9025L17.6475 7.53C17.3333 7.33333 17.02 7.21583 16.745 7.21583C16.51 7.21583 16.4317 7.29417 16.4317 7.41167C16.4317 7.56833 16.5492 7.6075 16.9808 7.725C17.7258 7.88167 18.1967 8.1175 18.1967 8.745C18.1958 9.41167 17.6867 9.80417 16.8625 9.80417Z"></path></svg> <!-- -->JetBrains<!-- --></a></li><li><a class="group text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="https://www.redhat.com"><svg xmlns="http://www.w3.org/2000/svg" viewBox="1.67 3.69 16.67 12.62" class="inline h-auto w-6 fill-slate-500 group-hover:fill-slate-600 dark:fill-slate-400 dark:group-hover:fill-slate-300" aria-hidden="true"><path d="M12.7834 10.9667C13.8834 10.9667 15.4667 10.7417 15.4667 9.43332C15.475 9.33332 15.4667 9.23332 15.4417 9.13332L14.7917 6.29998C14.6417 5.67498 14.5084 5.39165 13.4084 4.84165C12.5584 4.40832 10.7084 3.69165 10.1584 3.69165C9.65002 3.69165 9.50002 4.34998 8.89169 4.34998C8.30835 4.34998 7.87502 3.85832 7.32502 3.85832C6.80002 3.85832 6.45835 4.21665 6.19169 4.94998C6.19169 4.94998 5.45835 7.03332 5.35835 7.33332C5.35002 7.39165 5.34169 7.44165 5.34169 7.49998C5.34169 8.30832 8.52502 10.9583 12.7834 10.9583V10.9667ZM15.6417 9.96665C15.7917 10.6833 15.7917 10.7583 15.7917 10.8333C15.7917 12.0833 14.4084 12.7583 12.6 12.7583C8.50002 12.7583 4.90835 10.3583 4.90835 8.77498C4.90835 8.54998 4.95835 8.33332 5.04169 8.13332C3.56669 8.19998 1.66669 8.46665 1.66669 10.15C1.66669 12.9167 8.20002 16.3083 13.375 16.3083C17.3417 16.3083 18.3334 14.5167 18.3334 13.1C18.3334 11.9833 17.375 10.7167 15.6417 9.96665Z"></path></svg> <!-- -->Red Hat<!-- --></a></li></ul></div><div><h3 class="text-sm font-semibold uppercase tracking-wider text-slate-700 dark:text-sky-100">Links</h3><ul class="mt-4 space-y-4"><li><a class="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="https://www.cncf.io">Cloud Native Computing Foundation</a></li><li><a class="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="https://registry.devfile.io">Registry</a></li><li><a class="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300" href="/docs/2.1.0/what-is-a-devfile">Documentation</a></li></ul></div></div></div></div></footer></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/","query":{},"buildId":"xuhhM4zDHsxALoHLNeiQa","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>