sha256:df5dabef4d5b397e477ba589ddb913cd89a799b4ddf93e4f31cece82b8fc891b
OS/ARCH
Compressed size
7.55 MB
Last pushed
over 4 years by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:df5dabef4d5b397e477ba589ddb913cd89a799b4ddf93e4f31cece82b8fc891b
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
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} SKIPENVCHECK=1 PREFIX=. ./bin/static/notary-server; cp -vL ${GOPATH}/src/${NOTARYPKG}/bin/static/notary-server ./; apk del --no-network build-deps; rm -rf ${GOPATH}; ./notary-server --help
5.1 MB
8
COPY file:33643ab6368f7007610a81abd5ef291ec43cbd47a0d1581b29490690dc44f709 in .
418 B
9
COPY file:ad1ab25ac8ceb29f1cdc7363c26c083887d76bdbd37db998baad09873ef0811e in .
379 B
10
/bin/sh -c adduser -D -H -g "" notary
1.17 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