From 8dc0f983887dc343bd0bf950e9710448e9225497 Mon Sep 17 00:00:00 2001 From: Xinan Xu <39632914+xinaxu@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:06:34 -0700 Subject: [PATCH] Set identity during admin init --- .env.example | 2 +- docker-compose.yml | 2 +- integration/test/motionlarity/.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 95839d4..a8b949b 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # The version of singularity you will use to make deals. Generally, this should not change -SINGULARITY_REF=:v0.5.4 +SINGULARITY_REF=:v0.5.5 # Comma seperated list of storage providers motion should make storage deals with # You must set this value to contain at least one storage provider for motion to diff --git a/docker-compose.yml b/docker-compose.yml index 508ad90..8b0600a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: singularity_admin_init: image: ghcr.io/data-preservation-programs/singularity${SINGULARITY_REF} - command: admin init + command: admin init --identity Motion volumes: - motion-singularity-volume:/usr/src/app/storage environment: diff --git a/integration/test/motionlarity/.env b/integration/test/motionlarity/.env index a2e9c1b..d8e69fd 100644 --- a/integration/test/motionlarity/.env +++ b/integration/test/motionlarity/.env @@ -1,4 +1,4 @@ -SINGULARITY_REF=:v0.5.4 +SINGULARITY_REF=:v0.5.5 LOTUS_TEST='true' LOTUS_API=http://lotus:1234/rpc/v1 MOTION_PRICE_PER_GIB_EPOCH=0