meaningful commitmessage.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
10e588a72b
3 changed files with 29 additions and 0 deletions
23
.drone.yml
Normal file
23
.drone.yml
Normal 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
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache apache2-utils easy-rsa
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# keymaker
|
||||
|
||||
A simple container, may comes handy for key and password generation.
|
Loading…
Reference in a new issue