-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme and remove unused step in gh action
Signed-off-by: Christopher Larivière <[email protected]>
- Loading branch information
1 parent
5cb495a
commit adc02ad
Showing
2 changed files
with
20 additions
and
11 deletions.
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,21 @@ | ||
# containers | ||
|
||
Various containers used throughout my cluster and other projects. | ||
Various containers used throughout my cluster and other projects. | ||
|
||
Largely inspired by onedr0p's repository, most of the github actions come from there | ||
My initial version was only working with single platform. For multi-platform, it needed more work and I used and understood how it was done in his containers repo! | ||
|
||
Only difference in this version is it used golang for the api, I thought i'd try something different instead of copy/pasting the python. | ||
|
||
# Note | ||
|
||
This repo does not test the images, be warned! | ||
|
||
## 🤝 Gratitude and Thanks | ||
|
||
Thanks to all the people who donate their time to the [Home Operations](https://discord.gg/home-operations) Discord community. Be sure to check out [kubesearch.dev](https://kubesearch.dev/) for ideas on how to deploy applications or get ideas on what you may deploy. | ||
|
||
- onedr0p | ||
- bjw-s | ||
|
||
For all their hard work and dedication |