Unverified Commit ba1b5eaa authored by kladko's avatar kladko

Added image tagging

parent 79465bbc
......@@ -63,8 +63,9 @@ sys.exit(-1);
assert subprocess.call(["docker", "build", topDir, "--file", "DockerfileSimulation", "--tag",
"skalenetwork/sgxwalletsim:latest"]) == 0
print "Running build"
assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag",
print "Running push" "skalenetwork/sgxwalletsim:latest"]) == 0
assert subprocess.call(["docker", "run", "-v", topDir + "/sgx_data:/usr/src/sdk/sgx_data",
"-d", "--network=host", "skalenetwork/sgxwalletsim:latest"]) == 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