Sign inSign up

couchbase/sg-test-litecore

By couchbase

Updated over 3 years ago

Sync Gateway LiteCore testing image

Image
0

3.0K

couchbase/sg-test-litecore repository overview

Sync Gateway Lite Core Tests

These tests will be ran as part of the Sync Gateway Jenkins pipeline but can be ran standalone. Simply a docker container which will run LiteCore replicator tests against a provided Sync Gateway binary and will output the tests results to a mounted volume. The volume mounts that docker expects at run time.

Expect multiple volume mounts

  • ssh key id_rsa mounted to /root/.ssh/id_rsa
  • sync_gateway binary mounted to /sync_gateway
  • An output file mounted to /output.out

To run standalone:

docker run -v id_rsa:/root/.ssh/id_rsa -v sync_gateway:/sync_gateway -v output.test:/output.out couchbase/sg-test-litecore:latest

Tag summary

Content type

Image

Digest

sha256:9276be9cb

Size

194.7 MB

Last updated

over 3 years ago

docker pull couchbase/sg-test-litecore