Sign inSign up
notary logo

notary:signer-0.6.1-2

Multi-platform
Also known as:
signer
Security
Manifest digest

sha256:44f117f30922793e76f4d48c38ea7e48801ffd70b6718b0bb8504e4c7dd63ce5

OS/ARCH

Compressed size

7.33 MB

Last pushed

over 4 years by doijanky

Type

Image

Vulnerabilities

1
1
1
0
0

Manifest digest

sha256:44f117f30922793e76f4d48c38ea7e48801ffd70b6718b0bb8504e4c7dd63ce5

Layers (16)

alpine:3.13
1
1
1
0
0
notary:signer-0.6.1-2
0
0
0
0
0

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