https://github.com/aerabi/hackdockerfest
Docker best practices created by the community
https://github.com/aerabi/hackdockerfest
docker hacktoberfest security
Last synced: about 1 year ago
JSON representation
Docker best practices created by the community
- Host: GitHub
- URL: https://github.com/aerabi/hackdockerfest
- Owner: aerabi
- Created: 2021-09-30T09:48:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T07:57:11.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:50:52.700Z (over 1 year ago)
- Topics: docker, hacktoberfest, security
- Language: Dockerfile
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Security: security-testing-node/Dockerfile
Awesome Lists containing this project
README
# Hackdockerfest
Hacktoberfest + Docker + Meetup + Oktoberfest :beer:
## About
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](https://www.youtube.com/live/S7T2y6UjQmQ?si=YlwGPypwKW1oE46o).
- **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](https://github.com/aerabi/events), and document every step of the way. The result was turned into [a blog post published on Docker's blog](https://www.docker.com/blog/containerizing-an-event-posting-app-built-with-the-mean-stack/).
- **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).
## Getting Started

- [Black Forest Techies](https://discord.gg/vjauK5qa) Discord server
- [Hackdockerfest 2024 (in Freiburg)](https://www.meetup.com/docker-black-forest/events/303671875/) Meetup event
- [Hackdockerfest 2023 (in Freiburg)](https://www.meetup.com/docker-black-forest/events/296483825/) Meetup event
- [Hackdockerfest 2022 project repository](https://github.com/aerabi/events)
- [Hackdockerfest 2022 (in Freiburg)](https://www.meetup.com/docker-black-forest/events/287845505/) Meetup event
- [Hackdockerfest 2021](https://youtu.be/S7T2y6UjQmQ) YouTube live

## Supply Chain Security
- Check NPM packages: `npm audit`
- Check NPM packages using Snyk: `npm i snyk` and then `snyk test`
- Check Docker image: `docker scout cves `
- Export Docker image dependencies: `docker sbom `
- What is SBOM:
+ [Generate the SBOM for Docker images](https://docs.docker.com/engine/sbom/)
+ [Build a software bill of materials (SBOM) for open source supply chain security](https://snyk.io/blog/building-sbom-open-source-supply-chain-security/)
- Which package to use: Snyk Advisor, e.g. for [`@rxjsx/rxjsx`](https://snyk.io/advisor/npm-package/@rxjsx/rxjsx)
## Contribute
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:
- [Events](https://github.com/aerabi/events)
- [RxJSx](https://github.com/rxjsx/rxjsx)
## Contributors
[](https://github.com/aerabi/hackdockerfest/graphs/contributors)