README.md

November 16, 2022 · View on GitHub

Join our Forum Swag Store Visitor count

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?

To participate, there are two main ways you can contribute:

  1. Create a new own open source extension and add it to the list below.
  2. 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:

  1. The extension should resolve a user pain point or help fill an existing user need.
  2. The extension does not need to be production ready by the end of Hacktoberfest.
  3. 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 RepoCategoryStatusPRs welcome
Volumes Backup & ShareUtilityIn Marketplace
JFrogSecurityIn Marketplace
Aventer Mini ClusterCloud InfrastructureIn Marketplace
DDosifyTestsIn Marketplace
Lacework ScannerSecurityIn Marketplace
GOSHBlockchainIn Marketplace
MesheryCloud Native ManagementIn Marketplace
OktetoDevelopment PlatformIn Marketplace
RedHat OpenShiftDevelopment PlatformIn Marketplace
KubeSailCloud InfrastructureCommunity
PostmanTestsCommunity
Github RegistryImage registryCommunity
Swagger-EditorDevelopment ToolsCommunity
DroneContinuous IntegrationIn Marketplace
AlfrescoContent ManagementCommunity
DDMDevelopment toolsCommunity
StorjCloud InfrastructureCommunity
SuperTokensAuthenticationIdea
ParseableLog Store & ObservabilityCommunity
MiddlewareObservabilityIdea
SizeAnalyzerContent managementCommunity
API RequestsTestsCommunity
Azure Pipelines AgentCI/CDIdea
KubescapeSecurityIdea
YaraHunterSecurityCommunity
SecretScannerSecurityCommunity
PGAdmin4Database ToolsIn Marketplace
SQLclDatabase ToolsIn Marketplace
SQLDeveloper WebDatabase ToolsCommunity
OracleXEDatabaseCommunity
YugabyteDBDatabaseCommunity
Step CASecurityCommunity
Calyptia CoreObservabilityCommunity
Percona Monitoring and ManagementDatabase MonitoringCommunity
LocalStackCloud EmulatorCommunity
Local Lambda TesterTestsCommunity
Graph ViewUtilityCommunity
Debug Distroless or Slim containersUtilityCommunity
Git WeeklyEducationCommunity
Add new extension to participate

List of Docker Extensions suggestions

Here is a list of suggestions or ideas for new Docker Extensions:

Name/Github RepoCategory
Dive ToolUtility
WatchtowerInfrastructure/Automation
BuildgDebugging
Mongo ExpressDatabase
PopeyeDebugging
BotkubeMonitoring/Debugging
EarthlyBuilding / CI
KICSSecurity

🏗️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:

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!

First 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 (in README.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 ExtensionCreating Docker Extension from Scratch
Build Your First Docker ExtensionCreating Docker Extension from Scratch
Introducing Docker ExtensionWhat are Docker Extensions
Introducing Docker ExtensionWhat 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.

References: