Skip to content

Commit 98f5cb4

Browse files
committed
Switch podman scripts to rc1
1 parent fbe582c commit 98f5cb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

podman-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
mvn || exit 1
4-
podman build -t benchmarksql:6.0-rc1 --http-proxy .
4+
podman build -t benchmarksql:6.0-rc2 --http-proxy .

podman-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ podman run --rm \
88
--userns=keep-id \
99
--volume="./service_data:/service_data" \
1010
-w "/benchmarksql" \
11-
localhost/benchmarksql:6.0-rc1
11+
localhost/benchmarksql:6.0-rc2
1212

0 commit comments

Comments
 (0)