Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 739 Bytes

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.