server-0.6.1
sha256:bbd815c2ee5000846aab39d323cdccc6f2f0ee66a6351e667dfdc4a3c2c34565
OS/ARCH
Compressed size
6.96 MB
Last pushed
about 6 years by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:bbd815c2ee5000846aab39d323cdccc6f2f0ee66a6351e667dfdc4a3c2c34565
0
ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 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/server
0 B
5
EXPOSE 4443/tcp
0 B
6
WORKDIR /notary/server
118 B
7
/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} PREFIX=. ./bin/static/notary-server; cp -vL ${GOPATH}/src/${NOTARYPKG}/bin/static/notary-server ./; apk del --no-network build-deps; rm -rf ${GOPATH}
5.09 MB
8
COPY file:e0e3204ef0b253b4cb710125fb7780914daff79cb06e65bfd4e44ee5c6a69a75 in .
417 B
9
COPY file:ac552ea00574aaf9d5de8e5a1abcf10c8f09012df960328db4f963f404e2d409 in .
383 B
10
/bin/sh -c adduser -D -H -g "" notary
1.19 KB
11
USER [notary]
0 B
12
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/notary/server
0 B
13
ENTRYPOINT ["entrypoint.sh"]
0 B
14
CMD ["notary-server" "--help"]
0 B