From 2bf9b105641674dcbc376a3ab4beb9edbe2570dd Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 22 Dec 2021 14:39:20 +0100 Subject: [PATCH] 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 --- internal/environment/template-environment-job.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/environment/template-environment-job.hcl b/internal/environment/template-environment-job.hcl index e1727eb..646d9a3 100644 --- a/internal/environment/template-environment-job.hcl +++ b/internal/environment/template-environment-job.hcl @@ -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"