Initial commit

This commit is contained in:
SebClem 2021-12-06 10:15:28 +01:00
commit e40810dd30
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305
2 changed files with 24 additions and 0 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
name: Build Docker
kind: pipeline
type: docker
steps:
- name: Build and Push docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: harbor.sebclem.fr/sebclem/renovate
registry: harbor.sebclem.fr
tags: slim
trigger:
event:
- cron
- push
cron:
- weekly

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM renovate/renovate:slim
USER root