We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe582c commit 98f5cb4Copy full SHA for 98f5cb4
2 files changed
podman-build.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
3
mvn || exit 1
4
-podman build -t benchmarksql:6.0-rc1 --http-proxy .
+podman build -t benchmarksql:6.0-rc2 --http-proxy .
podman-run.sh
@@ -8,5 +8,5 @@ podman run --rm \
8
--userns=keep-id \
9
--volume="./service_data:/service_data" \
10
-w "/benchmarksql" \
11
- localhost/benchmarksql:6.0-rc1
+ localhost/benchmarksql:6.0-rc2
12
0 commit comments