From 651dd9d4678eef9f5f8bdb2ec8a5fe07e04ce7b1 Mon Sep 17 00:00:00 2001 From: Guil Lima <108761690+gplima89@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:45:05 -0600 Subject: [PATCH 1/2] Including Pre-Hackaton Checklist --- docs/dagger/dagger-hackathon/README.md | 28 +++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/dagger/dagger-hackathon/README.md b/docs/dagger/dagger-hackathon/README.md index 2f10e0f4..7efb0f66 100644 --- a/docs/dagger/dagger-hackathon/README.md +++ b/docs/dagger/dagger-hackathon/README.md @@ -16,7 +16,33 @@ Welcome to the Dagger hackathon hosted by the [CNCF](https://community.cncf.io/c ## ✅ Prerequisites -There are two options for this hackathon. We highly recommend the first option to avoid dependency issues. +## Dagger Hackathon: Get Ready! + +To ensure a smooth and successful hackathon experience, please complete the +following checklist *before* the event. This will help you avoid common setup +issues and maximize your hacking time! + +## Pre-Hackathon Readiness Checklist + +* [ ] **GitHub Account:** Have a personal GitHub account ready and accessible. +* [ ] **Internet Connectivity:** Ensure you have a stable internet connection. +* [ ] **Python 3.11+:** Install Python 3.11 or a newer version. Verify installation +by running `python3.11 --version` (or `python --version`). +* [ ] **Docker Desktop / Container Runtime:** Install and start Docker Desktop +(or Colima/Podman). Confirm it's running. +* [ ] **Dagger CLI:** Install the Dagger CLI. Verify installation by running +`dagger version`. +* [ ] **GitHub Personal Access Token:** Generate a GitHub Personal Access +Token with `repo` scope (or `public_repo` for public repositories) and `workflow` +permissions. Keep it secure! +* [ ] **Fork the Repository:** Create a fork of this hackathon repository to your +personal GitHub account. + +If you encounter any issues during this pre-check, please refer to the +[Troubleshooting Guide](#-troubleshooting-guide) in this README or reach out to +the hackathon organizers for assistance *before* the event starts. + +## There are two options for this hackathon. We highly recommend the first option to avoid dependency issues. ### 1️⃣ Option 1: Github Codespace From ff35f9449e5e17231e240b3a91c65279210c381c Mon Sep 17 00:00:00 2001 From: Guil Lima <108761690+gplima89@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:50:13 -0600 Subject: [PATCH 2/2] Failback --- docs/dagger/dagger-hackathon/README.md | 28 +------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/docs/dagger/dagger-hackathon/README.md b/docs/dagger/dagger-hackathon/README.md index 7efb0f66..2f10e0f4 100644 --- a/docs/dagger/dagger-hackathon/README.md +++ b/docs/dagger/dagger-hackathon/README.md @@ -16,33 +16,7 @@ Welcome to the Dagger hackathon hosted by the [CNCF](https://community.cncf.io/c ## ✅ Prerequisites -## Dagger Hackathon: Get Ready! - -To ensure a smooth and successful hackathon experience, please complete the -following checklist *before* the event. This will help you avoid common setup -issues and maximize your hacking time! - -## Pre-Hackathon Readiness Checklist - -* [ ] **GitHub Account:** Have a personal GitHub account ready and accessible. -* [ ] **Internet Connectivity:** Ensure you have a stable internet connection. -* [ ] **Python 3.11+:** Install Python 3.11 or a newer version. Verify installation -by running `python3.11 --version` (or `python --version`). -* [ ] **Docker Desktop / Container Runtime:** Install and start Docker Desktop -(or Colima/Podman). Confirm it's running. -* [ ] **Dagger CLI:** Install the Dagger CLI. Verify installation by running -`dagger version`. -* [ ] **GitHub Personal Access Token:** Generate a GitHub Personal Access -Token with `repo` scope (or `public_repo` for public repositories) and `workflow` -permissions. Keep it secure! -* [ ] **Fork the Repository:** Create a fork of this hackathon repository to your -personal GitHub account. - -If you encounter any issues during this pre-check, please refer to the -[Troubleshooting Guide](#-troubleshooting-guide) in this README or reach out to -the hackathon organizers for assistance *before* the event starts. - -## There are two options for this hackathon. We highly recommend the first option to avoid dependency issues. +There are two options for this hackathon. We highly recommend the first option to avoid dependency issues. ### 1️⃣ Option 1: Github Codespace