Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robbinparrish/dev-tools-container-image
- Owner: robbinparrish
- Created: 2023-11-07T09:34:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T09:34:37.000Z (over 1 year ago)
- Last Synced: 2024-11-12T03:31:35.416Z (3 months ago)
- Topics: ci-image, container-image, dev-image, dev-tools, development-tools, docker-compose, dockerfile, gitlab-ci, learning, learning-project, linux
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)