mirror of
https://github.com/opencontainers/runc.git
synced 2026-06-24 08:48:44 +00:00
Merge pull request #5337 from AkihiroSuda/cherrypick-5330-1.3
[release-1.3] features: propagate version from the root urfave/cli command
This commit is contained in:
@@ -33,7 +33,7 @@ var featuresCommand = cli.Command{
|
||||
OCIVersionMin: "1.0.0",
|
||||
OCIVersionMax: specs.Version,
|
||||
Annotations: map[string]string{
|
||||
runcfeatures.AnnotationRuncVersion: version,
|
||||
runcfeatures.AnnotationRuncVersion: context.App.Version,
|
||||
runcfeatures.AnnotationRuncCommit: gitCommit,
|
||||
runcfeatures.AnnotationRuncCheckpointEnabled: "true",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user