Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions examples/secure-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ This directory contains scripts to build Google Dataproc custom images compatibl

A single `env.json` file in the root of the `custom-images` repository is used to configure both the network/proxy environment setup and the image building process.

1. **Clone Repositories:** You need both forks for the complete setup:
1. **Clone Repositories:** You need all three repositories for the complete setup:
```bash
git clone https://github.com/LLC-Technologies-Collier/cloud-dataproc.git
git clone https://github.com/LLC-Technologies-Collier/custom-images.git
cd cloud-dataproc
git checkout proxy-sync-2026-01
cd ../custom-images
git checkout proxy-exercise-2025-11
git clone https://github.com/GoogleCloudDataproc/cloud-dataproc.git
git clone https://github.com/GoogleCloudDataproc/custom-images.git
git clone https://github.com/GoogleCloudDataproc/initialization-actions.git
```

2. **Create and Edit `env.json`:**
Expand Down