Hacktoberfest + Docker + Meetup + Oktoberfest 🍺
Hackdockerfest is a Docker-themed Hacktoberfest celebration and meetup, happening since 2021.
- 2021: The project was to contribute Docker security tips to this repository, and the results were presented in a live stream.
- 2022: There was a local meetup in Freiburg with 2 talks, one about SBOMs and how to generate them from Docker images. The project was creating an events website using MEAN stack, and document every step of the way. The result was turned into a blog post published on Docker's blog.
- 2023: The meetup had two talks, one about the latest Docker Con, and the other one about using Docker Compose with Traefik.
- 2024: The meetup is scheduled to happen on October 25th. The project is to contribute to a Docker Compose cheat sheet file (#51).
- Black Forest Techies Discord server
- Hackdockerfest 2024 (in Freiburg) Meetup event
- Hackdockerfest 2023 (in Freiburg) Meetup event
- Hackdockerfest 2022 project repository
- Hackdockerfest 2022 (in Freiburg) Meetup event
- Hackdockerfest 2021 YouTube live
- Check NPM packages:
npm audit
- Check NPM packages using Snyk:
npm i snyk
and thensnyk test
- Check Docker image:
docker scout cves <image-name>
- Export Docker image dependencies:
docker sbom <image-name>
- What is SBOM:
- Which package to use: Snyk Advisor, e.g. for
@rxjsx/rxjsx
Add more tips, tricks, or references to this document. This repo is Hacktoberfest participant and your contributions count towards the Hacktoberfest prize.
More repos to contribute to: