Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Build an offline version of the Devfile registry image #112

Merged
merged 3 commits into from
Oct 11, 2019

Commits on Oct 11, 2019

  1. Enable building offline version of registry

    Enable users to build an offline version of the devfile registry, which
    contains .zip files for all projects. The offline registry should be
    launched with environment variable CHE_DEVFILE_HTTPS_ENDPOINT set to the
    public URL of the devfile registry for it to properly serve project zip
    files. If the environment variable is not set at startup, the registry
    will try to resolve its cluster IP and port from Kubernetes-provisioned
    environment variables.
    
    The regular (non-offline) build of the registry now requires docker
    builds to target 'registry', e.g.
    
        docker build [...] --target registry
    
    offline builds can instead target 'offline-registry'
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    a3fc742 View commit details
    Browse the repository at this point in the history
  2. remove dockerfile.rhel

    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    38035c2 View commit details
    Browse the repository at this point in the history
  3. fixup: move brew metadata line

    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    754a807 View commit details
    Browse the repository at this point in the history