Sign inSign up

atsnngs/alpine-heroku-cli

By atsnngs

Updated over 8 years ago

Simple Docker Image for running Heroku CLI

Image
0

1.6K

atsnngs/alpine-heroku-cli repository overview

docker-alpine-heroku-cli

Docker Automated build

Usage

CircleCI
# .circleci/config.yml
version: 2

jobs:
  deploy:
    docker:
      - image: atsnngs/alpine-heroku-cli:latest
    steps:
      - checkout
      - add_ssh_keys:
          fingerprints:
            - '4d:74:c3:f5:28:7d:ed:db:aa:b8:6c:7d:15:98:8a:5b'
      - run: /bin/sh /setup.sh
      - run: git push heroku master

Tag summary

Content type

Image

Digest

Size

64.5 MB

Last updated

over 8 years ago

docker pull atsnngs/alpine-heroku-cli