-
Notifications
You must be signed in to change notification settings - Fork 0
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
-
.gitconfigcontains:… [gpg] program = /path/to/opentimestamps-client/ots-git-gpg-wrapper.sh
-
ots-git-gpg-wrapper.shis modified to contain--waitflag -
entrypointdoesgit tag -
Creating an upgraded
git-tagshould 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