Skip to content

Commit

Permalink
GITBOOK-1099: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored and gitbook-bot committed Sep 24, 2024
1 parent 1147466 commit 0460d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social-registry/developer-zone/docker-packaging-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Versions of all repositories that are used to create the Docker are specified in

### Creating Docker package

1. Create a package file for the new version that you want to create. The name of the package file can be arbitrary but it is recommended that it reflects the Docker tag version. E.g. `1.3.1.txt`.
1. Create a package file for the new version that you want to create. See [example](https://github.com/OpenG2P/openg2p-packaging/blob/main/packaging/packages/social-registry/1.3.1.txt). The name of the package file can be arbitrary but it is recommended that it reflects the Docker tag version. E.g. `1.3.1.txt`.
2. <mark style="color:red;">IMPORTANT</mark>: Update the first line in the package file for the new version. (This is critical otherwise previous tag will get overwritten on Docker Hub)
3. Inspect the contents of the package file on which versions of repositories need to be packed in this Docker.
4. Make sure the repositories are tagged with the versions matching in the package file. See above section on tagging.
Expand Down

0 comments on commit 0460d34

Please sign in to comment.