Commit 90456117 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed docker build

parent 6c7f6c20
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="e478ccae-5352-4e8e-9efb-3f5cda44e877" name="Default Changelist" comment="" />
<list default="true" id="e478ccae-5352-4e8e-9efb-3f5cda44e877" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../package.sh" beforeDir="false" afterPath="$PROJECT_DIR$/../package.sh" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -307,11 +310,11 @@
<screen x="67" y="34" width="2493" height="1406" />
</state>
<state x="679" y="283" key="SettingsEditor/67.34.2493.1406@67.34.2493.1406" timestamp="1575885393075" />
<state x="681" y="400" key="com.intellij.ide.util.TipDialog" timestamp="1579175096269">
<screen x="67" y="34" width="1853" height="1046" />
<state x="893" y="526" key="com.intellij.ide.util.TipDialog" timestamp="1580066068605">
<screen x="67" y="34" width="2493" height="1406" />
</state>
<state x="681" y="400" key="com.intellij.ide.util.TipDialog/67.34.1853.1046@67.34.1853.1046" timestamp="1579175096269" />
<state x="893" y="526" key="com.intellij.ide.util.TipDialog/67.34.2493.1406@67.34.2493.1406" timestamp="1577206106759" />
<state x="893" y="526" key="com.intellij.ide.util.TipDialog/67.34.2493.1406@67.34.2493.1406" timestamp="1580066068605" />
<state x="882" y="239" width="862" height="993" key="find.popup" timestamp="1576090708880">
<screen x="67" y="34" width="2493" height="1406" />
</state>
......
#!/bin/bash
echo "----------Building drip-manager Docker--------------"
cd drip-manager && mvn -Dmaven.test.skip=true dockerfile:build
cd ../
cd drip-planner && mvn -Dmaven.test.skip=true dockerfile:build
echo "----------Building drip-provisioner Docker--------------"
cd drip-provisioner && mvn -Dmaven.test.skip=true dockerfile:build
cd ../
cd sure_tosca-flask-server && docker build -t sure-tosca:3.0.0 .
echo "----------Building sure_tosca-flask-server Docker--------------"
cd sure_tosca-flask-server && docker build -t deth53/sure-tosca:3.0.0 .
echo "----------Building drip-planner Docker--------------"
cd ../
cd drip-planner && docker build -t drip-planner:3.0.0 .
cd drip-planner && docker build -t deth53/drip-planner:3.0.0 .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment