We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a36b3 commit 39b6665Copy full SHA for 39b6665
README.md
@@ -129,15 +129,15 @@ names are ignored.
129
### `Pkgfile`
130
131
```yaml
132
-# syntax = docker.io/autonomy/bldr:1289eba-frontend
+# syntax = docker.io/autonomy/bldr:v0.1.0-alpha.0-frontend
133
134
format: v1alpha2
135
136
vars:
137
TOOLCHAIN_IMAGE: docker.io/autonomy/toolchain:0714f82
138
```
139
140
-First line of the file should always be shebang which is picked up by
+First line of the file should always be magic comment which is picked up by
141
dockerfile frontend of buildkit and redirects build to the `bldr` frontend.
142
Version tag should match version of the `bldr` you want to use.
143
0 commit comments