Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for configurable REGISTRY_URL to download Databricks CLI from custom registrie #128

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. feat: add support for custom REGISTRY_URL to download Databricks CLI …

    …from private registries
    
    - Added  input to allow downloading the Databricks CLI from a configurable registry.
    - Defaulted  to  for backward compatibility.
    - Updated bash scripts to use  for dynamic CLI downloading.
    - Ensures flexibility for using private mirrors or Artifactory instances.
    GezimSejdiu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    585e61e View commit details
    Browse the repository at this point in the history
  2. fix: correct missing trailing slash in REGISTRY_URL for Databricks CL…

    …I download
    
    - Fixed a typo by adding a missing trailing slash to the `REGISTRY_URL` in the `curl` command.
    - Ensures proper URL construction when downloading the Databricks CLI from custom registries.
    GezimSejdiu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7918d4c View commit details
    Browse the repository at this point in the history