init
This commit is contained in:
commit
64e1fc08e4
6 changed files with 173 additions and 0 deletions
9
build.sh
Executable file
9
build.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
IMAGE=pommib/swiss:latest
|
||||
docker pull $IMAGE
|
||||
docker pull debian:bookworm-slim
|
||||
docker build --no-cache -t $IMAGE ./
|
||||
docker push $IMAGE
|
Loading…
Add table
Add a link
Reference in a new issue