Skip to content

Commit

Permalink
CD-52: update UI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidheesh-Panchal committed Aug 6, 2024
1 parent 8f4b662 commit 104c130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started/subscription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ Cypienta User Interface (UI)
--username AWS \
--password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com
CONTAINER_IMAGES="709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3,709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.2.2"
CONTAINER_IMAGES="709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3,709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.2.3"
for i in $(echo $CONTAINER_IMAGES | sed "s/,/ /g"); do docker pull $i; done
Here the two images are:

- **Web container image:** 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.2.2
- **Web container image:** 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.2.3

- **Nginx container image:** 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3

0 comments on commit 104c130

Please sign in to comment.