Skip to main content

Kobil Repository

All Kobil images are hosted on public accessible services inside a Kobil private repository. Kobil Image repository is hosted at MicroSoft Azure Container Registry (ACR/azurecr.io). Target is to provide any Kobil application/service image only via repository downloads (moving away from ftp/sftp services).

Access to Kobil image repository hosted on Microsoft Azure

  • Kobil private repository hosted on Azure Container Registry services is not tied to local/MicroSoft account active directory. A separate credential set is required for accessing.
  • Kobil repository administration will provide access token and password (credential set) to the customer to access Azure Container Repository/ACR for pulling images.
  • The "credential set" handling and management for the customer is done by Kobil ONLY. There is no option by customer to revoke or renew password or any other administrative action. The credential-set is NOT a set of ACR userid and password for accessing and logon to the ACR. The credential-set is for using "pull" actions to retrieve Kobil images only.
  • The ACR access token is associated with ACR "scope-map" granting access to specific Kobil repositories.
  • ACR repository naming, image naming and tags may vary and are not in sync with previous docker-hub repos.
  • Accessing the ACR and pulling images is fully compatible to native docker activities and allows customer to run with docker tools as before (including standard helm deployment)
  • The ACR is also used to provide image artifacts or binary packages/file which we use for "SDK packages". This is possible by using tool "oras" instead of native docker pull command.

Access to Kobil chart repository hosted by Kobil for downloading the helm charts (Helm Chart repository / Chart packages)

  • Kobil private chart repository is hosted by Kobil on https://charts.kobil.com.
  • Kobil chart repository administration will provide user-name and password (credential set) to the customer to access the repository for pulling Kobil chart packages.
  • The "credential set" handling/management for the customer is done by Kobil ONLY. There is no option by customer to revoke or renew password or any other administrative action.
  • The "credential set" is granting read-only access to the Kobil private chart repositories.
  • Pulling the Kobil helm chart packages is done via "helm" tool.