File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,5 @@ Instructions for creation and deployment of the sandbox specification can be fou
6565
6666To deploy the sandbox Docker image to AWS ECR, we use Proxygen CLI as follows:
6767
68- 1. Follow the instructions in the [specification README](/specification/README.md) to set up Proxygen authentication.
69- 2. Run ` proxygen docker get-login` and copy the command provided in the response.
70- 3. Run the command to authenticate with our ECR repository.
71- 4. Build the sandbox container - ` make build` in this directory.
72- 5. Tag the image created using ` docker image tag < image id> 958002497996.dkr.ecr.eu-west-2.amazonaws.com/eligibility-signposting-api:latest` . You
73- can see what the image id is by running ` docker images` to find what was just built.
74- 6. Push the docker image to our ECR repository using ` docker push 958002497996.dkr.ecr.eu-west-2.amazonaws.com/eligibility-signposting-api:latest`
68+ 1. Run ` make build-and-publish-sandbox-image` to build the sandbox image and publish to the docker ECR repo.
69+ 2. Run ` make deploy-sandbox-spec` to build and publish the sandbox spec to the sandbox instance on APIM.
You can’t perform that action at this time.
0 commit comments