Add dockerfiles

This commit is contained in:
2024-11-01 00:07:50 +01:00
parent c8d445ed6a
commit 4ce61f349f
15 changed files with 86 additions and 10 deletions

10
rln/ubi9/Dockerfile.ubi9 Normal file
View File

@@ -0,0 +1,10 @@
# docker buildx build -t pymqi . -f Dockerfile.ubi9
FROM registry.access.redhat.com/ubi9/python-312:1-25.1729767846
USER 0
RUN yum update -y \
&& yum install -y tar wget python3 python3-devel python3-pip
ENTRYPOINT ["tail", "-f", "/dev/null"]