Skip to content

Commit 7bba6df

Browse files
DannyBritocpuguy83
authored andcommitted
docs: update avalible targets on README.md
1 parent 565c033 commit 7bba6df

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ To print a list of available build targets:
5858

5959
```console
6060
$ BUILDX_EXPERIMENTAL=1 docker build --print=targets -f test/fixtures/moby-runc.yml .
61+
debug/gomods Outputs all the gomodule dependencies for the spec
6162
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.
6466
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
6870
```
6971

7072

SUPPORT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Support
22

3-
## How to file issues and get help
3+
## How to file issues and get help
44

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
77
feature request as a new Issue.
88

99
For help and questions about using this project, please use Github Discussions.
1010

11-
## Microsoft Support Policy
11+
## Microsoft Support Policy
1212

1313
Support for this **PROJECT or PRODUCT** is limited to the resources listed above.

0 commit comments

Comments
 (0)