Skip to content

Commit

Permalink
airgap: Remove libindex Airgap option
Browse files Browse the repository at this point in the history
This option no longer exists in claircore and is handled by clair
when creating the client that is passed to claircore.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Mar 24, 2023
1 parent d726e15 commit 94757c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion initialize/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func localIndexer(ctx context.Context, cfg *config.Config) (indexer.Service, err
Locker: locker,
ScanLockRetry: time.Duration(cfg.Indexer.ScanLockRetry) * time.Second,
LayerScanConcurrency: cfg.Indexer.LayerScanConcurrency,
Airgap: cfg.Indexer.Airgap,
}
if cfg.Indexer.Scanner.Package != nil {
opts.ScannerConfig.Package = make(map[string]func(interface{}) error, len(cfg.Indexer.Scanner.Package))
Expand Down

0 comments on commit 94757c7

Please sign in to comment.