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

Opentimestamps timestamper #11

Open
meeDamian opened this issue Jan 24, 2020 · 0 comments
Open

Opentimestamps timestamper #11

meeDamian opened this issue Jan 24, 2020 · 0 comments

Comments

@meeDamian
Copy link
Member

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:

  1. volume to source directory

  2. volume to host git configuration

  3. volume to host gpg key

  4. .gitconfig contains:

    [gpg]
    	program = /path/to/opentimestamps-client/ots-git-gpg-wrapper.sh
  5. ots-git-gpg-wrapper.sh is modified to contain --wait flag

  6. entrypoint does git tag

  7. 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' 
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant