mirror of
https://github.com/containers/podman.git
synced 2025-11-02 23:39:52 +08:00
support tag@digest notation
Vendor in the latest HEAd of containers/common to implicitly support the tag@digest notation for images. To remain compatible with Docker, the tag will be stripped off the image reference and is entirely ignored. Fixes: #6721 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/common/pkg/config/nosystemd.go
generated
vendored
10
vendor/github.com/containers/common/pkg/config/nosystemd.go
generated
vendored
@ -3,9 +3,17 @@
|
||||
package config
|
||||
|
||||
func defaultCgroupManager() string {
|
||||
return "cgroupfs"
|
||||
return CgroupfsCgroupsManager
|
||||
}
|
||||
|
||||
func defaultEventsLogger() string {
|
||||
return "file"
|
||||
}
|
||||
|
||||
func defaultLogDriver() string {
|
||||
return DefaultLogDriver
|
||||
}
|
||||
|
||||
func useSystemd() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user