4241a0d7d7
Add winners list |
||
---|---|---|
ES | ||
images | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
README.md
Docker and Hacktoberfest 2022
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 .
Table of Contents
- ❓How to participate?
- 🎁Swag
- ✔️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
❓How to participate?
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.
🎁 Swag
The winners of our swag are:
- Eduardo Silva (Calyptia Core)
- Lalit Kumar Singh (Volume Backup and Restore)
- Sahil Soni (Volume Backup and Restore)
- Nitish Tiwari (Parseable)
- Mohammad-Ali A'râbi (Git Weekly)
- Aniq Javed (Newman)
- Harsh Mishra (LocalStack)
- Gagandeep Pratihar (Ddosify)
- Le-Roi (Ddosify)
- Marcelo Ochoa (SQL Developer Web)
- Risabh Poddar (Supertokens)
- Jiyan Patil (Docker Image Size Extractor)
- Jason Maa (Lambda Tester Extension)
Congratulations!! In the following days we'll be reaching out to the winners directly and ship the swag their way.
✔️List of Docker Extensions for Hacktoberfest 2022
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 | ✅ |
KubeSail | Cloud Infrastructure | Community | ✅ |
Postman | Tests | Community | ✅ |
Github Registry | Image registry | Community | ✅ |
Swagger-Editor | Development Tools | Community | ✅ |
Drone | Continuous Integration | In Marketplace | ✅ |
Alfresco | Content Management | Community | ✅ |
DDM | Development tools | Community | ✅ |
Storj | Cloud Infrastructure | Community | ✅ |
SuperTokens | Authentication | Idea | ✅ |
Parseable | Log Store & Observability | Community | ✅ |
Middleware | Observability | Idea | ✅ |
SizeAnalyzer | Content management | Community | ✅ |
API Requests | Tests | Community | ✅ |
Azure Pipelines Agent | CI/CD | Idea | ✅ |
Kubescape | Security | Idea | ✅ |
YaraHunter | Security | Community | ✅ |
SecretScanner | Security | Community | ✅ |
PGAdmin4 | Database Tools | In Marketplace | ✅ |
SQLcl | Database Tools | In Marketplace | ✅ |
SQLDeveloper Web | Database Tools | Community | ✅ |
OracleXE | Database | Community | ✅ |
YugabyteDB | Database | Community | ✅ |
Step CA | Security | Community | ✅ |
Calyptia Core | Observability | Community | ✅ |
Percona Monitoring and Management | Database Monitoring | Community | ✅ |
LocalStack | Cloud Emulator | Community | ✅ |
Local Lambda Tester | Tests | Community | ✅ |
Graph View | Utility | Community | ✅ |
Debug Distroless or Slim containers | Utility | Community | ✅ |
Git Weekly | Education | Community | ✅ |
Add new extension to participate |
List of Docker Extensions suggestions
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 |
🏗️How to Build Your First Docker Extension
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.
Creating your first Docker Extension
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!
🗣️Propose Your Docker Extension in the Hacktoberfest List
- 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
📹Videos
How to Build Your First Docker Extension | Creating Docker Extension from Scratch |
---|---|
Introducing Docker Extension | What are Docker Extensions |
---|---|
💬Support and Community
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.