-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added the basic functionality to check for updates to Docker im…
…ages.
- Loading branch information
Showing
16 changed files
with
820 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="latest" /> | ||
<option name="containerName" value="pytmbot" /> | ||
<option name="sourceFilePath" value="Dockerfile" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock" /> | ||
<option name="hostPath" value="/var/run/docker.sock" /> | ||
<option name="readOnly" value="true" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2" /> | ||
</configuration> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="orenlab/pytmbot:latest" /> | ||
<option name="buildCliOptions" value="--target self_build" /> | ||
<option name="command" value="--log-level DEBUG --mode dev" /> | ||
<option name="containerName" value="pytmbot" /> | ||
<option name="commandLineOptions" value="" /> | ||
<option name="showCommandPreview" value="true" /> | ||
<option name="sourceFilePath" value="Dockerfile" /> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock" /> | ||
<option name="hostPath" value="/var/run/docker.sock" /> | ||
<option name="readOnly" value="true" /> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2" /> | ||
</configuration> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="latest"/> | ||
<option name="containerName" value="pytmbot"/> | ||
<option name="sourceFilePath" value="Dockerfile"/> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock"/> | ||
<option name="hostPath" value="/var/run/docker.sock"/> | ||
<option name="readOnly" value="true"/> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker"> | ||
<deployment type="dockerfile"> | ||
<settings> | ||
<option name="imageTag" value="orenlab/pytmbot:latest"/> | ||
<option name="buildCliOptions" value="--target self_build"/> | ||
<option name="command" value="--log-level DEBUG --mode dev"/> | ||
<option name="containerName" value="pytmbot"/> | ||
<option name="commandLineOptions" value=""/> | ||
<option name="showCommandPreview" value="true"/> | ||
<option name="sourceFilePath" value="Dockerfile"/> | ||
<option name="volumeBindings"> | ||
<list> | ||
<DockerVolumeBindingImpl> | ||
<option name="containerPath" value="/var/run/docker.sock"/> | ||
<option name="hostPath" value="/var/run/docker.sock"/> | ||
<option name="readOnly" value="true"/> | ||
</DockerVolumeBindingImpl> | ||
</list> | ||
</option> | ||
</settings> | ||
</deployment> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.