This is the repository for version locked docker files.
- Create a directory named as "image_name" that you want to create.
- Create a Dockerfile named as
Dockerfilein the directory. - Create a
.archfile in the directory that contains the architecture of the image. As bellow-
amd64,arm64- Create a
.versionfile in the directory that contains the version of the image. As bellow-
v0.0.1-alpha- Create a
.forcedfile in the directory that contains the forced build tag. - Create a docker-compose file named as
docker-compose.ymlin the directory. - Create a
README.mdfile in the directory that contains the description of the image. - Create a pull request.