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

7
rln/ubi9/notes.md Normal file
View File

@@ -0,0 +1,7 @@
# Notes
Build ubi9 container with MQ client and pymqi installed.
```bash
docker buildx build -t pymqi . -f Dockerfile.ubi9
docker tag pymqi git.cbo.dk/rasmus/mq-container:ubi9-client
docker push git.cbo.dk/rasmus/mq-container:ubi9-client
```