Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation added #8

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# dockerfiles
This is the repository for all private docker files.
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-
```sh
amd64,arm64
```
4. Create a `.version` file in the directory that contains the version of the image. As bellow-
```sh
v0.0.1-alpha
```
5. Create a `.forced` file in the directory that contains the forced build tag.
6. Create a docker-compose file named as `docker-compose.yml` in the directory.
7. Create a `README.md` file in the directory that contains the description of the image.
8. Create a pull request.
Empty file removed bookstack/.forced
Empty file.
Loading