drone-plugins/drone-base

Name: drone-base

Owner: drone-plugins

Description: Base image used by the plugins

Created: 2017-09-01 17:34:29.0

Updated: 2018-02-26 17:26:15.0

Pushed: 2018-03-21 13:56:30.0

Homepage: null

Size: 20

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

drone-base

Build Status Join the chat at https://gitter.im/drone/drone

This repository is used to build the base images used by our plugins. It just adds a general /etc/ssl/certs/ca-certificates.crt and /etc/mime.types to a scratch image.

Docker

Build the Docker image with the following command:

er build \
label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
 plugins/base:multiarch .

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.