Update default image in template-environment-job.hcl
* The image previously used is not available publicly and not maintained any longer * The new base image is not bound to any specific programming environment
This commit is contained in:

committed by
Sebastian Serth

parent
2f5b30702a
commit
2bf9b10564
@ -29,7 +29,7 @@ job "template-0" {
|
|||||||
kill_signal = "SIGKILL"
|
kill_signal = "SIGKILL"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "drp.codemoon.xopic.de/openhpi/co_execenv_python:3.8"
|
image = "openhpi/docker_exec_phusion"
|
||||||
command = "sleep"
|
command = "sleep"
|
||||||
args = ["infinity"]
|
args = ["infinity"]
|
||||||
network_mode = "none"
|
network_mode = "none"
|
||||||
|
Reference in New Issue
Block a user