mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
doc: Add doc for authenticated pull image
Add support for a new source credentials environment variable in the test script Add documentation of it into the how-to guide Fixes #2653 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -392,7 +392,7 @@ run_agent_ctl_command() {
|
||||
}
|
||||
|
||||
agent_pull_image() {
|
||||
run_agent_ctl_command "PullImage image=${PULL_IMAGE} cid=${CONTAINER_ID}"
|
||||
run_agent_ctl_command "PullImage image=${PULL_IMAGE} cid=${CONTAINER_ID} source_creds=${SOURCE_CREDS}"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user