chore(rider): save dockerfile build configuration

This commit is contained in:
Asif Bacchus 2021-09-13 03:25:39 -06:00
parent 0ee6ef3fc4
commit b394e6ac21
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="build/Dockerfile" type="docker-deploy" factoryName="dockerfile"
server-name="Docker on CODE">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="docker.asifbacchus.dev/nginx/ab-nginx:5.2-1.21.3"/>
<option name="buildArgs">
<list>
<DockerEnvVarImpl>
<option name="name" value="BUILD_DATE"/>
<option name="value" value="2021-09-13"/>
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="GIT_COMMIT"/>
<option name="value" value="0ee6ef3fc4"/>
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="INTERNAL_VERSION"/>
<option name="value" value="5.2"/>
</DockerEnvVarImpl>
</list>
</option>
<option name="buildOnly" value="true"/>
<option name="containerName" value=""/>
<option name="sourceFilePath" value="build/Dockerfile"/>
</settings>
</deployment>
<method v="2"/>
</configuration>
</component>