-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10461 from mheon/rc3_backports
Backports for v3.2.0-RC3
- Loading branch information
Showing
34 changed files
with
523 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ given. | |
#### **--cert-dir**=*path* | ||
|
||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. | ||
Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client) | ||
Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client) | ||
|
||
#### **--cgroup-parent**=*path* | ||
|
||
|
@@ -972,7 +972,7 @@ If you are using `useradd` within your build script, you should pass the | |
useradd to stop creating the lastlog file. | ||
|
||
## SEE ALSO | ||
podman(1), buildah(1), containers-registries.conf(5), crun(8), runc(8), useradd(8), podman-ps(1), podman-rm(1) | ||
podman(1), buildah(1), containers-certs.d(5), containers-registries.conf(5), crun(8), runc(8), useradd(8), podman-ps(1), podman-rm(1) | ||
|
||
## HISTORY | ||
Aug 2020, Additional options and .dockerignore added by Dan Walsh `<[email protected]>` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ Return the logged-in user for the registry. Return error if no login is found. | |
#### **--cert-dir**=*path* | ||
|
||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. | ||
Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client) | ||
Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client) | ||
|
||
#### **--tls-verify**=*true|false* | ||
|
||
|
@@ -108,7 +108,7 @@ Login Succeeded! | |
``` | ||
|
||
## SEE ALSO | ||
podman(1), podman-logout(1), containers-auth.json(5), containers-registries.conf(5) | ||
podman(1), podman-logout(1), containers-auth.json(5), containers-certs.d(5), containers-registries.conf(5) | ||
|
||
## HISTORY | ||
August 2017, Originally compiled by Urvashi Mohnani <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ environment variable. `export REGISTRY_AUTH_FILE=path` | |
#### **--cert-dir**=*path* | ||
|
||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. | ||
Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client) | ||
Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client) | ||
|
||
#### **--creds**=*[username[:password]]* | ||
|
||
|
@@ -217,7 +217,7 @@ registries.conf is the configuration file which specifies which container regist | |
NOTE: Use the environment variable `TMPDIR` to change the temporary storage location of downloaded container images. Podman defaults to use `/var/tmp`. | ||
|
||
## SEE ALSO | ||
podman(1), podman-push(1), podman-login(1), containers-registries.conf(5) | ||
podman(1), podman-push(1), podman-login(1), containers-certs.d(5), containers-registries.conf(5) | ||
|
||
## HISTORY | ||
July 2017, Originally compiled by Urvashi Mohnani <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.