Skip to content

Commit

Permalink
Add package_cloud image to use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Carey committed May 24, 2018
1 parent b236f0e commit 555ef79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package_cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ruby:2.5.1-alpine3.7

ENV PATH=/usr/local/bundle/bin:$PATH

RUN apk add --no-cache build-base
RUN gem install package_cloud -v 0.3.05
3 changes: 3 additions & 0 deletions package_cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# packagecloud

Docker image containing the packagecloud CLI. Used for deploying packages to packagecloud from CI.

0 comments on commit 555ef79

Please sign in to comment.