Skip to content

Commit ab9eca8

Browse files
authored
Merge pull request #17 from shopkeep/noticket-packagecloud
Add package_cloud image to use in CI
2 parents b236f0e + 555ef79 commit ab9eca8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package_cloud/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM ruby:2.5.1-alpine3.7
2+
3+
ENV PATH=/usr/local/bundle/bin:$PATH
4+
5+
RUN apk add --no-cache build-base
6+
RUN gem install package_cloud -v 0.3.05

package_cloud/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# packagecloud
2+
3+
Docker image containing the packagecloud CLI. Used for deploying packages to packagecloud from CI.

0 commit comments

Comments
 (0)