From 6a8bf8b0de9c2eb6ac9ada33dfebe8e9b9ffe013 Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 16 Oct 2024 13:40:47 +0200 Subject: [PATCH] Make clear when to use the Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b688484..b1abafd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ +# Dockerfile to use with the controller environment where we run the environment provider as a Job +# instead of running it as an imported service in the suite runner. The environment provider uses +# ExecptionGroups when running as part of the ETOS controller which is a python 3.11 feature. FROM python:3.11-bookworm AS build COPY . /src