go.mod: update to latest images@v0.115.0
This commit is contained in:
parent
7e87d1e124
commit
85e4efe966
60 changed files with 740 additions and 509 deletions
8
vendor/github.com/osbuild/images/pkg/manifest/subscription.go
generated
vendored
8
vendor/github.com/osbuild/images/pkg/manifest/subscription.go
generated
vendored
|
|
@ -156,20 +156,20 @@ func subscriptionService(subscriptionOptions subscription.ImageOptions, serviceO
|
|||
Filename: subscribeServiceFile,
|
||||
UnitType: "system",
|
||||
UnitPath: unitPath,
|
||||
Config: osbuild.SystemdServiceUnit{
|
||||
Unit: &osbuild.Unit{
|
||||
Config: osbuild.SystemdUnit{
|
||||
Unit: &osbuild.UnitSection{
|
||||
Description: "First-boot service for registering with Red Hat subscription manager and/or insights",
|
||||
ConditionPathExists: []string{subkeyFilepath},
|
||||
Wants: []string{"network-online.target"},
|
||||
After: []string{"network-online.target"},
|
||||
},
|
||||
Service: &osbuild.Service{
|
||||
Service: &osbuild.ServiceSection{
|
||||
Type: osbuild.OneshotServiceType,
|
||||
RemainAfterExit: false,
|
||||
ExecStart: commands,
|
||||
EnvironmentFile: []string{subkeyFilepath},
|
||||
},
|
||||
Install: &osbuild.Install{
|
||||
Install: &osbuild.InstallSection{
|
||||
WantedBy: []string{"default.target"},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue