commit 10e588a72b3a1c73aad20fc3b92bc391409e9e4b Author: saces Date: Wed Jan 6 19:17:11 2021 +0100 meaningful commitmessage. diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e7a3139 --- /dev/null +++ b/.drone.yml @@ -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 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..570e38d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine + +RUN apk add --no-cache apache2-utils easy-rsa diff --git a/README.md b/README.md new file mode 100644 index 0000000..f830da2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# keymaker + +A simple container, may comes handy for key and password generation. \ No newline at end of file