Code server

Версии
4.7.1-1-cuda-vspace
4.7.1-1-cuda-admin
3.12.0-1-vspace
3.12.0-1-cuda-vspace
3.12.0-1-cuda-admin
3.12.0-1-admin
3.11.0-11-vspace
3.11.0-11-cuda-vspace
3.11.0-11-cuda-admin
3.11.0-11-admin
<template>
	<uid>org.bayrell.ubuntu_code_server</uid>
	<name>Code server</name>
	<version>4.7.1-1-cuda-vspace</version>
    <branch>cuda-vspace</branch>
	<date>2022-10-21T18:36:00+06:00</date>
	<maintainer>Ildar &lt;ildar@bayrell.org&gt;</maintainer>
	<marketplace>https://cloud.bayrell.org/</marketplace>
	<xml name="bayrell.org" priority="20">https://cloud.bayrell.org/marketplace/org.bayrell.ubuntu_code_server.xml</xml>
	<xml name="github.com" priority="10">https://raw.githubusercontent.com/bayrell-os/ubuntu_code_server/main/org.bayrell.ubuntu_code_server.xml</xml>
	<link name="Docker image">https://hub.docker.com/r/bayrell/ubuntu_code_server</link>
	<link name="Source code">https://github.com/bayrell-os/ubuntu_code_server</link>
	<link name="Marketplace">https://cloud.bayrell.org/ru/marketplace/app/org.bayrell.ubuntu_code_server</link>
	<arch>amd64</arch>
	<yaml>
		<services>
			<_var_app_name_>
				<image>docker.io/bayrell/ubuntu_code_server:4.7.1-1-cuda</image>
				<hostname>{{.Service.Name}}.{{.Task.ID}}.local</hostname>
				<environment>
					<WWW_UID>_var_www_uid_</WWW_UID>
					<WWW_GID>_var_www_gid_</WWW_GID>
					<DOCKER_GID>_var_docker_gid_</DOCKER_GID>
				</environment>
				<volumes>_var_app_name_:/data</volumes>
				<volumes>/var/run/docker.sock:/var/run/docker.sock:ro</volumes>
				<volumes>
					<type>tmpfs</type>
					<target>/dev/shm</target>
				</volumes>
			</_var_app_name_>
		</services>
		<volumes>
			<_var_app_name_ />
		</volumes>
	</yaml>
	<variables>
		<variable>
			<name>_var_www_uid_</name>
			<label>www user id</label>
			<type>string</type>
			<default>1000</default>
		</variable>
		<variable>
			<name>_var_www_gid_</name>
			<label>www group id</label>
			<type>string</type>
			<default>1000</default>
		</variable>
		<variable>
			<name>_var_docker_gid_</name>
			<label>Docker group id</label>
			<type>string</type>
			<default>113</default>
		</variable>
	</variables>
	<modificators>
		<li>org.bayrell.modificator.cloud_os</li>
		<li>org.bayrell.modificator.cloud_key</li>
		<li>org.bayrell.modificator.deploy_hostname</li>
	</modificators>
	<patch>
		<name>Template patch</name>
		<operations></operations>
	</patch>
</template>