Skip to content

Commit 65839a4

Browse files
authored
Merge pull request #2537 from crosbymichael/mutable
Image and snapshot key are mutable
2 parents 9a4c61c + cc6d261 commit 65839a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/containers.go

+2-2
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)