Skip to content

Commit 180281e

Browse files
committed
Fixed line breaks
1 parent 87e92de commit 180281e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/authoring.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ Tools are packaged, stored and transported as container images but containerizat
1919
```Dockerfile
2020
FROM ghcr.io/uniget-org/tools/make:latest AS make
2121
```
22+
2223
If you are using a pinned version instead of the `latest` tag, the tag will not get renovated. This is not recommended.
24+
2325
The copy the contents into your image:
26+
2427
```Dockerfile
2528
COPY --from=make / /usr/local
2629
```
30+
2731
Also add these dependencies to the `build_dependencies` field in `manifest.yaml`
2832
1. If you rely on an existing tool to execute your tool (e.g. `go` or `make`), add the dependencies to the `runtime_dependencies` field in `manifest.yaml`
2933
1. Examples for many scenarios are included in `@template/Dockerfile.template`

0 commit comments

Comments
 (0)