Skip to content

Key-value Concourse resource v1.2.0

Compare
Choose a tag to compare
@gk-concourse-ninja gk-concourse-ninja released this 17 Dec 16:12
· 102 commits to master since this release

Improvements

  • Build the resource image based on alpine:latest instead of the possibly unstable alpine:edge.
  • Improved the Concourse pipeline to re-build the resource image whenever either the Golang or Alpine base images are updated.
  • Trigger Pull Request testing immediately using a GitHub Action whenever some PR is created or updated.

Usage

resource_types:
  - name: key-value
    type: registry-image
    source:
      repository: gstack/keyval-resource
      tag: "1.2.0"