You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invoke via an endpoint with environment and deploy id info
get STS credentials through an endpoint
work in unique directory to not intrude on other tasks
run docker-build with title involving project name and environment fume-project-env:latest
get docker login via ecr command aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin {ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com
tag and push image with docker tag {env-name}:latest {account_id}.dkr.ecr.us-east-1.amazonaws.com and then `docker push {account-id}.dkr.ecr.us-east-1.amazonawes.com/{env-name}:latest
this microservice needs the following dependencies
exclusive handshake access to the API with verifiable middleware
docker installed
ability to set new types of statuses to help report back
The text was updated successfully, but these errors were encountered:
build a micro-service that does the following
fume-project-env:latest
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin {ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com
docker tag {env-name}:latest {account_id}.dkr.ecr.us-east-1.amazonaws.com
and then `docker push {account-id}.dkr.ecr.us-east-1.amazonawes.com/{env-name}:latestthis microservice needs the following dependencies
The text was updated successfully, but these errors were encountered: