Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
acb6987200
commit
33b70ed5ae
16 changed files with 686 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM docker.io/renovate/renovate:40.60.4@sha256:93a8fedd41150007d2782892e60ac91985ed0499a5502d8cae5f526899d516ea
|
||||
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
USER 1000:1000
|
Loading…
Add table
Add a link
Reference in a new issue