Docker notary builds based on these releases: https://github.com/theupdateframework/notary/releases
275
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"]
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.
Content type
Image
Digest
Size
10.2 MB
Last updated
over 6 years ago
docker pull quaddo/notary