-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Earthly Workshop | ||
|
||
## Prerequisites | ||
|
||
1. Sign in or Sign up for [Earthly](https://cloud.earthly.dev/login). | ||
2. Install Earthly CLI | ||
3. Install [Docker](https://www.docker.com/products/docker-desktop/). | ||
4. Sign up for a [Fly.io](https://fly.io/) account. | ||
|
||
## Topics Covered | ||
|
||
- [x] Earthfile basics | ||
- [x] The Earthly command | ||
- [x] Passing arguments | ||
- [x] Caching dependencies | ||
- [x] Running tests | ||
- [x] Building artifacts | ||
- [x] Building and pushing images | ||
- [x] Monorepos and composing pipelines | ||
- [x] Repository layout | ||
- [x] Calling targets from other directories | ||
- [x] Copying artifacts between targets | ||
- [x] Orchestrating a monorepo or complex build | ||
- [x] Parallelism | ||
- [x] Running locally | ||
- [x] Earthly Satellites | ||
- [x] Creating and managing satellites | ||
- [x] Using satellites with your local machine | ||
- [x] Using satellites with Github Actions | ||
- [x] Deployment & advanced topics | ||
- [x] Earthly Cloud secrets | ||
- [x] User Defined Commands (UDCs) | ||
- TBD |