Skip to content

OpenSSL tarball Concourse resource v1.0.0

Compare
Choose a tag to compare
@gk-concourse-ninja gk-concourse-ninja released this 01 May 18:47
· 42 commits to master since this release

Features

  • Checks for OpenSSL source code tarballs within a given version family
  • Can find old versions in a given version family
  • Verifies SHA256 checksum
  • Provides the tarball, plus version, family, and sha256 files.

Usage

resource_types:
  - name: bosh-config
    type: registry-image
    source:
      repository: gstack/openssl-source-code-resource
      tag: "v1.0.0"