Skip to content

Commit

Permalink
Revert HTTPS in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Jan 27, 2025
1 parent b8c49cc commit f32eff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/backend/registrybackend/tagclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -53,7 +53,7 @@ func (f *tagClientFactory) Create(
return NewTagClient(config, stats)
}

const _tagquery = "https://%s/v2/%s/manifests/%s"
const _tagquery = "http://%s/v2/%s/manifests/%s"

// TagClient stats and downloads tag from registry.
type TagClient struct {
Expand Down

0 comments on commit f32eff9

Please sign in to comment.