Skip to content

Commit 6260570

Browse files
committed
build: Add run configuration for ruby image
1 parent c83f6cd commit 6260570

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.run/android-sdk_x.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<list>
88
<DockerEnvVarImpl>
99
<option name="name" value="sdk" />
10-
<option name="value" value="33" />
10+
<option name="value" value="34" />
1111
</DockerEnvVarImpl>
1212
</list>
1313
</option>

.run/ruby_x.run.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="ruby:x" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
3+
<deployment type="dockerfile">
4+
<settings>
5+
<option name="imageTag" value="ruby:x" />
6+
<option name="buildArgs">
7+
<list>
8+
<DockerEnvVarImpl>
9+
<option name="name" value="version" />
10+
<option name="value" value="3.3" />
11+
</DockerEnvVarImpl>
12+
</list>
13+
</option>
14+
<option name="buildCliOptions" value="--platform linux/amd64" />
15+
<option name="buildKitEnabled" value="true" />
16+
<option name="buildOnly" value="true" />
17+
<option name="showCommandPreview" value="true" />
18+
<option name="sourceFilePath" value="ruby/Dockerfile" />
19+
</settings>
20+
</deployment>
21+
<method v="2" />
22+
</configuration>
23+
</component>

0 commit comments

Comments
 (0)