FROM registry.bstein.dev/infra/harbor-registry:v2.14.1-arm64 USER root COPY dockerfiles/vault-entrypoint.sh /entrypoint.sh RUN chmod 0755 /entrypoint.sh USER harbor ENTRYPOINT ["/entrypoint.sh"] CMD ["/home/harbor/entrypoint.sh"]