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:
Sebastian Serth
2021-12-22 14:39:20 +01:00
committed by Sebastian Serth
parent 2f5b30702a
commit 2bf9b10564

View File

@ -29,7 +29,7 @@ job "template-0" {
kill_signal = "SIGKILL"
config {
image = "drp.codemoon.xopic.de/openhpi/co_execenv_python:3.8"
image = "openhpi/docker_exec_phusion"
command = "sleep"
args = ["infinity"]
network_mode = "none"