Merge pull request #31472 from fate-grand-order/fixed
fix func name "BuildFromContext" in comment Upstream-commit: 6b615d7638c5dbe9cc5c87c39da5ab9ec618a468 Component: engine
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
|
||||
// Backend abstracts an image builder whose only purpose is to build an image referenced by an imageID.
|
||||
type Backend interface {
|
||||
// Build builds a Docker image referenced by an imageID string.
|
||||
// BuildFromContext builds a Docker image referenced by an imageID string.
|
||||
//
|
||||
// Note: Tagging an image should not be done by a Builder, it should instead be done
|
||||
// by the caller.
|
||||
|
||||
Reference in New Issue
Block a user