Sign inSign up

quaddo/notary

By quaddo

Updated over 6 years ago

Docker notary builds based on these releases: https://github.com/theupdateframework/notary/releases

Image
0

275

quaddo/notary repository overview

Dockerfile

FROM alpine:3.9.5

ADD https://github.com/theupdateframework/notary/releases/download/v0.6.1/notary-Linux-amd64 /usr/local/bin/notary

RUN chmod +x /usr/local/bin/notary

ENTRYPOINT ["/usr/local/bin/notary"]

Usage example

docker run -it -v ${HOME}/.notary:/root/.notary quaddo/notary version

Be sure to have first created ${HOME}/.notary on one of the Docker EE managers for the cluster and have it configured as needed (per the references linked below) before running the above.

References

Tag summary

Content type

Image

Digest

Size

10.2 MB

Last updated

over 6 years ago

docker pull quaddo/notary