particle-iot/buildpack-store

Name: buildpack-store

Owner: Particle

Description: [DEPRECATED] This is currently implemented in Dray itself

Created: 2016-06-13 14:49:04.0

Updated: 2017-09-21 12:10:42.0

Pushed: 2018-03-10 16:15:06.0

Homepage:

Size: 7

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Buildpack storing resulting binaries in Redis

Build Status [](https://imagelayers.io/?images=particle/buildpack-store:latest 'Get your own badge on imagelayers.io')

This buildpack takes all files from input directory (/input) and stores them in Redis instance.

Building image
port BUILDPACK_IMAGE=store
t clone "git@github.com:spark/buildpack-${BUILDPACK_IMAGE}.git"
 buildpack-$BUILDPACK_IMAGE
cker build -t particle/buildpack-$BUILDPACK_IMAGE .
Running

This buildpack is designed to be run by Dray but can be also used outside of it by specifying following environment variables:

cker run --rm \
 ~/tmp/input:/input \
 REDIS_URL="redis://192.168.0.10:6379" \
 DRAY_JOB_ID="job-1" \
rticle/buildpack-store

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.