Skip to content

This is the repository for all private docker files.

License

Notifications You must be signed in to change notification settings

tech-thinker/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerfiles

This is the repository for version locked docker files.

Adding new image:

  1. Create a directory named as "image_name" that you want to create.
  2. Create a Dockerfile named as Dockerfile in the directory.
  3. Create a .arch file in the directory that contains the architecture of the image. As bellow-
amd64,arm64
  1. Create a .version file in the directory that contains the version of the image. As bellow-
v0.0.1-alpha
  1. Create a .forced file in the directory that contains the forced build tag.
  2. Create a docker-compose file named as docker-compose.yml in the directory.
  3. Create a README.md file in the directory that contains the description of the image.
  4. Create a pull request.