mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 00:07:06 +00:00
test(cli): pin Adaptive S3 service images
This commit is contained in:
@@ -327,8 +327,8 @@ const COUCHDB_CONTAINER = "couchdb-test";
|
|||||||
const COUCHDB_IMAGE = "couchdb:3.5.0";
|
const COUCHDB_IMAGE = "couchdb:3.5.0";
|
||||||
|
|
||||||
const MINIO_CONTAINER = "minio-test";
|
const MINIO_CONTAINER = "minio-test";
|
||||||
const MINIO_IMAGE = "minio/minio";
|
const MINIO_IMAGE = "minio/minio:RELEASE.2025-04-22T22-12-26Z";
|
||||||
const MINIO_MC_IMAGE = "minio/mc";
|
const MINIO_MC_IMAGE = "minio/mc:RELEASE.2025-04-16T18-13-26Z";
|
||||||
|
|
||||||
export async function stopCouchdb(): Promise<void> {
|
export async function stopCouchdb(): Promise<void> {
|
||||||
await stopAndRemoveContainer(COUCHDB_CONTAINER);
|
await stopAndRemoveContainer(COUCHDB_CONTAINER);
|
||||||
|
|||||||
Reference in New Issue
Block a user