Skip to content

Commit cc6d261

Browse files
committed
Image and snapshot key are mutable
Signed-off-by: Michael Crosby <[email protected]>
1 parent 2c85ae2 commit cc6d261

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

containers/containers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type Container struct {
4040

4141
// Image specifies the image reference used for a container.
4242
//
43-
// This property is optional but immutable.
43+
// This property is optional and mutable.
4444
Image string
4545

4646
// Runtime specifies which runtime should be used when launching container
@@ -60,7 +60,7 @@ type Container struct {
6060
// look up the mounts from the snapshot service and include those on the
6161
// task create request.
6262
//
63-
// This field is not required but immutable.
63+
// This field is not required but mutable.
6464
SnapshotKey string
6565

6666
// Snapshotter specifies the snapshotter name used for rootfs

0 commit comments

Comments
 (0)