meaningful commitmessage.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
saces 2021-01-06 19:17:11 +01:00
commit 10e588a72b
3 changed files with 29 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: build and deploy
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: registry.saces.eu/saces/keymaker
registry: registry.saces.eu
username:
from_secret: registreu_user
password:
from_secret: registreu_spassword
tags: latest
node:
saces: saces

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine
RUN apk add --no-cache apache2-utils easy-rsa

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# keymaker
A simple container, may comes handy for key and password generation.