Use Single Container
JFrog Connect enables you to quickly deploy a single container from any private repository directly to your edge devices.
Last updated
JFrog Connect enables you to quickly deploy a single container from any private repository directly to your edge devices.
Last updated
Create an update flow that uses the Deploy Container action block. When you select the Single Container option, you will be able to pull a container image directly from a repository, whether it is public or your own private repository.
Completed the procedures in Deploy Container.
Enter the following information:
Image URI: The unique path where the container image is located and the image file name. For example: platform-URL/base-repo/docker-repo/docker-image
Image Tag: The tag of the image.
Click Add Run Flags to enter the run flag information.
Choose a command from the list and then enter the run flag. These are the same flags used in the docker run command.
Click Add (+) if you want to enter an additional run flag. You can run as many as you want.
The Docker run
command structure uses official docker commands, but in a structured manner.
To add the command to run in the container, remove all parts except for [COMMAND] [ARG…]
For example, in the following CLI deployment:
the command will be: echo hello world
For [OPTIONS]
use the Docker Run flags.
Mark the checkbox to delete the current image after the new container has been deployed. (This is the default setting.)
Configure your On Failure policy and instructions for rolling back, if necessary.
On Failure enables you to define what happens upon failure of the Deploy Container action block. By default, the first container is stopped, and if the block fails, the new image is deleted and the previous container will start running once again. This returns everything to the previous state.
Failures that are caused by container logic (e.g., Command fails or Invalid image architecture) are handled by the Docker Compose binary and are not regarded as a block failure.
Save your action block configuration.
If you are adding more action blocks to the workflow, continue to the next one. Otherwise, complete your workflow configuration and save it.
Learn how to go on to the next step and run the update deployment.