Skip to content

efuaakum/staff-device-docker-base-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staff Device Docker Base Image

Repo for base images used across multiple services. Created as the solution to dockerhub rate limts as suggested by AWS.

To run this repo you will need:

  • aws-vault
  • access to shared-services

Adding repos

  1. Update the shared services infrastruture to create your ECR repository. This can be done here by adding the repository name to main.tf in the ecr_images module scope. Make a note of the name chosen.

  2. Create a folder under images with the same name as the repository in step one.

  3. Add a Dockerfile to this folder and populate it with the correct base image value.

  4. Run: aws-vault exec moj-pttp-shared-services -- make build-and-publish

About

Docker base images published to ECR for various services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.4%
  • Makefile 24.9%
  • Dockerfile 13.7%