feat(1.0-rc10): add new latest version
This commit is contained in:
7
build-all.sh
Executable file
7
build-all.sh
Executable 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
|
||||
Reference in New Issue
Block a user