8000 Opentimestamps timestamper · Issue #11 · lncm/docker-base · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
10000
Opentimestamps timestamper #11
Open
@meeDamian

Description

@meeDamian

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' 
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0