Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker support #24

Open
9 tasks
acidjazz opened this issue Mar 22, 2021 · 2 comments
Open
9 tasks

docker support #24

acidjazz opened this issue Mar 22, 2021 · 2 comments

Comments

@acidjazz
Copy link
Member

acidjazz commented Mar 22, 2021

build a micro-service that does the following

  • 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
@acidjazz
Copy link
Member Author

@acidjazz
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant