Upgrade CE from 15.0 to 15.7 is not working

When trying to upgrade see the following error. Anyone ean into this issue?

Error: failed to start container “upgrade-task”: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused “exec: “/opt/dremio/bin/dremio-admin”: stat /opt/dremio/bin/dremio-admin: no such file or directory”: unknown

Error: failed to start container “dremio-executor”: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused “exec: “/opt/dremio/bin/dremio”: stat /opt/dremio/bin/dremio: no such file or directory”: unknown

@Shirisha Are you able to list this file? /opt/dremio/bin/dremio

Wondering why it cannot find the file

Some how our docker file creation was corrupted. recreating it worked.

Thanks for the update @Shirisha