some unfinished and untested work over helm mirror

This commit is contained in:
2023-06-22 19:36:59 +03:00
parent 3bf5fb4076
commit c2a0d759bc
38 changed files with 8027 additions and 15 deletions

5
helm-mirror.sh Executable file
View File

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