File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,15 @@ To print a list of available build targets:
58
58
59
59
` ` ` console
60
60
$ BUILDX_EXPERIMENTAL=1 docker build --print=targets -f test/fixtures/moby-runc.yml .
61
+ debug/gomods Outputs all the gomodule dependencies for the spec
61
62
debug/resolve Outputs the resolved dalec spec file with build args applied.
62
- mariner2 Alias for target mariner2/container
63
- mariner2/container (default) Builds a container with the RPM installed.
63
+ debug/sources Outputs all sources from a dalec spec file.
64
+ mariner2/container (default) Builds a container image for mariner2.
65
+ mariner2/container/depsonly Builds a container image with only the runtime dependencies installed.
64
66
mariner2/rpm Builds an rpm and src.rpm for mariner2.
65
- mariner2/rpm/buildroot Outputs an rpm buildroot suitable for passing to rpmbuild.
66
- mariner2/rpm/sources Outputs all the sources specified in the spec file.
67
- mariner2/rpm/spec Outputs the generated RPM spec file
67
+ mariner2/rpm/debug/ buildroot Outputs an rpm buildroot suitable for passing to rpmbuild.
68
+ mariner2/rpm/debug/ sources Outputs all the sources specified in the spec file in the format given to rpmbuild .
69
+ mariner2/rpm/debug/ spec Outputs the generated RPM spec file
68
70
` ` `
69
71
70
72
Original file line number Diff line number Diff line change 1
1
# Support
2
2
3
- ## How to file issues and get help
3
+ ## How to file issues and get help
4
4
5
- This project uses GitHub Issues to track bugs and feature requests. Please search the existing
6
- issues before filing new issues to avoid duplicates. For new issues, file your bug or
5
+ This project uses GitHub Issues to track bugs and feature requests. Please search the existing
6
+ issues before filing new issues to avoid duplicates. For new issues, file your bug or
7
7
feature request as a new Issue.
8
8
9
9
For help and questions about using this project, please use Github Discussions.
10
10
11
- ## Microsoft Support Policy
11
+ ## Microsoft Support Policy
12
12
13
13
Support for this ** PROJECT or PRODUCT** is limited to the resources listed above.
You can’t perform that action at this time.
0 commit comments