signer-0.6.1-2
sha256:44f117f30922793e76f4d48c38ea7e48801ffd70b6718b0bb8504e4c7dd63ce5
OS/ARCH
Compressed size
7.33 MB
Last pushed
almost 3 years by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:44f117f30922793e76f4d48c38ea7e48801ffd70b6718b0bb8504e4c7dd63ce5
0
ADD file:0f80c1db9ba5535d5020662b1c880624848316637bf3f9c189f459ab31f365d0 in /
2.82 MB
1
CMD ["/bin/sh"]
0 B
2
ENV TAG=v0.6.1
0 B
3
ENV NOTARYPKG=github.com/theupdateframework/notary
0 B
4
ENV INSTALLDIR=/notary/signer
0 B
5
EXPOSE 4444
0 B
6
EXPOSE 7899
0 B
7
WORKDIR /notary/signer
151 B
8
/bin/sh -c set -eux; apk add --no-cache --virtual build-deps git go make musl-dev; export GOPATH=/go GOCACHE=/go/cache; mkdir -p ${GOPATH}/src/${NOTARYPKG}; git clone -b ${TAG} --depth 1 https://${NOTARYPKG} ${GOPATH}/src/${NOTARYPKG}; make -C ${GOPATH}/src/${NOTARYPKG} SKIPENVCHECK=1 PREFIX=. ./bin/static/notary-signer; cp -vL ${GOPATH}/src/${NOTARYPKG}/bin/static/notary-signer ./; apk del --no-network build-deps; rm -rf ${GOPATH}; ./notary-signer --help
4.87 MB
9
COPY file:180643db1fd4154262e619c42c1255057d49a4c6cd56be3f475942fd0a35a236 in .
355 B
10
COPY file:849eab43398bc401ed08e75cbad3ea52969452506337a4135a0ef8144dff93ad in .
381 B
11
/bin/sh -c adduser -D -H -g "" notary
1.17 KB
12
USER notary
0 B
13
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/notary/signer
0 B
14
ENTRYPOINT ["entrypoint.sh"]
0 B
15
CMD ["notary-signer" "--help"]
0 B