mirror of
https://github.com/containers/podman.git
synced 2025-11-13 01:29:06 +08:00
Update vendor github.com/opencontainers/runtime-tools
This will change mount of /dev within container to noexec, making containers slightly more secure. [NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/opencontainers/runtime-tools/validate/validate.go
generated
vendored
2
vendor/github.com/opencontainers/runtime-tools/validate/validate.go
generated
vendored
@@ -144,7 +144,7 @@ func JSONSchemaURL(version string) (url string, err error) {
|
||||
func (v *Validator) CheckJSONSchema() (errs error) {
|
||||
logrus.Debugf("check JSON schema")
|
||||
|
||||
url, err := JSONSchemaURL(v.spec.Version)
|
||||
url, err := JSONSchemaURL(strings.TrimSuffix(v.spec.Version, "-dev"))
|
||||
if err != nil {
|
||||
errs = multierror.Append(errs, err)
|
||||
return errs
|
||||
|
||||
Reference in New Issue
Block a user