Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkalian/dockerfiles-collection
Dockerfiles collection
https://github.com/gkalian/dockerfiles-collection
chrome groovy helm helm-plugins helmfile kubectl maven soapui
Last synced: about 8 hours ago
JSON representation
Dockerfiles collection
- Host: GitHub
- URL: https://github.com/gkalian/dockerfiles-collection
- Owner: gkalian
- Created: 2024-02-28T15:06:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-25T12:10:33.000Z (8 months ago)
- Last Synced: 2024-11-19T22:12:01.908Z (2 months ago)
- Topics: chrome, groovy, helm, helm-plugins, helmfile, kubectl, maven, soapui
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Dockerfiles collection
Collection Docker images I made for my personal use. Images are not posted on Dockerhub, so you can't pull it from there but you can grab the Dockerfiles if needed.
* [Allure CMD + Groovy](#allure-cmd--groovy)
* [KubeCTL + Helm + Helmfile](#kubectl--helm--helmfile)
* [Maven + Chrome](#maven--chrome)
* [SoapIO + Groovy](#soapio--groovy)
* [Usage](#usage)
* [Changelog](#changelog)___
### Allure CMD + GroovyImage based on **alpine:3.20.0** contains:
- Groovy 4.0.20
- AllureCMD 2.29.0Tools can be found in `/home`.
### KubeCTL + Helm + Helmfile
Image based on **alpine:3.20.0** contains:
- KubeCTL 1.30.1
- Helm 3.15.1
- Helmfile 0.164.0
- Helm plugins:
- Helm diff v3.9.6
- Helm secrets v4.6.0
- Helm git v0.16.0
- Sops 3.8.1KubeCTL, Helm, Helmfile and Sops are installed in `/usr/local/bin`.
### Maven + Chrome
Image based on **maven:3.9.6-eclipse-temurin-11** contains:
- Chrome stable version
- Chromedriver latest stable version### SoapUI + Groovy
Image based on **openJDK:11-jdk-slim** contains:
- SoapUI 5.7.2
- Groovy 4.0.21Groovy can be found in `/home/groovy`, SoapUI in `/home/soapui`.
## Usage
As this is a personal sandbox use at your own risk.
## Changelog
v1.4:
- updated versionsv1.3:
- added more dockerfiles, updated all versions
- extended readmev1.2:
- update groovy version to 4.0.15, soapui to 5.7.1v1.1:
- update groovy version to 4.0.7
- minor tweaks in dockerfile