With the new SDK 2.0 docker image I'm getting following Docker image build error:
+ chown mersdk:mersdk home/deploy
chown: cannot access `home/deploy': No such file or directory
I fixed it with using '/home/deploy' instead.
Then I had another build error:
OCI runtime create failed: container_linux.go:345: starting container process caused "chdir to cwd (\"/home/nemo\") set in config.json failed: permission denied": unknown
Fixed with using /home/mersdk as working directory.
With the new SDK 2.0 docker image I'm getting following Docker image build error:
I fixed it with using '/home/deploy' instead.
Then I had another build error:
Fixed with using /home/mersdk as working directory.