Skip to content

Patrick-Luo-THR/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECR Tools

Scripts is a repo that contains a few tools to push new images.

How to setup

  1. Make sure your credential is up to date

  2. Edit the .env file with info for you image such as version, iamge name etc.

Remember to change the image id to the image you are pushing.

How to use

After updating, use terminal go to the main folder and use the following commands:

  1. login your aws on your docker
make login 
  1. tag your image on your docker
make tag
  1. create a new repor with infomation from .env
make create
  1. push the image
make push

Optional: if the repo isn't created properly, you can use delete script to remove it.

make delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published