Update the list of accepted "change" commands to match what's accepted by the daemon. This list is the same for "docker commit" and "docker import", which is defined by the [`validCommitCommands`] variable. [`validCommitCommands`]: https://github.com/moby/moby/blob/v28.1.1/builder/dockerfile/builder.go#L30-L42 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>