Skip to content

Allow local artifacts storage to be used for dependencies #8

@petrows

Description

@petrows

We have issues that Github might return 500 on some of downloads (i.e. terraform tool) and that causes annoying CI failures.

Please add option to specify tooling deps in kobra.yaml, for example:

# kobra.yaml
toolchain:
  download_prefix: https://my.files/storage/kobra/
  tf:
    provider: terraform
    version: 1.2.3
  ansible:
    version: 1.2.3.0
  sops:
    version: 1.2.3

This should point Kobra to something a-là https://my.files/storage/kobra/terraform-1.2.3.tar.gz.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions