Start testing garage again

This commit is contained in:
asonix 2023-01-02 10:48:36 -06:00
parent 3c844d86c5
commit 9960c16488
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,5 @@ RUN \
COPY root/ /
COPY ./pict-rs.toml /etc/pict-rs.toml
WORKDIR /opt/app
USER app

View file

@ -39,7 +39,7 @@ services:
- ./storage/minio:/mnt
garage:
image: dxflrs/garage:v0.8.0
image: dxflrs/garage:v0.8.1
ports:
- "3900:3900"
- "3901:3901"

View file

@ -3,6 +3,8 @@
STDOUT=./out.log
STDERR=./err.log
touch "${STDOUT}"
touch "${STDERR}"
rm "${STDOUT}" "${STDERR}"
node_id=$(garage -c garage-local.toml status 2>>"${STDERR}" | tail -n 1 | awk '{ print $1 }')