Skip to content

kunjgit/hacktoberfest-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

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.

✔️List of Docker Extensions for Hacktoberfest 2022

Here is a list of Docker Extension repos you can contribute to, 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
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

🏗️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 GithHub 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/harcktoberfest 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/harcktoberfest with your branch

📹Videos

How to Build Your First Docker Extension Creating Docker Extension from Scratch
Build Your First Docker Extension Creating Docker Extension from Scratch
Introducing Docker Extension What are Docker Extensions
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.

References:

Releases

No releases published

Packages

No packages published