Initial commit

This commit is contained in:
bunix42 2021-08-12 12:00:31 +00:00
commit a07dd8e1a4
3 changed files with 38 additions and 0 deletions

32
.drone.yml Normal file
View File

@ -0,0 +1,32 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: docker-latest
image: plugins/docker
settings:
repo: bunix42/docker-template
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
channel: drone
username: drone
trigger:
branch:
- main
event:
- push

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine
LABEL maintainer="hanjo@bunix.de"

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# docker-template
[![Build Status](https://ci.bunix.de/api/badges/bunix42/docker-schemacrawler-node/status.svg)](https://ci.bunix.de/bunix42/docker-schemacrawler-node)