-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added readme and essentials to github pipeline
- Loading branch information
Albert Hahn
committed
Mar 4, 2024
1 parent
4701c88
commit ddf3e1a
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# cloud-swiss-army-knife | ||
|
||
 | ||
|
||
# About | ||
|
||
This repository serves multiple images based on alpine that come preinstalled with linux tools that are essential for the daily devops business like `wget, curl, jq, aws-cli, python` etc. | ||
|
||
## Flavours | ||
|
||
To minimize image size they come in different "flavours" each with another database client or without. | ||
|
||
### Images | ||
|
||
Preinstalled with no database \ | ||
`ghcr.io/alberthahn/cloud-swiss-army-knife-essentials` | ||
|
||
Preinstalled with mongodb && mongodb-tools \ | ||
`ghcr.io/alberthahn/cloud-swiss-army-knife-mongodb` | ||
|
||
Preinstalled with redis \ | ||
`ghcr.io/alberthahn/cloud-swiss-army-knife-redis` | ||
|
||
Preinstalled with mysql-client \ | ||
`ghcr.io/alberthahn/cloud-swiss-army-knife-mysql` | ||
|
||
Preinstalled with postgresql-client \ | ||
`ghcr.io/alberthahn/cloud-swiss-army-knife-postgresql` |