Initial commit
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-13 21:44:24 +02:00
commit 6515eef6fd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
4 changed files with 32 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
pull: true
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kolaente/toolbox
tags: latest

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
git-repos-vol
elk-data-vol
nexus-data-vol
gerrit-site-vol
volumes/elasticsearch-data-vol/elasticsearch/
volumes/jenkins-home-vol
*~
*.swp
*.swo
platform.secrets.sh*

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --update zip curl wget unzip bash

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Docker toolbox
[![Build Status](https://drone.kolaente.de/api/badges/konrad/toolbox/status.svg)](https://drone.kolaente.de/konrad/toolbox)