Skip to content

dactivllc/docker-osslsigncode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

About

A simple Docker container for running osslsigncode. Mostly intended for CI.

Usage

Run in interactive mode with your source root bound to /work; specify your setup script as the command:

docker run --rm -i -v $(pwd):/work omegatorg/osslsigncode ARGS

Put the following wrapper script in your PATH as e.g. osslsigncode to be able to run just osslsigncode ARGS:

#!/usr/bin/env bash

exec docker run --rm -i -v $(pwd):/work omegatorg/osslsigncode "$@"

Important notes

Be aware that depending on how you mount your code into the container, files referenced by the setup script may or may not be "visible" within the container. You probably want to make sure all referenced files are at or below the directory your script is in. The same applies to the output.

About

Docker container for signing windows executables and MSIs using osslsigncode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%