Skip to content

Commit f3bf861

Browse files
authored
Added additonal steps for Dagger hack (#88)
1 parent cb1c1cb commit f3bf861

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/dagger/dagger-hackathon/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Welcome to the Dagger hackathon hosted by the [CNCF](https://community.cncf.io/cloud-native-calgary/) and [Code to Cloud](https://www.codetocloud.io/)! By the end of this hack, you will have a good understanding of how to use Dagger and the various use cases it can help support.
44

5+
👀 Here’s the end-to-end flow:
6+
7+
![image](./assets/hack-overview.jpeg)
8+
9+
1️⃣ Dev makes a change 🛠️
10+
11+
2️⃣ Pushes it to GitHub & opens a PR 🔁
12+
13+
3️⃣ GitHub Actions pipeline is triggered ⚙️
14+
15+
4️⃣ Unit tests run… and fail 🚫
16+
17+
5️⃣ Dagger agent inspects the issue using smart tools 🔍
18+
19+
6️⃣ A helpful comment appears on the PR 💬
20+
521
## 🎯 Expected Outcomes
622

723
✅ Build a real-world use case with Dagger
@@ -116,6 +132,14 @@ The below steps will take you through making a breaking change to a file in our
116132
```bash
117133
export GITHUB_TOKEN="XXX"
118134
```
135+
The Azure OpenAI details can be found below:
136+
137+
```bash
138+
export AZURE_API_KEY="FT0Dd0iIglkzGbizOMUp79k0Frea7neDtVXRhFZ5m39CJJJcdfxFJQQJ99BEACYeBjFXJ3w3AAABACO"
139+
export AZURE_API_ENDPOINT="https://vdfvdf.openai.azure.com/"
140+
```
141+
142+
> **Note:** The full API key will be provided during the hackathon.
119143
120144
- Put in your values and run in CLI:
121145
```bash
24.3 KB
Loading

0 commit comments

Comments
 (0)