Skip to content

Commit

Permalink
libindex: update defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Shepherd <jason@jasonshepherd.net>
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
jasinner authored and hdonnay committed Apr 19, 2022
1 parent 839adc6 commit d12ada0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libindex/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/quay/claircore/java"
"github.com/quay/claircore/python"
"github.com/quay/claircore/rhel"
"github.com/quay/claircore/rhel/rhcc"
"github.com/quay/claircore/rpm"
)

Expand Down Expand Up @@ -79,6 +80,7 @@ func (o *Opts) Parse(ctx context.Context) error {
rpm.NewEcosystem(ctx),
python.NewEcosystem(ctx),
java.NewEcosystem(ctx),
rhcc.NewEcosystem(ctx),
}
}
o.LayerFetchOpt = DefaultLayerFetchOpt
Expand Down

0 comments on commit d12ada0

Please sign in to comment.