Skip to content

Commit

Permalink
fix: remove left over IndexServer const definition
Browse files Browse the repository at this point in the history
Signed-off-by: Swagat Bora <[email protected]>
  • Loading branch information
swagatbora90 committed Jan 31, 2025
1 parent 5101eab commit c789c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/service/image/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import (
"github.com/runfinch/finch-daemon/pkg/errdefs"
)

const IndexServer = "https://index.docker.io/v1/"

func (s *service) Pull(ctx context.Context, name, tag, platformStr string, ac *dockertypes.AuthConfig, outStream io.Writer) error {
// get host platform's default spec if unspecified
var platform ocispec.Platform
Expand Down

0 comments on commit c789c56

Please sign in to comment.