Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbraad/ostreetests-wrapper
https://github.com/gbraad/ostreetests-wrapper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbraad/ostreetests-wrapper
- Owner: gbraad
- Created: 2016-08-23T06:39:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T07:15:29.000Z (about 8 years ago)
- Last Synced: 2024-05-02T00:23:41.276Z (7 months ago)
- Homepage: https://gitlab.com/gbraad/ostreetests
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OSTree Tests wrapper
====================Docker container image for [OSTree tests](https://github.com/giuseppe/ostreetests) from Guiseppe Scrivano.
Registries
----------### Gitlab
Automated builds are available at [GitLab](https://gitlab.com/gbraad/ostreetests)
* CentOS:
`docker pull registry.gitlab.com/gbraad/ostreetests:centos`
* Fedora:
`docker pull registry.gitlab.com/gbraad/ostreetests:fedora`Usage
-----#### Container based on _CentOS_
```
$ docker run --rm -ti --security-opt="label:disable" -v $PWD:/ostree registry.gitlab.com/ostreetests:centos
```#### Container based on _Fedora_
```
$ docker run --rm -ti --security-opt="label:disable" -v $PWD:/ostree registry.gitlab.com/ostreetests:fedora
```Thanks
------* Guiseppe Scrivano for `ostreetests`
Authors
-------| [!["Gerard Braad"](http://gravatar.com/avatar/e466994eea3c2a1672564e45aca844d0.png?s=60)](http://gbraad.nl "Gerard Braad ") |
|---|
| [@gbraad](https://twitter.com/gbraad) |