mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 03:10:32 +00:00
docs: Clarify restrictions for packages builds/signing
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -46,6 +46,11 @@ To build a package on an architecture:
|
|||||||
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="<passphrase>" make
|
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="<passphrase>" make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** You *must* be logged into hub (`docker login`) and the
|
||||||
|
passphrase for the key *must* be supplied as an environment
|
||||||
|
variable. The build process has to resort to using `expect` to drive
|
||||||
|
`notary` so none of the credentials can be entered interactively.
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
- Build a local images as `linuxkit/<image>:<hash>-<arch>`
|
- Build a local images as `linuxkit/<image>:<hash>-<arch>`
|
||||||
- Push it to hub
|
- Push it to hub
|
||||||
|
Reference in New Issue
Block a user