mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
Merge pull request #5335 from AkihiroSuda/cherrypick-5330-1.5
[release-1.5] features: propagate version from the root urfave/cli command
This commit is contained in:
+1
-1
@@ -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