diff --git a/testing/python311/Dockerfile b/testing/python311/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..0398e44b8d18f1ac86f92d96298d307d63c31a3f --- /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 0000000000000000000000000000000000000000..5f39d80e3c3acecf05c1c54ef705d1da5e184056 --- /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