Sign inSign up

bp3global/uipcli

By bp3global

Updated over 3 years ago

Image
0

1.7K

bp3global/uipcli repository overview

UiPath CLI

The purpose of this Docker image is to provide the ability to run the UiPath Command Line Interface (UiPath CLI). (The base image is the latest version of dotnet 6 SDK - the only version of dotnet that UiPath has tested against at this time.)

See the following UiPath documentation links for more information on the CLI usage:

Usage

To get more help on the available verbs (actions) and the CLI version, use the following command:

docker run bp3global/uipcli /uipcli.sh [help]

To get help on a specific verb (action), for example, running test sets, use the following command:

docker run bp3global/uipcli /uipcli.sh test
Usage with GitLab

To use within a GitLab pipeline build, as an example, use the following command:

image: bp3global/uipcli
script: /uipcli.sh test...

Note on Vulnerabilities

The vulnerability scan automatically performed by DockerHub when this image is built does report a number of vulnerabilities. Further investigation reveals that these vulnerabilities exist in (are introduced by) the underlying .NET SDK v6 image from Microsoft. As such BP3 takes no responsibility for the fact that these vulnerabilities exist in this image. If you are not happy with these vulnerabilities then your choices are

  1. Report your concerns to Microsoft as the producer of the upstream image
  2. Produce your own image

With that said you may also wish to consider what risk these vulnerabilities actually present. There is a big difference using this image for a server on the public internet versus its intended use to execute a single command as part of a GitLab pipeline. You may feel that you can accept the risk.

Tag summary

Content type

Image

Digest

sha256:9892c621a

Size

343.6 MB

Last updated

over 3 years ago

docker pull bp3global/uipcli