Skip to content

Commit 5fb3b42

Browse files
committed
Remove checkpoint methods from builder backend
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 6175356 commit 5fb3b42

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

builder/builder.go

-7
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,6 @@ type Backend interface {
130130
// ContainerUpdateCmdOnBuild updates container.Path and container.Args
131131
ContainerUpdateCmdOnBuild(containerID string, cmd []string) error
132132

133-
// CheckpointCreate checkpoints a running container
134-
CheckpointCreate(container string, config types.CheckpointCreateOptions) error
135-
// CheckpointDelete deletes a container's checkpoint
136-
CheckpointDelete(container string, checkpoint string) error
137-
// CheckpointList lists the available checkpoints for a container
138-
CheckpointList(container string) ([]types.Checkpoint, error)
139-
140133
// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container
141134
// specified by a container object.
142135
// TODO: make an Extract method instead of passing `decompress`

0 commit comments

Comments
 (0)