REDREDGROUP Document Hub
RDC CloudContainer Engine

Configure container images

Select an image source and apply supported image updates.

Choose an image at creation

Use External image to enter an image name and tag that the deployment server can pull. The creation form does not provide fields for external registry credentials.

Use Artifact Registry to select an image stored in the current project. The selected image is deployed by digest, so the deployment refers to that specific image rather than a moving tag. If no images are listed, open Artifact Registry to check the repository and push an image first. Its page provides Docker login and push commands using a personal access token.

Update an existing image

  1. Open the container and select General.
  2. If image fields are available, update Docker image and Image tag / digest.
  3. Select Save changes.
  4. Select Redeploy and confirm the operation.
  5. Check Deployments, then verify the application's response.

Saving image settings does not update the running container. Redeploy after saving.

Image editing depends on the resource type and deployment configuration. Applications created with command, entrypoint, or working-directory overrides use a different build configuration, and the General page does not expose these image fields. The current Console does not provide an in-place editor for their creation-time runtime settings.

Next steps

See Deployments and logs when an image cannot be pulled or started.

On this page