Skip to content

Commit 6c9725d

Browse files
migrate to Dagger 1.0
1 parent d0a7e17 commit 6c9725d

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.dagger/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Dagger workspace configuration
2+
# Install modules with: dagger install <module>
3+
# Example:
4+
# dagger install github.com/dagger/dagger/modules/wolfi
5+
6+
[modules]

.dagger/migration-report.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Migration Report
2+
3+
## Root module requires explicit loading
4+
5+
The root `dagger.json` is still a valid module, but it must be loaded explicitly.
6+
7+
- **This works**: `dagger -m . call --help`
8+
- **This no longer works**: `dagger call --help`
9+
10+
ACTION: If your scripts rely on implicit loading of the root module, change them to use explicit loading.

0 commit comments

Comments
 (0)