From e6a611fb18d9668be52fcdd6c3d3d6a0f0a4dfb9 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 19 May 2026 16:49:28 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=94=A7(compose)=20replace=20mini?= =?UTF-8?q?o=20by=20rustfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/impress.yml | 4 ++-- compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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