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>
(cherry picked from commit 94757c7)
  • Loading branch information
crozzy authored and hdonnay committed Apr 5, 2023
1 parent 9e8eacf commit e02aba2
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 e02aba2

Please sign in to comment.