titan-iac/dockerfiles/Dockerfile.harbor-jobservice-vault

10 lines
229 B
Docker
Raw Normal View History

2026-01-14 20:46:46 -03:00
FROM registry.bstein.dev/infra/harbor-jobservice:v2.14.1-arm64
USER root
COPY dockerfiles/vault-entrypoint.sh /entrypoint.sh
RUN chmod 0755 /entrypoint.sh
USER harbor
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/harbor/entrypoint.sh"]