Welcome to the Hacktoberfest 2022 with Docker Extensions!
Hacktoberfest is a month-long celebration of open-source projects, their maintainers, and the entire community of contributors. This event is all about giving back to the community and celebrating all things open source. We’d like to invite you to celebrate Hacktoberfest with us and contribute to the Docker Community Extensions .
- ❓How to participate?
- ✔️List of Docker Extensions for Hacktoberfest 2022
- 🏗️How to Build Your First Docker Extension
- 🗣️Propose Your Docker Extension in the Hacktoberfest List
- 📹Videos
- 💬Support and Community
To participate, there are two main ways you can contribute:
- Create a new own open source extension and add it to the list below.
- Contribute to any of the existing open source extensions listed below that are allowing PRs for Hacktoberfest.
In order to take part in Hacktoberfest, all you need to do is open Pull Requests on this repo or any of the repos listed below joining Hacktoberfest, and get your PR merged or approved.
We know that creating your own extension can feel like a big undertaking so here are a few guidelines to keep in mind:
- The extension should resolve a user pain point or help fill an existing user need.
- The extension does not need to be production ready by the end of Hacktoberfest.
- The extension could be an idea or proof of concept.
Here is a list of Docker Extension repos you can contribute, as part of the Hacktoberfest event.
You can add your own extension in this list with your own github repository.
Name/Github Repo | Category | Status | PRs welcome |
---|---|---|---|
Volumes Backup & Share | Utility | In Marketplace | ✅ |
JFrog | Security | In Marketplace | ✅ |
Aventer Mini Cluster | Cloud Infrastructure | In Marketplace | ✅ |
DDosify | Tests | In Marketplace | ✅ |
Lacework Scanner | Security | In Marketplace | ✅ |
GOSH | Blockchain | In Marketplace | ✅ |
Meshery | Cloud Native Management | In Marketplace | ✅ |
Okteto | Development Platform | In Marketplace | ✅ |
RedHat OpenShift | Development Platform | In Marketplace | ✅ |
Postman | Tests | Community | ✅ |
Github Registry | Image registry | Community | ✅ |
Swagger-Editor | Development Tools | Community | ✅ |
Drone | Continuous Integration | Community | ✅ |
Alfresco | Content Management | Community | ✅ |
DDM | Development tools | Community | ✅ |
Storj | Cloud Infrastructure | Community | ✅ |
SuperTokens | Authentication | Community | ✅ |
Parseable | Log Store & Observability | Community | ✅ |
SizeAnalyzer | Content management | Community | ✅ |
API Requests | Tests | Community | ✅ |
Azure Pipelines Agent | CI/CD | Community | ✅ |
Kubescape | Security | Idea | ✅ |
YaraHunter | Security | Community | ✅ |
SecretScanner | Security | Community | ✅ |
Add new extension to participate |
Here is a list of suggestions or ideas for new Docker Extensions:
Name/Github Repo | Category |
---|---|
Dive Tool | Utility |
Watchtower | Infrastructure/Automation |
Buildg | Debugging |
Mongo Express | Database |
Popeye | Debugging |
Botkube | Monitoring/Debugging |
Earthly | Building / CI |
KICS | Security |
See steps below about how to create your first Docker Extension, and how to add it in the list.
When adding an extension, you can also specify if you accept Hacktoberfest contributions in your extension, that will encourage other people to participate and improve the extension you propose.
If you have any questions, join our Community Slack channel #extensions.
To get started, you can create your first Docker Extension in minutes. See details in our QuickStart guide.
In a nutshell:
- If you have not Docker Desktop installed yet, install Docker Desktop.
- in a terminal, type
docker extension init my-extension
It will prompt you for a Docker image name for your extension, and a few details. This will generate a hello-world extension with a basic UI and a connected backend service (optional).
- navigate to the generated folder, and type
make install-extension
to build and install the generated extension.
- Open Docker Desktop Dashboard and test the extension by navigating to the
Test-Extension
tab. You now have a running extension!
- Once you have a GitHub repo for your extension, edit the
README.md
and describe your extension, the pain point or user needs it solves. - Push the new Git repo to your GitHub account
git remote add origin https://github.com/my-account/my-extension.git
git push -u origin main
- Fork https://github.com/docker/hacktoberfest-2022 repo
- In your local clone of
docker/hacktoberfest-2022
repo, add your extension in the list (inREADME.md
). Don't forget to include:- extension name, and a one line description
- Github repo for the description
- status of the Extension you add:
idea
(if you have not started to actually code the extension),Community
(some code has been started),functional
(functionality is implemented) - specify if you accept PRs from other Hacktoberfest participant (set
hacktoberfest
label on your git repo)
- commit your changes and push a branch on your local fork, and create a Pull Request in docker/hacktoberfest-2022 with your branch
How to Build Your First Docker Extension | Creating Docker Extension from Scratch |
---|---|
Introducing Docker Extension | What are Docker Extensions |
---|---|
If you do get enough interest to build a Docker Extension, the team at Docker is available to support you. You can find us in the Docker Forum, post issues on our SDK repo, or reach us via email extensions(AT)docker.com.