grim/containers/package_cloud

Parents d52dc6325e02
Children 3174238e1531
Move to the normal alpine image, add a convey.yml, and I'm sure we pulled in a new package_cloud version
  • +1 -2
    Dockerfile
  • +2 -1
    README.md
  • +15 -0
    convey.yml
  • --- a/Dockerfile Sat Apr 09 13:57:04 2016 -0500
    +++ b/Dockerfile Tue Oct 10 22:15:54 2017 -0500
    @@ -1,4 +1,4 @@
    -FROM gliderlabs/alpine:3.3
    +FROM alpine:edge
    RUN apk add --no-cache ruby ruby-rdoc ruby-irb ruby-io-console && \
    gem install package_cloud && \
    @@ -7,4 +7,3 @@
    WORKDIR /packages
    ENTRYPOINT ["/usr/bin/package_cloud"]
    -
    --- a/README.md Sat Apr 09 13:57:04 2016 -0500
    +++ b/README.md Tue Oct 10 22:15:54 2017 -0500
    @@ -1,6 +1,7 @@
    +
    # Package Cloud
    -A simple alpine based container for package_cloud
    +A simple alpine based container for [package_cloud](https://packagecloud.io).
    ## Usage
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/convey.yml Tue Oct 10 22:15:54 2017 -0500
    @@ -0,0 +1,15 @@
    +tasks:
    + import:
    + type: import
    + files: .
    + build:
    + type: build
    + dockerfile: Dockerfile
    + tags: rwgrim/package-cloud
    +
    +plans:
    + default:
    + stages:
    + - tasks:
    + - import
    + - build