Skip to content

alasconnect/habitat-resource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habitat resource

a Concourse resource for publishing Habitat artifacts.

Source configuration

  • origin: Required the package origin
  • name: Required the package name
  • version: Optional the package version
  • auth_token: Optional the token to authenticate with the depot. Required when uploading packages.
  • channel: Optional the channel to check defaults to 'unstable'.

Example

- name: stable-core-consul-pkg
  source:
    channel: stable
    auth_token: <auth-token>
    name: consul
    origin: core
    type: hab-pkg
resource_types:
- name: hab-pkg
  source:
    repository: starkandwayne/habitat-resource
    type: docker-image

Behaviour

out: Upload a habitat package

Parameters

  • channel: Optional overrides the source level channel configuration

in: Download a habitat package

Will download the *.hart file for the habitat package.

About

A concourse image for habitat plans

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.1%
  • Dockerfile 10.9%