feat(1.0-rc10): add new latest version

This commit is contained in:
2023-02-02 18:33:08 +01:00
parent 9628dec04e
commit aee31cc4c2
9 changed files with 218 additions and 1 deletions

7
build-all.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Usage: ./build-all.sh [image-name]
name="${1:-flyspray}"
docker build -t "$name:1.0-rc10-mysqli" -t "$name:1.0-rc10" -t "$name:latest" ./1.0-rc10/mysqli
docker build -t "$name:1.0-rc10-pgsql" ./1.0-rc10/pgsql