diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 84a39f6bf..466849eac 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -167,7 +167,7 @@ jobs: - name: Start Rustfs run: | - docker pull rustfs/rustfs:latest + docker pull rustfs/rustfs:1.0.0-alpha.83 docker run -d --name rustfs \ -p 9000:9000 \ -e "RUSTFS_ACCESS_KEY=impress" \ @@ -189,7 +189,7 @@ jobs: - name: Configure Rustfs run: | - curl --progress-bar -L https://dl.min.io/aistor/mc/release/linux-amd64/mc -o /tmp/mc + curl -L https://dl.min.io/aistor/mc/release/linux-amd64/mc -o /tmp/mc chmod +x /tmp/mc /tmp/mc alias set impress http://localhost:9000 impress password /tmp/mc alias ls diff --git a/compose.yml b/compose.yml index 9b6c9a6c0..e9673059a 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: rustfs: user: ${DOCKER_USER:-1000} - image: rustfs/rustfs:latest + image: rustfs/rustfs:1.0.0-alpha.83 environment: - RUSTFS_ACCESS_KEY=rustfsadmin - RUSTFS_SECRET_KEY=rustfsadmin