Open
Description
After #10 is done, create an image that allows to timestamp git tags without effectively locking the ability to create commits on said machine in the meantime.
Do it by:
-
volume to source directory
-
volume to host git configuration
-
volume to host gpg key
-
.gitconfig
contains:… [gpg] program = /path/to/opentimestamps-client/ots-git-gpg-wrapper.sh
-
ots-git-gpg-wrapper.sh
is modified to contain--wait
flag -
entrypoint
doesgit tag
-
Creating an upgraded
git-tag
should look like:docker run --rm -it \ -v "$(pwd):/src/" \ -v "${HOME}/.gitconfig:/data/.gitconfig:ro" \ -v "some paths for GPG:ro" \ lncm/ots-tag -sa 'TAG' -m 'DESC'
Metadata
Metadata
Assignees
Labels
No labels