mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
build(deps): bump github.com/container-orchestrated-devices/container-device-interface
Bumps [github.com/container-orchestrated-devices/container-device-interface](https://github.com/container-orchestrated-devices/container-device-interface) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/container-orchestrated-devices/container-device-interface/releases) - [Commits](https://github.com/container-orchestrated-devices/container-device-interface/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: github.com/container-orchestrated-devices/container-device-interface dependency-type: direct:production update-type: version-update:semver-patch ... [NO NEW TESTS NEEDED] Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Valentin Rothberg

parent
a9ec6492e8
commit
e9942c61dd
@ -200,7 +200,6 @@ func (c *Container) generateSpec(ctx context.Context) (*spec.Spec, error) {
|
||||
|
||||
// NewFromSpec() is deprecated according to its comment
|
||||
// however the recommended replace just causes a nil map panic
|
||||
//nolint:staticcheck
|
||||
g := generate.NewFromSpec(c.config.Spec)
|
||||
|
||||
// If the flag to mount all devices is set for a privileged container, add
|
||||
@ -1241,7 +1240,6 @@ func (c *Container) generateContainerSpec() error {
|
||||
|
||||
// NewFromSpec() is deprecated according to its comment
|
||||
// however the recommended replace just causes a nil map panic
|
||||
//nolint:staticcheck
|
||||
g := generate.NewFromSpec(c.config.Spec)
|
||||
|
||||
if err := c.saveSpec(g.Config); err != nil {
|
||||
|
Reference in New Issue
Block a user