• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

goharbor / harbor
65%
master: 61%

Build:
Build:
LAST BUILD BRANCH: remove_adminserver
DEFAULT BRANCH: master
Repo Added 08 Aug 2018 09:11AM UTC
Files 220
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH release-1.5.0
branch: release-1.5.0
CHANGE BRANCH
x
Reset
  • release-1.5.0
  • Feat--migration_scritp_180_2_190
  • New-Replication-Rule-style-bug
  • add-expect-file-from-linux-os
  • add-retry-for-get-project-Quotas-1
  • add_community_pro_link
  • adopters
  • angular6
  • bitsf-patch-2
  • bump_up_legacy_api_version
  • clouderati-copyright-update
  • debug_oidc_onboard
  • dev-center
  • dev-center1
  • dronetest-test1
  • enhance_job_service
  • feat/retention/GH-6660-keep-most-recent-n
  • feat/retention/GH-6661-retain-newer-than-n-days
  • feature/tag_retention
  • fix-images
  • fix_ldap_group_admin_dn
  • fix_nightly
  • fix_ui_bug
  • fixing-links
  • harbor-tile-testcase
  • jonasrosland-patch-1
  • jonasrosland-patch-2
  • master
  • michmike-patch-1
  • michmike-patch-2
  • michmike-patch-3
  • michmike-patch-4
  • michmike-patch-5
  • michmike-patch-6
  • michmike-patch-7
  • michmike-patch-8
  • minor-doc-fixes
  • newdocs-check
  • oic-ui-1
  • optimize_cicd
  • p2p_preheat
  • pr/upgrade2angular5
  • project-quota-dev
  • readme-updates
  • refactor_admin
  • release-1.10.0
  • release-1.6.0
  • release-1.7.0
  • release-1.8.0
  • release-1.9.0
  • remove_adminserver
  • rep-aws-drv
  • replication
  • replication_ng
  • revert-8494-fix-global-search
  • revert-9506-token-sevice
  • sclements-1.10-cherrypick
  • sclements-1.10-doc-updates
  • seprate_harbor_portal_from_harbor_core
  • test_coverage1
  • test_tag_retention
  • tile_master
  • travis-encrypt-gskey
  • ui-modify
  • upgrade_clarity-2.1
  • upgrade_clr_1.0.3_issue
  • v1.10.0
  • v1.10.0-rc1
  • v1.10.0-rc2
  • v1.10.1
  • v1.10.2
  • v1.10.2-rc1
  • v1.10.3
  • v1.10.3-rc1
  • v1.10.4-rc1
  • v1.10.5
  • v1.10.5-rc1
  • v1.10.6-rc1
  • v1.5.3
  • v1.5.4
  • v1.6.0
  • v1.6.0-rc1
  • v1.6.0-rc2
  • v1.6.0-rc3
  • v1.6.1
  • v1.6.2
  • v1.6.3
  • v1.7.0
  • v1.7.0-rc1
  • v1.7.0-rc2
  • v1.7.1
  • v1.7.2
  • v1.7.3
  • v1.7.4
  • v1.7.5
  • v1.7.6
  • v1.7.6-rc1
  • v1.7.7
  • v1.7.7-rc1
  • v1.8.0
  • v1.8.0-rc1
  • v1.8.0-rc2
  • v1.8.1
  • v1.8.2
  • v1.8.2-rc1
  • v1.8.2-rc2
  • v1.8.3
  • v1.8.3-rc1
  • v1.8.4
  • v1.8.5
  • v1.8.5-rc1
  • v1.8.6
  • v1.8.6-rc1
  • v1.9.0
  • v1.9.0+vmware.1
  • v1.9.0-rc1
  • v1.9.0-rc2
  • v1.9.1
  • v1.9.2
  • v1.9.2-rc1
  • v1.9.3
  • v1.9.4
  • v1.9.4-rc1
  • v1.9.4-rc2
  • vmware-1.9.0
  • webhook-dev
  • webhook-dev-20190807
  • wwp-weighting
  • xaleeks-patch-1
  • xaleeks-patch-2
  • xaleeks-patch-3
  • zzm_test

17 Oct 2018 04:29AM UTC coverage: 64.587% (+0.08%) from 64.51%
9037

push

travis-ci

web-flow
Limit dns search in harbor containers (#6058)

This commit is to set dns search to null in the harbor containers,
that means the dns search domains of docker host doesn't impact
the network IO in the containers.

If do not set this, Harbor notary-server and notary-signer are resolving
the "mysql" alias to the resolv.conf search path instead of to "mysql."
for the notary-db bridge IP, see #6031.

According to docker official document, 'Use --dns-search=.' if you don't
wish to set the search domain.

https://docs.docker.com/v17.09/engine/userguide/networking/default_network/configure-dns/

Signed-off-by: wang yan <wangyan@vmware.com>

10839 of 16782 relevant lines covered (64.59%)

8.41 hits per line

Relevant lines Covered
Build:
Build:
16782 RELEVANT LINES 10839 COVERED LINES
8.41 HITS PER LINE
Source Files on release-1.5.0
  • List 0
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9037 release-1.5.0 Limit dns search in harbor containers (#6058) This commit is to set dns search to null in the harbor containers, that means the dns search domains of docker host doesn't impact the network IO in the containers. If do not set this, Harbor not... push 17 Oct 2018 04:46AM UTC web-flow travis-ci
64.59
9036 release-1.5.0 Limit dns search in harbor containers This commit is to set dns search to null in the harbor containers, that means the dns search domains of docker host doesn't impact the network IO in the containers. If do not set this, Harbor notary-server a... Pull #6058 17 Oct 2018 03:55AM UTC web-flow travis-ci
64.48
9013 release-1.5.0 Merge pull request #6042 from reasonerjt/bump-up-clair-cherrypick-1.5.0 Bump up clair cherrypick 1.5.0 push 16 Oct 2018 06:16AM UTC web-flow travis-ci
64.51
8952 release-1.5.0 Bump up Clair to 2.0.6 (#6016) Signed-off-by: Daniel Jiang <jiangd@vmware.com> push 15 Oct 2018 03:03AM UTC wy65701436 travis-ci
64.61
8606 release-1.5.0 Update LICENSE and OSL (#5874) Signed-off-by: Daniel Jiang <jiangd@vmware.com> push 12 Sep 2018 06:20AM UTC wy65701436 travis-ci
64.59
8604 release-1.5.0 Update LICENSE and OSL Signed-off-by: Daniel Jiang <jiangd@vmware.com> Pull #5874 12 Sep 2018 03:11AM UTC web-flow travis-ci
64.59
8505 release-1.5.0 Promote release version to v1.5.3 (#5811) Signed-off-by: wang yan <wangyan@vmware.com> push 04 Sep 2018 07:53AM UTC web-flow travis-ci
64.59
8498 release-1.5.0 Update the base image in the offline installer (#5807) Signed-off-by: wang yan <wangyan@vmware.com> push 04 Sep 2018 06:49AM UTC web-flow travis-ci
64.5
8493 release-1.5.0 Update the base image in the offline installer Pull #5806 04 Sep 2018 06:06AM UTC web-flow travis-ci
64.49
8483 release-1.5.0 Bump up clair to v2.0.5 (#5787) Signed-off-by: Daniel Jiang <jiangd@vmware.com> push 03 Sep 2018 10:55AM UTC wy65701436 travis-ci
64.5
See All Builds (7072)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc