https://github.com/sagikazarmark/workshop-accelerate-your-development-and-cicd-pipelines-with-dagger
Workshop: Accelerate Your Development and CI/CD Pipelines with Dagger
https://github.com/sagikazarmark/workshop-accelerate-your-development-and-cicd-pipelines-with-dagger
dagger workshop
Last synced: about 2 months ago
JSON representation
Workshop: Accelerate Your Development and CI/CD Pipelines with Dagger
- Host: GitHub
- URL: https://github.com/sagikazarmark/workshop-accelerate-your-development-and-cicd-pipelines-with-dagger
- Owner: sagikazarmark
- Created: 2025-07-20T19:29:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T20:38:41.000Z (3 months ago)
- Last Synced: 2025-08-06T20:54:07.800Z (2 months ago)
- Topics: dagger, workshop
- Language: Nix
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop: Accelerate Your Development and CI/CD Pipelines with Dagger
## Prerequisites
- Make sure Docker is installed and running.
- Make sure [Go](https://go.dev/dl/) is installed.
- Install the latest [Dagger CLI](https://docs.dagger.io/install).
- Make sure you have a [GitHub](https://github.com) account set up with SSH keys.
- Last, but not least: you'll need your favorite text editor or IDE.## Usage
```shell
❯ just --list
Available recipes:
build # build the application
check # run both tests and linters
fmt # format code
lint # run linter
run # run the application
test # run tests
```