mirror of
https://github.com/mudler/luet.git
synced 2025-09-18 16:32:16 +00:00
Strip invalid chars from docker images also for metadata files
Fixes #199
This commit is contained in:
@@ -309,7 +309,7 @@ func (p *DefaultPackage) GetPackageName() string {
|
||||
}
|
||||
|
||||
func (p *DefaultPackage) ImageID() string {
|
||||
return strings.ReplaceAll(p.GetFingerPrint(), "+", "-")
|
||||
return helpers.StripInvalidStringsFromImage(p.GetFingerPrint())
|
||||
}
|
||||
|
||||
// GetBuildTimestamp returns the package build timestamp
|
||||
|
Reference in New Issue
Block a user