Update osbuild/images to v0.40.0
In addition, simplify the SPEC file to not have to update the minimum required osbuild version gazillion times, but just once. Update the minimum required osbuild version to v109, due to changes in grub2 stages required by the new osbuild/images version. Update osbild SHA in Schutzfile to v109. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
c138ea6939
commit
2f087f1a6c
190 changed files with 57031 additions and 52810 deletions
4
vendor/github.com/osbuild/images/pkg/container/resolver.go
generated
vendored
4
vendor/github.com/osbuild/images/pkg/container/resolver.go
generated
vendored
|
|
@ -31,8 +31,8 @@ type SourceSpec struct {
|
|||
StoragePath *string
|
||||
}
|
||||
|
||||
func NewResolver(arch string) Resolver {
|
||||
return Resolver{
|
||||
func NewResolver(arch string) *Resolver {
|
||||
return &Resolver{
|
||||
ctx: context.Background(),
|
||||
queue: make(chan resolveResult, 2),
|
||||
Arch: arch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue