Skip to content

Commit

Permalink
chore(container-pull-script): echo destination path and update list-t…
Browse files Browse the repository at this point in the history
…ags verbiage (#372)
  • Loading branch information
carlosmmatos authored Oct 18, 2024
1 parent da7d488 commit 5075ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash/containers/falcon-container-sensor-pull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Optional Flags:
--get-image-path Get the full image path including the registry, repository, and latest tag for the specified SENSOR_TYPE
--get-pull-token Get the pull token of the selected SENSOR_TYPE for Kubernetes
--get-cid Get the CID assigned to the API Credentials
--list-tags List all tags available for the selected sensor type and platform(optional)
--list-tags List all tags available for the selected sensor type and platform, sorted in ascending order
--allow-legacy-curl Allow the script to run with an older version of curl
Internal Flags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Optional Flags:
--get-image-path Get the full image path including the registry, repository, and latest tag for the specified SENSOR_TYPE
--get-pull-token Get the pull token of the selected SENSOR_TYPE for Kubernetes
--get-cid Get the CID assigned to the API Credentials
--list-tags List all tags available for the selected sensor type and platform(optional)
--list-tags List all tags available for the selected sensor type and platform, sorted in ascending order
--allow-legacy-curl Allow the script to run with an older version of curl
Internal Flags:
Expand Down Expand Up @@ -396,6 +396,7 @@ copy_image() {
"$CONTAINER_TOOL" tag "$source_path" "$destination_path"
"$CONTAINER_TOOL" push "$destination_path"
fi
echo "Image copied to: $destination_path"
}

detect_container_tool() {
Expand Down

0 comments on commit 5075ab3

Please sign in to comment.