Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devilrancy/robot-cx-python
A Docker image indented to use for Robot Framework Testing with cx_Oracle prebuilt.
https://github.com/devilrancy/robot-cx-python
cx-oracle devops docker python python-2 python-3 robot-framework robotframework testing
Last synced: 10 days ago
JSON representation
A Docker image indented to use for Robot Framework Testing with cx_Oracle prebuilt.
- Host: GitHub
- URL: https://github.com/devilrancy/robot-cx-python
- Owner: devilrancy
- License: mit
- Created: 2017-02-04T22:09:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T06:58:24.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T07:28:27.701Z (about 2 months ago)
- Topics: cx-oracle, devops, docker, python, python-2, python-3, robot-framework, robotframework, testing
- Language: Python
- Homepage: https://hub.docker.com/r/devilrancy/robot-cx-python/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robot-cx-python
[![Docker Stars](https://img.shields.io/docker/stars/devilrancy/robot-cx-python.svg)][hub]
[![Docker Pulls](https://img.shields.io/docker/pulls/devilrancy/robot-cx-python.svg)][hub][hub]: https://hub.docker.com/r/devilrancy/robot-cx-python/
A Docker image indented to use for Robot Framework Testing with cx_Oracle prebuilt.
- [Supported tags](#supported-tags)
- [Available Packages](#available-packages)
- [License](#license)## Supported tags
* **`2.7` ([2.7/Dockerfile](https://github.com/devilrancy/robot-cx-python/blob/master/2.7/Dockerfile))** [![](https://images.microbadger.com/badges/image/devilrancy/robot-cx-python:2.7.svg)](https://microbadger.com/images/devilrancy/robot-cx-python:2.7)
* **`2.7-slim` ([2.7/slim/Dockerfile](https://github.com/devilrancy/robot-cx-python/blob/master/2.7/slim/Dockerfile))** [![](https://images.microbadger.com/badges/image/devilrancy/robot-cx-python:2.7-slim.svg)](https://microbadger.com/images/devilrancy/robot-cx-python:2.7-slim)
* **`3.4` ([3.4/Dockerfile](https://github.com/devilrancy/robot-cx-python/blob/master/3.4/Dockerfile))** TODO
* **`3.4-slim` ([3.4/slim/Dockerfile](https://github.com/devilrancy/robot-cx-python/blob/master/3.4/slim/Dockerfile))** TODO
* **`2.7-slave` ([2.7/slave/Dockerfile](https://github.com/devilrancy/robot-cx-python/blob/master/2.7/slave/Dockerfile))** [![](https://images.microbadger.com/badges/image/devilrancy/robot-cx-python:2.7-slave.svg)](https://microbadger.com/images/devilrancy/robot-cx-python:2.7-slave "Get your own image badge on microbadger.com")
- This tag is useful in case ur working with the jenkins ci and u need a slave docker running out of the box.
These Images could be reduced but i am not so experienced with the docker images **feel free to create Pull Requests.**## Available Packages
* **`lxml` [![PyPI](https://img.shields.io/pypi/v/lxml.svg)]()**
* **`cx_Oracle` [![PyPI](https://img.shields.io/pypi/v/cx_Oracle.svg)]()**
* **`robotframework` [![PyPI](https://img.shields.io/pypi/v/robotframework.svg)]()**
* **`robotframework-httplibrary` [![PyPI](https://img.shields.io/pypi/v/robotframework-httplibrary.svg)]()**
* **`robotframework-requests` [![PyPI](https://img.shields.io/pypi/v/robotframework-requests.svg)]()**
* **`robotframework-selenium2library` [![PyPI](https://img.shields.io/pypi/v/robotframework-selenium2library.svg)]()**## License
The code in this repository, unless otherwise noted, is MIT licensed. See the `LICENSE` file in this repository.