Skip to content

Commit

Permalink
docs: Version list (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 5, 2024
1 parent 5db01e0 commit 6d25d2d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ kubectl apply -f kubernetes.yml

* ### How do I select the macOS version?

By default, Ventura will be installed. But you can add the `VERSION` environment variable to your compose file, in order to specify an alternative macOS version to be downloaded:
By default, macOS 13 (Ventura) will be installed. But you can add the `VERSION` environment variable to your compose file, in order to specify an alternative macOS version to be downloaded:

```yaml
environment:
Expand All @@ -92,14 +92,12 @@ kubectl apply -f kubernetes.yml
Select from the values below:
| **Value** | **Version** | **Size** |
|----|-----|----|
| `sonoma` | Sonoma | ? GB |
| `ventura` | Ventura | 3.0 GB |
| `monterey` | Monterey | ? GB |
| `big-sur` | Big Sur | ? GB |
| `catalina` | Catalina | ? GB |
| `mojave` | Mojave | ? GB |
| **Value** | **Version** |
|----|-----|
| `sonoma` | macOS 14 (Sonoma) |
| `ventura` | macOS 13 (Ventura) |
| `monterey` | macOS 12 (Monterey) |
| `big-sur` | macOS 11 (Big Sur) |

* ### How do I change the storage location?

Expand Down

0 comments on commit 6d25d2d

Please sign in to comment.