signer-0.6.1-1
sha256:9fef16c9fe1c00f5b99b0496238d624a58a0f21abf7cafc86940dd39aa68f5a8
OS/ARCH
Compressed size
6.52 MB
Last pushed
almost 6 years by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:9fef16c9fe1c00f5b99b0496238d624a58a0f21abf7cafc86940dd39aa68f5a8
0
ADD file:91fb97ea3549e52e7b6e22b93a6736cf915c756f3d13348406d8ad5f1a872680 in /
2.21 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
118 B
8
/bin/sh -c set -eux; apk add --no-cache --virtual build-deps git go make musl-dev; go version | grep 'go1.10.7 '; 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} PREFIX=. ./bin/static/notary-signer; cp -vL ${GOPATH}/src/${NOTARYPKG}/bin/static/notary-signer ./; apk del --no-network build-deps; rm -rf ${GOPATH}
4.63 MB
9
COPY file:180643db1fd4154262e619c42c1255057d49a4c6cd56be3f475942fd0a35a236 in .
354 B
10
COPY file:849eab43398bc401ed08e75cbad3ea52969452506337a4135a0ef8144dff93ad in .
380 B
11
/bin/sh -c adduser -D -H -g "" notary
1.19 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