harbor/docs/1.10/install_config
2020-01-21 09:38:35 +01:00
..
configure_https.md Changed sub indexes to README files 2020-01-21 09:38:35 +01:00
configure_user_settings_cli.md Formatting 2020-01-13 12:29:59 +01:00
configure_yml_file.md Renamed index files 2019-12-20 18:49:09 +01:00
customize_token_service.md Link checking and topic rewrites 2020-01-13 12:25:55 +01:00
demo_server.md Link checking and topic rewrites 2020-01-13 12:25:55 +01:00
download_installer.md Renamed index files 2019-12-20 18:49:09 +01:00
harbor_compatibility_list.md Renamed index files 2019-12-20 18:49:09 +01:00
harbor_ha_helm.md Adding TOC links 2020-01-15 16:13:21 +01:00
installation_prereqs.md Renamed index files 2019-12-20 18:49:09 +01:00
quick_install_script.md Added info about reconfiguring 2020-01-20 14:52:31 +01:00
README.md Changed sub indexes to README files 2020-01-21 09:38:35 +01:00
reconfigure_manage_lifecycle.md Renamed index files 2019-12-20 18:49:09 +01:00
run_installer_script.md Changed sub indexes to README files 2020-01-21 09:38:35 +01:00
troubleshoot_installation.md Renamed index files 2019-12-20 18:49:09 +01:00

Back to table of contents


Harbor Installation and Configuration

This section describes how to perform a new installation of Harbor.

If you are upgrading from a previous version of Harbor, you might need to update the configuration file and migrate your data to fit the database schema of the later version. For information about upgrading, see Upgrading Harbor.

Before you install Harbor, you can test its functionality on a demo server that the Harbor team has made available. For information, see Test Harbor with the Demo Server.

You can use Harbor with different 3rd party replication adapters, OIDC adapters, and scanner adapters. For information about the supported adapters, see the Harbor Compatibility List.

Installation Process

The standard Harbor installation process involves the following stages:

  1. Make sure that your target host meets the Harbor Installation Prerequisites.
  2. Download the Harbor Installer
  3. Configure HTTPS Access to Harbor
  4. Configure the Harbor YML File
  5. Run the Installer Script

If installation fails, see Troubleshooting Harbor Installation.

Quick Installation

You can run a script that deploys Harbor to Ubuntu 18.04 with a single command. For information, see Deploy Harbor with the Quick Installation Script.

Deploy Harbor on Kubernetes

You can also use Helm to install Harbor on a Kubernetes cluster, to make it highly available. For information about installing Harbor with Helm on a Kubernetes cluster, see Deploying Harbor with High Availability via Helm.

Post-Installation Configuration

For information about how manage your deployed Harbor instance, see Reconfigure Harbor and Manage the Harbor Lifecycle.

By default, Harbor uses its own private key and certificate to authenticate with Docker. For information about how to optionally customize your configuration to use your own key and certificate, see Customize the Harbor Token Service.

After installation, you perform configuration operations in the Harbor interface. However, Harbor also provides a command line interface (CLI) that allows yoy to Configure Harbor User Settings at the Command Line.

Harbor Components

The table below lists the components that are deployed when you deploy Harbor.

Component Version
Postgresql 9.6.10-1.ph2
Redis 4.0.10-1.ph2
Clair 2.0.8
Beego 1.9.0
Chartmuseum 0.9.0
Docker/distribution 2.7.1
Docker/notary 0.6.1
Helm 2.9.1
Swagger-ui 3.22.1

Back to table of contents