DeepDiver1975 / testing

Image to run test suites against ownCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ownCloud: Testing

This is our minimal image for testing wrapper based on our Ubuntu container.

Usage

docker run -ti --rm \
  --name testing \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  --env TESTING_PATH=$(pwd)/owncloud \
  owncloud/testing:latest

Build locally

The available versions should be already pushed to the Docker Hub, but in case you want to try a change locally you can always execute the following command to get this image built locally:

IMAGE_NAME=owncloud/testing ./hooks/build

Versions

Volumes

  • None

Ports

  • None

Available environment variables

TESTING_NAME testing
TESTING_CACHE none
TESTING_DATABASE mysql
TESTING_SUITE litmus
TESTING_TESTS basicSync
TESTING_IMAGE owncloud/base:latest
TESTING_PATH source

Issues, Feedback and Ideas

Open an Issue

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2017 Thomas Boerger <tboerger@owncloud.com>

About

Image to run test suites against ownCloud

License:MIT License


Languages

Language:Shell 100.0%