1
0

initial version

This commit is contained in:
2022-09-09 11:37:37 +02:00
commit 86a763e0d9
5 changed files with 84 additions and 0 deletions

9
build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -x
IMAGE=pommib/jumpbox:latest
docker pull $IMAGE
docker pull debian:bookworm-slim
docker build --no-cache -t $IMAGE ./
docker push $IMAGE