{"id":21540689,"url":"https://github.com/aerabi/hackdockerfest","last_synced_at":"2025-04-10T03:34:05.751Z","repository":{"id":41854992,"uuid":"412008362","full_name":"aerabi/hackdockerfest","owner":"aerabi","description":"Docker best practices created by the community","archived":false,"fork":false,"pushed_at":"2025-02-14T07:57:11.000Z","size":114,"stargazers_count":4,"open_issues_count":44,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T04:50:52.700Z","etag":null,"topics":["docker","hacktoberfest","security"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aerabi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-testing-node/Dockerfile","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-30T09:48:12.000Z","updated_at":"2024-11-03T18:26:22.000Z","dependencies_parsed_at":"2023-01-19T21:07:41.446Z","dependency_job_id":"0d7b6ffe-f928-4074-909d-5e47fcc8ac6b","html_url":"https://github.com/aerabi/hackdockerfest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerabi%2Fhackdockerfest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerabi%2Fhackdockerfest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerabi%2Fhackdockerfest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aerabi%2Fhackdockerfest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aerabi","download_url":"https://codeload.github.com/aerabi/hackdockerfest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248151910,"owners_count":21056189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","hacktoberfest","security"],"created_at":"2024-11-24T04:19:50.521Z","updated_at":"2025-04-10T03:34:05.731Z","avatar_url":"https://github.com/aerabi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hackdockerfest\n\nHacktoberfest + Docker + Meetup + Oktoberfest :beer:\n\n## About\n\nHackdockerfest is a Docker-themed Hacktoberfest celebration and meetup, happening since 2021.\n\n- **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).\n- **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/).\n- **2023**: The meetup had two talks, one about the latest Docker Con, and the other one about using Docker Compose with Traefik.\n- **2024**: The meetup is scheduled to happen on October 25th. The project is to contribute to a Docker Compose cheat sheet file (#51).\n\n\n\n## Getting Started\n\n\u003cimg src=\"black-forest-techies.png\" width=200\u003e\n\n- [Black Forest Techies](https://discord.gg/vjauK5qa) Discord server\n- [Hackdockerfest 2024 (in Freiburg)](https://www.meetup.com/docker-black-forest/events/303671875/) Meetup event\n- [Hackdockerfest 2023 (in Freiburg)](https://www.meetup.com/docker-black-forest/events/296483825/) Meetup event\n- [Hackdockerfest 2022 project repository](https://github.com/aerabi/events)\n- [Hackdockerfest 2022 (in Freiburg)](https://www.meetup.com/docker-black-forest/events/287845505/) Meetup event\n- [Hackdockerfest 2021](https://youtu.be/S7T2y6UjQmQ) YouTube live\n\n![](https://secure.meetupstatic.com/photos/event/c/a/6/b/600_523731819.webp?w=750)\n\n## Supply Chain Security\n\n- Check NPM packages: `npm audit`\n- Check NPM packages using Snyk: `npm i snyk` and then `snyk test`\n- Check Docker image: `docker scout cves \u003cimage-name\u003e`\n- Export Docker image dependencies: `docker sbom \u003cimage-name\u003e`\n- What is SBOM:\n  + [Generate the SBOM for Docker images](https://docs.docker.com/engine/sbom/)\n  + [Build a software bill of materials (SBOM) for open source supply chain security](https://snyk.io/blog/building-sbom-open-source-supply-chain-security/)\n- Which package to use: Snyk Advisor, e.g. for [`@rxjsx/rxjsx`](https://snyk.io/advisor/npm-package/@rxjsx/rxjsx)\n\n## Contribute\n\nAdd more tips, tricks, or references to this document. This repo is Hacktoberfest participant and your contributions count towards the Hacktoberfest prize.\n\nMore repos to contribute to:\n\n- [Events](https://github.com/aerabi/events)\n- [RxJSx](https://github.com/rxjsx/rxjsx)\n\n## Contributors\n\n[![List of Contributors](https://contrib.rocks/image?repo=aerabi/hackdockerfest)](https://github.com/aerabi/hackdockerfest/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerabi%2Fhackdockerfest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faerabi%2Fhackdockerfest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faerabi%2Fhackdockerfest/lists"}