Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • omnibus-gitlab omnibus-gitlab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 994
    • Issues 994
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 54
    • Merge requests 54
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • omnibus-gitlabomnibus-gitlab
  • Merge requests
  • !2938

Fix Docker registry not working with Windows layers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stan Hu requested to merge sh-fix-registry-not-working-with-windows into master Jan 02, 2019
  • Overview 4
  • Commits 1
  • Pipelines 3
  • Changes 3

Docker v2.7.0 changed the behavior from v2.6.2 in that it enabled the validations to check manifest URLs by default, which caused the registry to set the allowed URL regexp to nothing (^$) instead of nil. This caused the container registry to reject any foreign layers that contained URLs. We fix this by disabling the validations with the newly-introduced disabled flag.

See https://github.com/docker/distribution/issues/2795 for more details.

Closes #4013 (closed)

Edited Nov 17, 2021 by GitLab Release Tools Bot
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sh-fix-registry-not-working-with-windows