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
Dockerfile
in the directory. - Create a
.arch
file in the directory that contains the architecture of the image. As bellow-
amd64,arm64
- Create a
.version
file in the directory that contains the version of the image. As bellow-
v0.0.1-alpha
- Create a
.forced
file in the directory that contains the forced build tag. - Create a docker-compose file named as
docker-compose.yml
in the directory. - Create a
README.md
file in the directory that contains the description of the image. - Create a pull request.