10 lines
229 B
Docker
10 lines
229 B
Docker
|
|
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"]
|