From ed7bf60f7968816c7ee55cf4528729e2f706038d Mon Sep 17 00:00:00 2001
From: "c.faber" <c.faber@fz-juelich.de>
Date: Thu, 10 Apr 2025 13:21:19 +0200
Subject: [PATCH] Added python3.11 testing

---
 testing/python311/Dockerfile       | 1 +
 testing/python311/build_command.sh | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 testing/python311/Dockerfile
 create mode 100644 testing/python311/build_command.sh

diff --git a/testing/python311/Dockerfile b/testing/python311/Dockerfile
new file mode 100644
index 0000000..0398e44
--- /dev/null
+++ b/testing/python311/Dockerfile
@@ -0,0 +1 @@
+FROM python:3.11
diff --git a/testing/python311/build_command.sh b/testing/python311/build_command.sh
new file mode 100644
index 0000000..5f39d80
--- /dev/null
+++ b/testing/python311/build_command.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+docker build --platform="linux/amd64" -t registry.jsc.fz-juelich.de/faber1/gitlab-container/testing:python311 .
+docker push registry.jsc.fz-juelich.de/faber1/gitlab-container/testing:python311
-- 
GitLab