Initial draft of plugin.
Some checks failed
Some checks failed
This commit is contained in:
parent
acb6987200
commit
64ae362898
16 changed files with 678 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM docker.io/renovate/renovate:40.29.0
|
||||
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