gitops/goharbor/notary-server-photon (dev-arm)

Published 2023-07-05 14:56:58 +00:00 by mtrnord in kubernetes/gitops

Installation

docker pull git.nordgedanken.dev/kubernetes/gitops/goharbor/notary-server-photon:dev-arm
sha256:ba4c2d713c24ab49087e8fbdd800495c0a0b044085761cc9eaa88453ac45ad48

Image Layers

ADD file:87128d69ccd9cfd6281b9d113ad35985d95746cdb25c5a228967e04c39752d58 in /
LABEL name=Photon OS aarch64/4.0 Base Image vendor=VMware build-date=20230610
CMD ["/bin/bash"]
RUN /bin/sh -c tdnf install -y shadow >> /dev/null && tdnf clean all && groupadd -r -g 10000 notary && useradd --no-log-init -r -g 10000 -u 10000 notary # buildkit
COPY ./make/photon/notary/migrate-patch /bin/migrate-patch # buildkit
COPY ./make/photon/notary/binary/notary-server /bin/notary-server # buildkit
COPY ./make/photon/notary/binary/migrate /bin/migrate # buildkit
COPY ./make/photon/notary/binary/migrations/ /migrations/ # buildkit
RUN /bin/sh -c chmod +x /bin/notary-server /migrations/migrate.sh /bin/migrate /bin/migrate-patch # buildkit
ENV SERVICE_NAME=notary_server
USER notary
CMD ["/bin/sh" "-c" "migrate-patch -database=${DB_URL} && /migrations/migrate.sh && /bin/notary-server -config=/etc/notary/server-config.postgres.json -logf=logfmt"]

Labels

Key Value
base-build-date 20230614
build-date 20230610
name Photon OS aarch64/4.0 Base Image
vendor VMware
Details
Container
2023-07-05 14:56:58 +00:00
3285
OCI / Docker
linux/arm64
59 MiB
Versions (1) View all
dev-arm 2023-07-05