Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robbinparrish/dev-tools-container-image

Container image with varoius development tools installed.
https://github.com/robbinparrish/dev-tools-container-image

ci-image container-image dev-image dev-tools development-tools docker-compose dockerfile gitlab-ci learning learning-project linux

Last synced: 28 days ago
JSON representation

Container image with varoius development tools installed.

Awesome Lists containing this project

README

        

## dev-tools-container-image

Container Image that includes Development Tools for various environment.

### Container Image
This project uses a Container Image that is based on following components.
- Debian Bookworm
- Python3
- Robot Framework
- Various Python Test Framework and Libraries
- NodeJS
- npm
- yarn
- ng
- Java
- Maven
- Gradle
- Sonar Scanner CLI
- Crane CLI
- Browsers
- Firefox
- Chrome
- MS Edge

### Building the docker image.
```bash
docker build -t dev-tools-container-image:latest .
```

[Intracting with GitLab CI Pipeline](./gitlab-ci/README.md)