grafana repo added, mongodb 4.2 for all dists and centos 8 & 9 all versions

This commit is contained in:
2022-11-23 18:55:10 +03:00
parent c178256fc0
commit ac314449c0
27 changed files with 108 additions and 4 deletions

5
deb-mirror.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker build -t debmirror:latest -f Dockerfile.deb .
docker run -v "$(pwd)/data/deb":/data debmirror:latest